Changeset 159c2d2 for appendixa


Ignore:
Timestamp:
05/29/2002 11:13:57 PM (22 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4ceb3a1
Parents:
c4eeb6f
Message:

applied Alex's so-it's-ids.patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1941 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
appendixa
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appendixa/psmisc-desc.xml

    rc4eeb6f r159c2d2  
    1010
    1111<sect4><title>fuser</title>
    12 <para>fuser displays the PIDs of processes using the specified files or file
    13 systems.</para></sect4>
     12<para>fuser displays the PIDs of processes that use the specified
     13files or file systems.</para></sect4>
    1414
    1515<sect4><title>killall</title>
     
    1818
    1919<sect4><title>pidof</title>
    20 <para>pidof finds the process id's (pids) of the named programs and
    21 prints those id's on standard output.</para></sect4>
     20<para>pidof displays the process identifiers (PIDs) of the named
     21programs.</para></sect4>
    2222
    2323<sect4><title>pstree</title>
  • appendixa/shadowpwd-desc.xml

    rc4eeb6f r159c2d2  
    108108
    109109<sect4><title>su</title>
    110 <para>su changes the effective user id and group id to that of a given user.
    111 This replaces the su programs that's installed from the
    112 Sh-utils package.</para></sect4>
     110<para>su changes the effective user and group IDs to that of a given user.
     111(This program replaces the su program installed from the
     112Sh-utils package.)</para></sect4>
    113113
    114114<sect4><title>useradd</title>
  • appendixa/shellutils-desc.xml

    rc4eeb6f r159c2d2  
    4848
    4949<sect4><title>hostname</title>
    50 <para>hostname sets or prints the name of the current host system.</para></sect4>
     50<para>hostname prints or sets the name of the current host system.</para></sect4>
    5151
    5252<sect4><title>id</title>
    53 <para>id prints the real and effective UIDs and GIDs of a user or the current
    54 user.</para></sect4>
     53<para>id prints the effective user and group IDs of the current
     54user or a given user.</para></sect4>
    5555
    5656<sect4><title>logname</title>
     
    9292
    9393<sect4><title>su</title>
    94 <para>su runs a shell with substitute user and group ID's.</para></sect4>
     94<para>su runs a shell with substitute user and group IDs.</para></sect4>
    9595
    9696<sect4><title>tee</title>
     
    122122
    123123<sect4><title>whoami</title>
    124 <para>whoami prints the user's effective userid.</para></sect4>
     124<para>whoami prints the user name associated with the current
     125effective user ID.</para></sect4>
    125126
    126127<sect4><title>yes</title>
    127 <para>yes outputs a string repeatedly until killed.</para></sect4>
     128<para>yes outputs 'y' or a given string repeatedly,
     129until killed.</para></sect4>
    128130
    129131</sect3>
  • appendixa/sysvinit-desc.xml

    rc4eeb6f r159c2d2  
    4242
    4343<sect4><title>pidof</title>
    44 <para>pidof finds the process id's (pids) of the named programs and prints
    45 those id's on standard output.</para></sect4>
     44<para>pidof displays the process identifiers (PIDs) of the named
     45programs.</para></sect4>
    4646
    4747<sect4><title>poweroff</title>
Note: See TracChangeset for help on using the changeset viewer.