Changeset 23b54336


Ignore:
Timestamp:
01/27/2024 04:18:43 PM (3 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
7954e2b
Parents:
fedbe2f
Message:

treewide: Convert more man page references to <ulink>s

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgsf.xml

    rfedbe2f r23b54336  
    166166        <listitem>
    167167          <para>
    168             is a simple archive utility, somewhat similar to tar(1)
     168            is a simple archive utility, somewhat similar to
     169            <ulink role='man' url='&man;tar.1'>tar(1)</ulink>
    169170          </para>
    170171          <indexterm zone="libgsf gsf">
  • general/prog/perl-deps/perl-datetime-format-strptime.xml

    rfedbe2f r23b54336  
    2323
    2424      <para>
    25         DateTime::Format::Strptime implements most of strptime(3), i.e. it takes
    26         a string and a pattern and returns a DateTime object.
     25        DateTime::Format::Strptime implements most of <ulink role='man'
     26        url='&man;strptime.3'>strptime(3)</ulink>, i.e. it takes a string
     27        and a pattern and returns a DateTime object.
    2728      </para>
    2829
  • general/prog/perl-deps/perl-text-glob.xml

    rfedbe2f r23b54336  
    2323
    2424      <para>
    25         Text::Glob implements glob(3) style matching that can be used to match
    26         against text, rather than fetching names from a filesystem.
     25        Text::Glob implements <ulink role='man'
     26        url='&man;glob.3'>glob(3)</ulink> style matching that can be used to
     27        match against text, rather than fetching names from a filesystem.
    2728      </para>
    2829
  • general/prog/perl-modules/perl-file-fcntllock.xml

    rfedbe2f r23b54336  
    2323      <para>
    2424        File::FcntlLock is a module to do file locking in an object oriented
    25         fashion using the fcntl(2) system call. This allows locks on parts of
    26         a file as well as on the whole file and overcomes some known problems
    27         with flock(2), on which Perls flock() function is based per default.
     25        fashion using the <ulink role='man'
     26        url='&man;fcntl.2'>fcntl(2)</ulink> system call. This allows locks
     27        on parts of a file as well as on the whole file and overcomes some
     28        known problems with
     29        <ulink role='man' url='&man;flock.2'>flock(2)</ulink>, on which
     30        which Perl's <function>flock()</function> function is based per
     31        default.
    2832      </para>
    2933
  • general/sysutils/accountsservice.xml

    rfedbe2f r23b54336  
    3131      set of <application>D-Bus</application> interfaces for querying
    3232      and manipulating user account information and an implementation
    33       of those interfaces based on the usermod(8), useradd(8) and
    34       userdel(8) commands.
     33      of those interfaces based on the
     34      <ulink role='man' url='&man;usermod.8'>usermod(8)</ulink>,
     35      <ulink role='man' url='&man;useradd.8'>useradd(8)</ulink>, and
     36      <ulink role='man' url='&man;userdel.8'>userdel(8)</ulink> commands.
    3537    </para>
    3638
  • general/sysutils/autofs.xml

    rfedbe2f r23b54336  
    309309        This package could also be used to mount SMB shares, however that
    310310        feature is not configured in these instructions.  For additional
    311         configuration information, see the man pages for auto.master(5). There
    312         are also web resources such as this <ulink
     311        configuration information, see the man pages for
     312        <ulink role='man' url='&man;auto.master.5'>auto.master(5)</ulink>.
     313        There are also web resources such as this <ulink
    313314        url='https://wiki.gentoo.org/wiki/AutoFS'>AUTOFS
    314315        HOWTO</ulink> available.
  • general/sysutils/mc.xml

    rfedbe2f r23b54336  
    173173        first time. Then you can edit the main <filename>~/.config/mc/ini
    174174        </filename> configuration file manually or through the <application>
    175         MC</application> shell. Consult the mc(1) man page for details.
     175        MC</application> shell. Consult the <ulink role='man'
     176        url='&man;mc.1'>mc(1)</ulink> man page for details.
    176177      </para>
    177178
  • general/sysutils/pm-utils.xml

    rfedbe2f r23b54336  
    208208      class="directory">/usr/lib/pm-utils/sleep.d</filename>, and user hooks
    209209      should be put in <filename class="directory">/etc/pm/sleep.d</filename>.
    210       See the pm-action(8) man page for more information.
     210      See the <ulink role='man' url='&man;pm-action.8'>pm-action(8)</ulink>
     211      man page for more information.
    211212    </para>
    212213
  • networking/netprogs/cifsutils.xml

    rfedbe2f r23b54336  
    253253          <para>
    254254            mounts a Linux CIFS filesystem. It is usually invoked
    255             indirectly by the mount(8) command when using the "-t cifs" option
     255            indirectly by the <ulink role='man'
     256            url='&man;mount.8'>mount(8)</ulink> command when using the
     257            <option>-t cifs</option> option
    256258          </para>
    257259          <indexterm zone="cifsutils mount.cifs">
     
    266268          <para>
    267269            mounts a SMB3-based filesystem. It is usually invoked
    268             indirectly by the mount(8) command when using the "-t smb3" option
     270            indirectly by the <ulink role='man'
     271            url='&man;mount.8'>mount(8)</ulink> command when using the
     272            <option>-t smb3</option> option
    269273          </para>
    270274          <indexterm zone="cifsutils mount.smb3">
  • networking/netprogs/rsync.xml

    rfedbe2f r23b54336  
    188188      <para>
    189189        This is a simple download-only configuration to set up running
    190         <command>rsync</command> as a server. See the rsyncd.conf(5)
     190        <command>rsync</command> as a server. See the <ulink role='man'
     191        url='&man;rsyncd.conf.5'>rsyncd.conf(5)</ulink>
    191192        man-page for additional options (i.e., user authentication).
    192193      </para>
  • postlfs/filesystems/aboutlvm.xml

    rfedbe2f r23b54336  
    157157    systemd</application> preventing mounting logical volumes through
    158158    <filename>/etc/fstab</filename>. You must create a <quote>mount</quote>
    159     unit (see systemd.mount(5)) as in the following example, which mounts
    160     the <filename class="directory">/home</filename> directory automatically
    161     at boot:
     159    unit (see <ulink role='man'
     160    url='&man;systemd.mount.5'>systemd.mount(5)</ulink>) as in the following
     161    example, which mounts the <filename class="directory">/home</filename>
     162    directory automatically at boot:
    162163  </para>
    163164
  • server/other/openldap.xml

    rfedbe2f r23b54336  
    232232    <para>
    233233      <parameter>--enable-crypt</parameter>: This switch enables using
    234       <command>crypt(3)</command> passwords.
     234      <ulink role='man' url='&man;crypt.3'>crypt(3)</ulink> passwords.
    235235    </para>
    236236
     
    408408        <listitem>
    409409          <para>
    410             The <emphasis role="strong">slapd(8)</emphasis> man page.
    411           </para>
    412         </listitem>
    413         <listitem>
    414           <para>
    415             The <emphasis role="strong">slapd.conf(5)</emphasis> and
    416             <emphasis role="strong">slapd-config(5)</emphasis> man pages.
     410            The <ulink role='man' url='&man;slapd.8'>slapd(8)</ulink> man
     411            page.
     412          </para>
     413        </listitem>
     414        <listitem>
     415          <para>
     416            The <ulink role='man'
     417            url='&man;slapd.conf.5'>slapd.conf(5)</ulink> and
     418            <ulink role='man'
     419            url='&man;slapd-config.5'>slapd-config(5)</ulink> man pages.
    417420          </para>
    418421        </listitem>
Note: See TracChangeset for help on using the changeset viewer.