Ignore:
Timestamp:
07/22/2001 07:45:10 PM (23 years ago)
Author:
Mark Hymers <markh@…>
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, v3_0, v3_1, v3_2, v3_3, 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:
f1da843
Parents:
46f5461
Message:

XML changes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appendixa/shellutils-desc.xml

    r46f5461 rb822811  
    22<title>Contents</title>
    33
    4 <para>
    5 The Sh-utils package contains the basename, chroot, date, dirname,
     4<para>The Sh-utils package contains the basename, chroot, date, dirname,
    65echo, env, expr, factor, false, groups, hostid, hostname, id, logname,
    76nice, nohup, pathchk, pinky, printenv, printf, pwd, seq, sleep, stty,
    87su, tee, test, true, tty, uname, uptime, users, who, whoami and yes
    9 programs.
    10 </para>
     8programs.</para>
    119
    1210</sect2>
     
    1614<sect3><title>basename</title>
    1715
    18 <para>
    19 basename strips directory and suffixes from filenames.
    20 </para>
     16<para>basename strips directory and suffixes from filenames.</para>
    2117
    2218</sect3>
     
    2420<sect3><title>chroot</title>
    2521
    26 <para>
    27 chroot runs a command or interactive shell with special root directory.
    28 </para>
     22<para>chroot runs a command or interactive shell with special
     23root directory.</para>
    2924
    3025</sect3>
     
    3227<sect3><title>date</title>
    3328
    34 <para>
    35 date displays the current time in a specified format, or sets the system
    36 date.
    37 </para>
     29<para>date displays the current time in a specified format, or sets
     30the system date.</para>
    3831
    3932</sect3>
     
    4134<sect3><title>dirname</title>
    4235
    43 <para>
    44 dirname strips non-directory suffixes from file name.
    45 </para>
     36<para>dirname strips non-directory suffixes from file name.</para>
    4637
    4738</sect3>
     
    4940<sect3><title>echo</title>
    5041
    51 <para>
    52 echo displays a line of text.
    53 </para>
     42<para>echo displays a line of text.</para>
    5443
    5544</sect3>
     
    5746<sect3><title>env</title>
    5847
    59 <para>
    60 env runs a program in a modified environment.
    61 </para>
     48<para>env runs a program in a modified environment.</para>
    6249
    6350</sect3>
     
    6552<sect3><title>expr</title>
    6653
    67 <para>
    68 expr evaluates expressions.
    69 </para>
     54<para>expr evaluates expressions.</para>
    7055
    7156</sect3>
     
    7358<sect3><title>factor</title>
    7459
    75 <para>
    76 factor prints the prime factors of all specified integer numbers.
    77 </para>
     60<para>factor prints the prime factors of all specified integer numbers.</para>
    7861
    7962</sect3>
     
    8164<sect3><title>false</title>
    8265
    83 <para>
    84 false always exits with a status code indicating failure.
    85 </para>
     66<para>false always exits with a status code indicating failure.</para>
    8667
    8768</sect3>
     
    8970<sect3><title>groups</title>
    9071
    91 <para>
    92 groups prints the groups a user is in.
    93 </para>
     72<para>groups prints the groups a user is in.</para>
    9473
    9574</sect3>
     
    9776<sect3><title>hostid</title>
    9877
    99 <para>
    100 hostid prints the numeric identifier (in hexadecimal) for the current
    101 host.
    102 </para>
     78<para>hostid prints the numeric identifier (in hexadecimal) for the current
     79host.</para>
    10380
    10481</sect3>
     
    10683<sect3><title>hostname</title>
    10784
    108 <para>
    109 hostname sets or prints the name of the current host system
    110 </para>
     85<para>hostname sets or prints the name of the current host system</para>
    11186
    11287</sect3>
     
    11489<sect3><title>id</title>
    11590
    116 <para>
    117 id prints the real and effective UIDs and GIDs of a user or the current
    118 user.
    119 </para>
     91<para>id prints the real and effective UIDs and GIDs of a user or the current
     92user.</para>
    12093
    12194</sect3>
     
    12396<sect3><title>logname</title>
    12497
    125 <para>
    126 logname prints the current user's login name.
    127 </para>
     98<para>logname prints the current user's login name.</para>
    12899
    129100</sect3>
     
    131102<sect3><title>nice</title>
    132103
    133 <para>
    134 nice runs a program with modified scheduling priority.
    135 </para>
     104<para>nice runs a program with modified scheduling priority.</para>
    136105
    137106</sect3>
     
    139108<sect3><title>nohup</title>
    140109
    141 <para>
    142 nohup runs a command immune to hangups, with output to a non-tty
    143 </para>
     110<para>nohup runs a command immune to hangups, with output to a non-tty</para>
    144111
    145112</sect3>
     
    147114<sect3><title>pathchk</title>
    148115
    149 <para>
    150 pathchk checks whether file names are valid or portable.
    151 </para>
     116<para>pathchk checks whether file names are valid or portable.</para>
    152117
    153118</sect3>
     
    155120<sect3><title>pinky</title>
    156121
    157 <para>
    158 pinky is a lightweight finger utility which retrieves information about
    159 a certain user
    160 </para>
     122<para>pinky is a lightweight finger utility which retrieves information about
     123a certain user</para>
    161124
    162125</sect3>
     
    164127<sect3><title>printenv</title>
    165128
    166 <para>
    167 printenv prints all or part of the environment.
    168 </para>
     129<para>printenv prints all or part of the environment.</para>
    169130
    170131</sect3>
     
    172133<sect3><title>printf</title>
    173134
    174 <para>
    175 printf formats and print data (the same as the printf C function).
    176 </para>
     135<para>printf formats and print data (the same as the printf C function).</para>
    177136
    178137</sect3>
     
    180139<sect3><title>pwd</title>
    181140
    182 <para>
    183 pwd prints the name of the current/working directory
    184 </para>
     141<para>pwd prints the name of the current/working directory</para>
    185142
    186143</sect3>
     
    188145<sect3><title>seq</title>
    189146
    190 <para>
    191 seq prints numbers in a certain range with a certain increment.
    192 </para>
     147<para>seq prints numbers in a certain range with a certain increment.</para>
    193148
    194149</sect3>
     
    196151<sect3><title>sleep</title>
    197152
    198 <para>
    199 sleep delays for a specified amount of time.
    200 </para>
     153<para>sleep delays for a specified amount of time.</para>
    201154
    202155</sect3>
     
    204157<sect3><title>stty</title>
    205158
    206 <para>
    207 stty changes and prints terminal line settings.
    208 </para>
     159<para>stty changes and prints terminal line settings.</para>
    209160
    210161</sect3>
     
    212163<sect3><title>su</title>
    213164
    214 <para>
    215 su runs a shell with substitute user and group IDs
    216 </para>
     165<para>su runs a shell with substitute user and group IDs</para>
    217166
    218167</sect3>
     
    220169<sect3><title>tee</title>
    221170
    222 <para>
    223 tee reads from standard input and write to standard output and files.
    224 </para>
     171<para>tee reads from standard input and write to standard output and
     172files.</para>
    225173
    226174</sect3>
     
    228176<sect3><title>test</title>
    229177
    230 <para>
    231 test checks file types and compares values.
    232 </para>
     178<para>test checks file types and compares values.</para>
    233179
    234180</sect3>
     
    236182<sect3><title>true</title>
    237183
    238 <para>
    239 True always exits with a status code indicating success.
    240 </para>
     184<para>True always exits with a status code indicating success.</para>
    241185
    242186</sect3>
     
    244188<sect3><title>tty</title>
    245189
    246 <para>
    247 tty prints the file name of the terminal connected to standard input.
    248 </para>
     190<para>tty prints the file name of the terminal connected to standard
     191input.</para>
    249192
    250193</sect3>
     
    252195<sect3><title>uname</title>
    253196
    254 <para>
    255 uname prints system information.
    256 </para>
     197<para>uname prints system information.</para>
    257198
    258199</sect3>
     
    260201<sect3><title>uptime</title>
    261202
    262 <para>
    263 uptime tells how long the system has been running.
    264 </para>
     203<para>uptime tells how long the system has been running.</para>
    265204
    266205</sect3>
     
    268207<sect3><title>users</title>
    269208
    270 <para>
    271 users prints the user names of users currently logged in to the
    272 current host.
    273 </para>
     209<para>users prints the user names of users currently logged in to the
     210current host.</para>
    274211
    275212</sect3>
     
    277214<sect3><title>who</title>
    278215
    279 <para>
    280 who shows who is logged on.
    281 </para>
     216<para>who shows who is logged on.</para>
    282217
    283218</sect3>
     
    285220<sect3><title>whoami</title>
    286221
    287 <para>
    288 whoami prints the users effective userid.
    289 </para>
     222<para>whoami prints the users effective userid.</para>
    290223
    291224</sect3>
     
    293226<sect3><title>yes</title>
    294227
    295 <para>
    296 yes outputs a string repeatedly until killed.
    297 </para>
     228<para>yes outputs a string repeatedly until killed.</para>
    298229
    299230</sect3>
Note: See TracChangeset for help on using the changeset viewer.