Ignore:
Timestamp:
06/27/2023 08:59:47 PM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
5f555ba
Parents:
53415749 (diff), 0fe3bb0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/flex.xml

    r53415749 r0eb03e9d  
    7474    programs, create a symbolic link named <filename>lex</filename> that
    7575    runs <filename>flex</filename> in <command>lex</command> emulation
    76     mode:</para>
     76    mode, and also create the man page of <command>lex</command> as a
     77    symlink:</para>
    7778
    78 <screen><userinput remap="install">ln -sv flex /usr/bin/lex</userinput></screen>
     79<screen><userinput remap="install">ln -sv flex   /usr/bin/lex
     80ln -sv flex.1 /usr/share/man/man1/lex.1</userinput></screen>
    7981
    8082  </sect2>
Note: See TracChangeset for help on using the changeset viewer.