Changeset 0fe3bb0 for chapter08/gawk.xml


Ignore:
Timestamp:
06/21/2023 06:35:58 AM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
0eb03e9d, 4e2fc61, 7b7733d, ce9ec4f
Parents:
89375e2
Message:

Create man page symlinks for awk, cc, pkg-config, and lex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gawk.xml

    r89375e2 r0fe3bb0  
    6161
    6262<screen><userinput remap="install">make LN='ln -f' install</userinput></screen>
     63
     64    <para>The installation process already created <command>awk</command>
     65    as a symlink to <command>gawk</command>, create its man page as a
     66    symlink as well:</para>
     67
     68<screen><userinput remap="install">ln -sv gawk.1 /usr/share/man/man1/awk.1</userinput></screen>
    6369
    6470    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.