Ignore:
Timestamp:
01/25/2024 05:59:06 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/update-glibc
Children:
31a18d02, 44850bb
Parents:
9ac6ff5
git-author:
Xi Ruoyao <xry111@…> (01/25/2024 05:49:29 PM)
git-committer:
Xi Ruoyao <xry111@…> (01/25/2024 05:59:06 PM)
Message:

treewide: Use <ulink> instead of <filename> for man pages

"gcc(1)" is really not a file name.

Use <ulink> and link to the online man page on
https://man.archlinux.org/ so the user can refer to the man pages more
easily.

The change is done via a sed command and long lines are wrapped
manually.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r9ac6ff5 rea93c11  
    6060        The above command is correct.  The <command>ln</command> command has
    6161        several syntactic versions, so be sure to check
    62         <command>info coreutils ln</command> and <filename>ln(1)</filename>
    63         before reporting what may appear to be an error.
     62        <command>info coreutils ln</command> and <ulink role='man'
     63        url='&man;ln.1'>ln(1)</ulink> before reporting what may appear to be
     64        an error.
    6465      </para>
    6566    </note>
Note: See TracChangeset for help on using the changeset viewer.