Changeset 360371a


Ignore:
Timestamp:
05/29/2023 12:57:28 AM (11 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
732ce30, 87fbad7
Parents:
d0da969c
Message:

Minor rewording

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/pkgmgt.xml

    rd0da969c r360371a  
    127127      library):</para>
    128128
    129 <screen role="nodump"><userinput>grep -l  -e '<replaceable>libfoo</replaceable>.*deleted' /proc/*/maps |
    130    tr -cd 0-9\\n | xargs -r ps u</userinput></screen>
     129<screen role="nodump"><userinput>grep -l '<replaceable>libfoo</replaceable>.*deleted' /proc/*/maps | tr -cd 0-9\\n | xargs -r ps u</userinput></screen>
    131130
    132131      <para>
     
    134133        the system and it is linked to the updated library, you must
    135134        restart the <command>sshd</command> service, then logout, login again,
    136         and rerun the preceding ps command to confirm that nothing is still using the
     135        and run the preceding command again to confirm that nothing is still using the
    137136        deleted libraries.
    138137      </para>
Note: See TracChangeset for help on using the changeset viewer.