Changeset 23b54336 for general/prog


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

Location:
general/prog
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.