]> TLD Linux GIT Repositories - packages/coreutils.git/blob - coreutils-info.patch
- merged 9.5 from PLD
[packages/coreutils.git] / coreutils-info.patch
1 --- coreutils-9.1/doc/coreutils.texi.orig       2022-04-15 19:30:07.000000000 +0200
2 +++ coreutils-9.1/doc/coreutils.texi    2022-04-17 14:06:21.550894970 +0200
3 @@ -22,123 +22,112 @@
4  @syncodeindex pg cp
5  @syncodeindex vr cp
6  
7 -@dircategory Basics
8 +@dircategory Core utilities:
9  @direntry
10 -* Coreutils: (coreutils).       Core GNU (file, text, shell) utilities.
11 +* Coreutils: (coreutils).              Core GNU (file, text, shell) utilities
12  * Common options: (coreutils)Common options.
13 -* File permissions: (coreutils)File permissions.  Access modes.
14 +* File permissions: (coreutils)File permissions.       Access modes.
15  * Date input formats: (coreutils)Date input formats.
16 -@end direntry
17 -
18 -@c FIXME: the following need documentation
19 -@c * [: (coreutils)[ invocation.                   File/string tests.
20 -@c * pinky: (coreutils)pinky invocation.           FIXME.
21 -
22 -@dircategory Individual utilities
23 -@direntry
24 -* arch: (coreutils)arch invocation.             Print machine hardware name.
25 -* b2sum: (coreutils)b2sum invocation.           Print or check BLAKE2 digests.
26 -* base32: (coreutils)base32 invocation.         Base32 encode/decode data.
27 -* base64: (coreutils)base64 invocation.         Base64 encode/decode data.
28 -* basename: (coreutils)basename invocation.     Strip directory and suffix.
29 -* basenc: (coreutils)basenc invocation.         Encoding/decoding of data.
30 -* cat: (coreutils)cat invocation.               Concatenate and write files.
31 -* chcon: (coreutils)chcon invocation.           Change SELinux CTX of files.
32 -* chgrp: (coreutils)chgrp invocation.           Change file groups.
33 -* chmod: (coreutils)chmod invocation.           Change access permissions.
34 -* chown: (coreutils)chown invocation.           Change file owners and groups.
35 -* chroot: (coreutils)chroot invocation.         Specify the root directory.
36 -* cksum: (coreutils)cksum invocation.           Print POSIX CRC checksum.
37 -* comm: (coreutils)comm invocation.             Compare sorted files by line.
38 -* cp: (coreutils)cp invocation.                 Copy files.
39 -* csplit: (coreutils)csplit invocation.         Split by context.
40 -* cut: (coreutils)cut invocation.               Print selected parts of lines.
41 -* date: (coreutils)date invocation.             Print/set system date and time.
42 -* dd: (coreutils)dd invocation.                 Copy and convert a file.
43 -* df: (coreutils)df invocation.                 Report file system usage.
44 -* dir: (coreutils)dir invocation.               List directories briefly.
45 -* dircolors: (coreutils)dircolors invocation.   Color setup for ls.
46 -* dirname: (coreutils)dirname invocation.       Strip last file name component.
47 -* du: (coreutils)du invocation.                 Report file usage.
48 -* echo: (coreutils)echo invocation.             Print a line of text.
49 -* env: (coreutils)env invocation.               Modify the environment.
50 -* expand: (coreutils)expand invocation.         Convert tabs to spaces.
51 -* expr: (coreutils)expr invocation.             Evaluate expressions.
52 -* factor: (coreutils)factor invocation.         Print prime factors
53 -* false: (coreutils)false invocation.           Do nothing, unsuccessfully.
54 -* fmt: (coreutils)fmt invocation.               Reformat paragraph text.
55 -* fold: (coreutils)fold invocation.             Wrap long input lines.
56 -* groups: (coreutils)groups invocation.         Print group names a user is in.
57 -* head: (coreutils)head invocation.             Output the first part of files.
58 -* hostid: (coreutils)hostid invocation.         Print numeric host identifier.
59 -* hostname: (coreutils)hostname invocation.     Print or set system name.
60 -* id: (coreutils)id invocation.                 Print user identity.
61 -* install: (coreutils)install invocation.       Copy files and set attributes.
62 -* join: (coreutils)join invocation.             Join lines on a common field.
63 -* kill: (coreutils)kill invocation.             Send a signal to processes.
64 -* link: (coreutils)link invocation.             Make hard links between files.
65 -* ln: (coreutils)ln invocation.                 Make links between files.
66 -* logname: (coreutils)logname invocation.       Print current login name.
67 -* ls: (coreutils)ls invocation.                 List directory contents.
68 -* md5sum: (coreutils)md5sum invocation.         Print or check MD5 digests.
69 -* mkdir: (coreutils)mkdir invocation.           Create directories.
70 -* mkfifo: (coreutils)mkfifo invocation.         Create FIFOs (named pipes).
71 -* mknod: (coreutils)mknod invocation.           Create special files.
72 -* mktemp: (coreutils)mktemp invocation.         Create temporary files.
73 -* mv: (coreutils)mv invocation.                 Rename files.
74 -* nice: (coreutils)nice invocation.             Modify niceness.
75 -* nl: (coreutils)nl invocation.                 Number lines and write files.
76 -* nohup: (coreutils)nohup invocation.           Immunize to hangups.
77 -* nproc: (coreutils)nproc invocation.           Print the number of processors.
78 -* numfmt: (coreutils)numfmt invocation.         Reformat numbers.
79 -* od: (coreutils)od invocation.                 Dump files in octal, etc.
80 -* paste: (coreutils)paste invocation.           Merge lines of files.
81 -* pathchk: (coreutils)pathchk invocation.       Check file name portability.
82 -* pr: (coreutils)pr invocation.                 Paginate or columnate files.
83 -* printenv: (coreutils)printenv invocation.     Print environment variables.
84 -* printf: (coreutils)printf invocation.         Format and print data.
85 -* ptx: (coreutils)ptx invocation.               Produce permuted indexes.
86 -* pwd: (coreutils)pwd invocation.               Print working directory.
87 -* readlink: (coreutils)readlink invocation.     Print referent of a symlink.
88 -* realpath: (coreutils)realpath invocation.     Print resolved file names.
89 -* rm: (coreutils)rm invocation.                 Remove files.
90 -* rmdir: (coreutils)rmdir invocation.           Remove empty directories.
91 -* runcon: (coreutils)runcon invocation.         Run in specified SELinux CTX.
92 -* seq: (coreutils)seq invocation.               Print numeric sequences
93 -* sha1sum: (coreutils)sha1sum invocation.       Print or check SHA-1 digests.
94 -* sha2: (coreutils)sha2 utilities.              Print or check SHA-2 digests.
95 -* shred: (coreutils)shred invocation.           Remove files more securely.
96 -* shuf: (coreutils)shuf invocation.             Shuffling text files.
97 -* sleep: (coreutils)sleep invocation.           Delay for a specified time.
98 -* sort: (coreutils)sort invocation.             Sort text files.
99 -* split: (coreutils)split invocation.           Split into pieces.
100 -* stat: (coreutils)stat invocation.             Report file(system) status.
101 -* stdbuf: (coreutils)stdbuf invocation.         Modify stdio buffering.
102 -* stty: (coreutils)stty invocation.             Print/change terminal settings.
103 -* sum: (coreutils)sum invocation.               Print traditional checksum.
104 -* sync: (coreutils)sync invocation.             Sync files to stable storage.
105 -* tac: (coreutils)tac invocation.               Reverse files.
106 -* tail: (coreutils)tail invocation.             Output the last part of files.
107 -* tee: (coreutils)tee invocation.               Redirect to multiple files.
108 -* test: (coreutils)test invocation.             File/string tests.
109 -* timeout: (coreutils)timeout invocation.       Run with time limit.
110 -* touch: (coreutils)touch invocation.           Change file timestamps.
111 -* tr: (coreutils)tr invocation.                 Translate characters.
112 -* true: (coreutils)true invocation.             Do nothing, successfully.
113 -* truncate: (coreutils)truncate invocation.     Shrink/extend size of a file.
114 -* tsort: (coreutils)tsort invocation.           Topological sort.
115 -* tty: (coreutils)tty invocation.               Print terminal name.
116 -* uname: (coreutils)uname invocation.           Print system information.
117 -* unexpand: (coreutils)unexpand invocation.     Convert spaces to tabs.
118 -* uniq: (coreutils)uniq invocation.             Uniquify files.
119 -* unlink: (coreutils)unlink invocation.         Removal via unlink(2).
120 -* uptime: (coreutils)uptime invocation.         Print uptime and load.
121 -* users: (coreutils)users invocation.           Print current user names.
122 -* vdir: (coreutils)vdir invocation.             List directories verbosely.
123 -* wc: (coreutils)wc invocation.                 Line, word, and byte counts.
124 -* who: (coreutils)who invocation.               Print who is logged in.
125 -* whoami: (coreutils)whoami invocation.         Print effective user ID.
126 -* yes: (coreutils)yes invocation.               Print a string indefinitely.
127 +* arch: (coreutils)arch.               Print machine hardware name.
128 +* b2sum: (coreutils)b2sum.             Print or check BLAKE2 digests.
129 +* base32: (coreutils)base32.           Base32 encode/decode data.
130 +* base64: (coreutils)base64.           Base64 encode/decode data.
131 +* basename: (coreutils)basename.       Strip directory and suffix.
132 +* basenc: (coreutils)basenc.           Encoding/decoding of data.
133 +* cat: (coreutils)cat.                 Concatenate and write files.
134 +* chcon: (coreutils)chcon.             Change SELinux CTX of files.
135 +* chgrp: (coreutils)chgrp.             Change file groups.
136 +* chmod: (coreutils)chmod.             Change access permissions.
137 +* chown: (coreutils)chown.             Change file owners and groups.
138 +* chroot: (coreutils)chroot.           Specify the root directory.
139 +* cksum: (coreutils)cksum.             Print POSIX CRC checksum.
140 +* comm: (coreutils)comm.               Compare sorted files by line.
141 +* cp: (coreutils)cp.                   Copy files.
142 +* csplit: (coreutils)csplit.           Split by context.
143 +* cut: (coreutils)cut.                 Print selected parts of lines.
144 +* date: (coreutils)date.               Print/set system date and time.
145 +* dd: (coreutils)dd.                   Copy and convert a file.
146 +* df: (coreutils)df.                   Report file system usage.
147 +* dir: (coreutils)dir.                 List directories briefly.
148 +* dircolors: (coreutils)dircolors.     Color setup for ls.
149 +* dirname: (coreutils)dirname.         Strip last file name component.
150 +* du: (coreutils)du.                   Report file usage.
151 +* echo: (coreutils)echo.               Print a line of text.
152 +* env: (coreutils)env.                 Modify the environment.
153 +* expand: (coreutils)expand.           Convert tabs to spaces.
154 +* expr: (coreutils)expr.               Evaluate expressions.
155 +* factor: (coreutils)factor.           Print prime factors
156 +* false: (coreutils)false.             Do nothing, unsuccessfully.
157 +* fmt: (coreutils)fmt.                 Reformat paragraph text.
158 +* fold: (coreutils)fold.               Wrap long input lines.
159 +* groups: (coreutils)groups.           Print group names a user is in.
160 +* head: (coreutils)head.               Output the first part of files.
161 +* hostid: (coreutils)hostid.           Print numeric host identifier.
162 +* id: (coreutils)id.                   Print user identity.
163 +* install: (coreutils)install.         Copy files and set attributes.
164 +* join: (coreutils)join.               Join lines on a common field.
165 +* link: (coreutils)link.               Make hard links between files.
166 +* ln: (coreutils)ln.                   Make links between files.
167 +* logname: (coreutils)logname.         Print current login name.
168 +* ls: (coreutils)ls.                   List directory contents.
169 +* md5sum: (coreutils)md5sum.           Print or check MD5 digests.
170 +* mkdir: (coreutils)mkdir.             Create directories.
171 +* mkfifo: (coreutils)mkfifo.           Create FIFOs (named pipes).
172 +* mknod: (coreutils)mknod.             Create special files.
173 +* mktemp: (coreutils)mktemp.           Create temporary files.
174 +* mv: (coreutils)mv.                   Rename files.
175 +* nice: (coreutils)nice.               Modify niceness.
176 +* nl: (coreutils)nl.                   Number lines and write files.
177 +* nohup: (coreutils)nohup.             Immunize to hangups.
178 +* nproc: (coreutils)nproc.             Print the number of processors.
179 +* numfmt: (coreutils)numfmt.           Reformat numbers.
180 +* od: (coreutils)od.                   Dump files in octal, etc.
181 +* paste: (coreutils)paste.             Merge lines of files.
182 +* pathchk: (coreutils)pathchk.         Check file name portability.
183 +* pr: (coreutils)pr.                   Paginate or columnate files.
184 +* printenv: (coreutils)printenv.       Print environment variables.
185 +* printf: (coreutils)printf.           Format and print data.
186 +* ptx: (coreutils)ptx.                 Produce permuted indexes.
187 +* pwd: (coreutils)pwd.                 Print working directory.
188 +* readlink: (coreutils)readlink.       Print referent of a symlink.
189 +* realpath: (coreutils)realpath.       Print resolved file names.
190 +* rm: (coreutils)rm.                   Remove files.
191 +* rmdir: (coreutils)rmdir.             Remove empty directories.
192 +* runcon: (coreutils)runcon.           Run in specified SELinux CTX.
193 +* seq: (coreutils)seq.                 Print numeric sequences
194 +* sha1sum: (coreutils)sha1sum.         Print or check SHA-1 digests.
195 +* sha2: (coreutils)sha2 utilities.     Print or check SHA-2 digests.
196 +* shred: (coreutils)shred.             Remove files more securely.
197 +* shuf: (coreutils)shuf.               Shuffling text files.
198 +* sleep: (coreutils)sleep.             Delay for a specified time.
199 +* sort: (coreutils)sort.               Sort text files.
200 +* split: (coreutils)split.             Split into pieces.
201 +* stat: (coreutils)stat.               Report file(system) status.
202 +* stdbuf: (coreutils)stdbuf.           Modify stdio buffering.
203 +* stty: (coreutils)stty.               Print/change terminal settings.
204 +* sum: (coreutils)sum.                 Print traditional checksum.
205 +* sync: (coreutils)sync.               Sync files to stable storage.
206 +* tac: (coreutils)tac.                 Reverse files.
207 +* tail: (coreutils)tail.               Output the last part of files.
208 +* tee: (coreutils)tee.                 Redirect to multiple files.
209 +* test: (coreutils)test.               File/string tests.
210 +* timeout: (coreutils)timeout.         Run with time limit.
211 +* touch: (coreutils)touch.             Change file timestamps.
212 +* tr: (coreutils)tr.                   Translate characters.
213 +* true: (coreutils)true.               Do nothing, successfully.
214 +* truncate: (coreutils)truncate.       Shrink/extend size of a file.
215 +* tsort: (coreutils)tsort.             Topological sort.
216 +* tty: (coreutils)tty.                 Print terminal name.
217 +* uname: (coreutils)uname.             Print system information.
218 +* unexpand: (coreutils)unexpand.       Convert spaces to tabs.
219 +* uniq: (coreutils)uniq.               Uniquify files.
220 +* unlink: (coreutils)unlink.           Removal via unlink(2).
221 +* users: (coreutils)users.             Print current user names.
222 +* vdir: (coreutils)vdir.               List directories verbosely.
223 +* wc: (coreutils)wc.                   Line, word, and byte counts.
224 +* who: (coreutils)who.                 Print who is logged in.
225 +* whoami: (coreutils)whoami.           Print effective user ID.
226 +* yes: (coreutils)yes.                 Print a string indefinitely.
227  @end direntry
228  
229  @copying
230 @@ -203,10 +192,9 @@ Free Documentation License''.
231  * File name manipulation::       dirname basename pathchk mktemp realpath
232  * Working context::              pwd stty printenv tty
233  * User information::             id logname whoami groups users who
234 -* System context::               date arch nproc uname hostname hostid uptime
235 +* System context::               date arch nproc uname hostid
236  * SELinux context::              chcon runcon
237  * Modified command invocation::  chroot env nice nohup stdbuf timeout
238 -* Process control::              kill
239  * Delaying::                     sleep
240  * Numeric operations::           factor numfmt seq
241  * File permissions::             Access modes
242 @@ -238,45 +226,45 @@ Common Options
243  
244  Output of entire files
245  
246 -* cat invocation::               Concatenate and write files
247 -* tac invocation::               Concatenate and write files in reverse
248 -* nl invocation::                Number lines and write files
249 -* od invocation::                Write files in octal or other formats
250 -* base32 invocation::            Transform data into printable data
251 -* base64 invocation::            Transform data into printable data
252 -* basenc invocation::            Transform data into printable data
253 +* cat::                          Concatenate and write files
254 +* tac::                          Concatenate and write files in reverse
255 +* nl::                           Number lines and write files
256 +* od::                           Write files in octal or other formats
257 +* base32::                       Transform data into printable data
258 +* base64::                       Transform data into printable data
259 +* basenc::                       Transform data into printable data
260  
261  Formatting file contents
262  
263 -* fmt invocation::               Reformat paragraph text
264 -* pr invocation::                Paginate or columnate files for printing
265 -* fold invocation::              Wrap input lines to fit in specified width
266 +* fmt::                          Reformat paragraph text
267 +* pr::                           Paginate or columnate files for printing
268 +* fold::                         Wrap input lines to fit in specified width
269  
270  Output of parts of files
271  
272 -* head invocation::              Output the first part of files
273 -* tail invocation::              Output the last part of files
274 -* split invocation::             Split a file into fixed-size pieces
275 -* csplit invocation::            Split a file into context-determined pieces
276 +* head::                         Output the first part of files
277 +* tail::                         Output the last part of files
278 +* split::                        Split a file into fixed-size pieces
279 +* csplit::                       Split a file into context-determined pieces
280  
281  Summarizing files
282  
283 -* wc invocation::                Print newline, word, and byte counts
284 -* sum invocation::               Print checksum and block counts
285 -* cksum invocation::             Print CRC checksum and byte counts
286 -* b2sum invocation::             Print or check BLAKE2 digests
287 -* md5sum invocation::            Print or check MD5 digests
288 -* sha1sum invocation::           Print or check SHA-1 digests
289 +* wc::                           Print newline, word, and byte counts
290 +* sum::                          Print checksum and block counts
291 +* cksum::                        Print CRC checksum and byte counts
292 +* b2sum::                        Print or check BLAKE2 digests
293 +* md5sum::                       Print or check MD5 digests
294 +* sha1sum::                      Print or check SHA-1 digests
295  * sha2 utilities::               Print or check SHA-2 digests
296  
297  Operating on sorted files
298  
299 -* sort invocation::              Sort text files
300 -* shuf invocation::              Shuffle text files
301 -* uniq invocation::              Uniquify files
302 -* comm invocation::              Compare two sorted files line by line
303 -* ptx invocation::               Produce a permuted index of file contents
304 -* tsort invocation::             Topological sort
305 +* sort::                         Sort text files
306 +* shuf::                         Shuffle text files
307 +* uniq::                         Uniquify files
308 +* comm::                         Compare two sorted files line by line
309 +* ptx::                          Produce a permuted index of file contents
310 +* tsort::                        Topological sort
311  
312  @command{ptx}: Produce permuted indexes
313  
314 @@ -288,15 +276,15 @@ Operating on sorted files
315  
316  Operating on fields
317  
318 -* cut invocation::               Print selected parts of lines
319 -* paste invocation::             Merge lines of files
320 -* join invocation::              Join lines on a common field
321 +* cut::                          Print selected parts of lines
322 +* paste::                        Merge lines of files
323 +* join::                         Join lines on a common field
324  
325  Operating on characters
326  
327 -* tr invocation::                Translate, squeeze, and/or delete characters
328 -* expand invocation::            Convert tabs to spaces
329 -* unexpand invocation::          Convert spaces to tabs
330 +* tr::                           Translate, squeeze, and/or delete characters
331 +* expand::                       Convert tabs to spaces
332 +* unexpand::                     Convert spaces to tabs
333  
334  @command{tr}: Translate, squeeze, and/or delete characters
335  
336 @@ -306,10 +294,10 @@ Operating on characters
337  
338  Directory listing
339  
340 -* ls invocation::                List directory contents
341 -* dir invocation::               Briefly list directory contents
342 -* vdir invocation::              Verbosely list directory contents
343 -* dircolors invocation::         Color setup for @command{ls}
344 +* ls::                           List directory contents
345 +* dir::                          Briefly list directory contents
346 +* vdir::                         Verbosely list directory contents
347 +* dircolors::                    Color setup for @command{ls}
348  
349  @command{ls}:  List directory contents
350  
351 @@ -321,51 +309,51 @@ Directory listing
352  
353  Basic operations
354  
355 -* cp invocation::                Copy files and directories
356 -* dd invocation::                Convert and copy a file
357 -* install invocation::           Copy files and set attributes
358 -* mv invocation::                Move (rename) files
359 -* rm invocation::                Remove files or directories
360 -* shred invocation::             Remove files more securely
361 +* cp::                           Copy files and directories
362 +* dd::                           Convert and copy a file
363 +* install::                      Copy files and set attributes
364 +* mv::                           Move (rename) files
365 +* rm::                           Remove files or directories
366 +* shred::                        Remove files more securely
367  
368  Special file types
369  
370 -* link invocation::              Make a hard link via the link syscall
371 -* ln invocation::                Make links between files
372 -* mkdir invocation::             Make directories
373 -* mkfifo invocation::            Make FIFOs (named pipes)
374 -* mknod invocation::             Make block or character special files
375 -* readlink invocation::          Print value of a symlink or canonical file name
376 -* rmdir invocation::             Remove empty directories
377 -* unlink invocation::            Remove files via unlink syscall
378 +* link::                         Make a hard link via the link syscall
379 +* ln::                           Make links between files
380 +* mkdir::                        Make directories
381 +* mkfifo::                       Make FIFOs (named pipes)
382 +* mknod::                        Make block or character special files
383 +* readlink::                     Print value of a symlink or canonical file name
384 +* rmdir::                        Remove empty directories
385 +* unlink::                       Remove files via unlink syscall
386  
387  Changing file attributes
388  
389 -* chown invocation::             Change file owner and group
390 -* chgrp invocation::             Change group ownership
391 -* chmod invocation::             Change access permissions
392 -* touch invocation::             Change file timestamps
393 +* chown::                        Change file owner and group
394 +* chgrp::                        Change group ownership
395 +* chmod::                        Change access permissions
396 +* touch::                        Change file timestamps
397  
398  File space usage
399  
400 -* df invocation::                Report file system space usage
401 -* du invocation::                Estimate file space usage
402 -* stat invocation::              Report file or file system status
403 -* sync invocation::              Synchronize cached writes to persistent storage
404 -* truncate invocation::          Shrink or extend the size of a file
405 +* df::                           Report file system space usage
406 +* du::                           Estimate file space usage
407 +* stat::                         Report file or file system status
408 +* sync::                         Synchronize cached writes to persistent storage
409 +* truncate::                     Shrink or extend the size of a file
410  
411  Printing text
412  
413 -* echo invocation::              Print a line of text
414 -* printf invocation::            Format and print data
415 -* yes invocation::               Print a string until interrupted
416 +* echo::                         Print a line of text
417 +* printf::                       Format and print data
418 +* yes::                          Print a string until interrupted
419  
420  Conditions
421  
422 -* false invocation::             Do nothing, unsuccessfully
423 -* true invocation::              Do nothing, successfully
424 -* test invocation::              Check file types and compare values
425 -* expr invocation::              Evaluate expressions
426 +* false::                        Do nothing, unsuccessfully
427 +* true::                         Do nothing, successfully
428 +* test::                         Check file types and compare values
429 +* expr::                         Evaluate expressions
430  
431  @command{test}: Check file types and compare values
432  
433 @@ -384,22 +372,22 @@ Conditions
434  
435  Redirection
436  
437 -* tee invocation::               Redirect output to multiple files or processes
438 +* tee::                          Redirect output to multiple files or processes
439  
440  File name manipulation
441  
442 -* basename invocation::          Strip directory and suffix from a file name
443 -* dirname invocation::           Strip last file name component
444 -* pathchk invocation::           Check file name validity and portability
445 -* mktemp invocation::            Create temporary file or directory
446 -* realpath invocation::          Print resolved file names
447 +* basename::                     Strip directory and suffix from a file name
448 +* dirname::                      Strip last file name component
449 +* pathchk::                      Check file name validity and portability
450 +* mktemp::                       Create temporary file or directory
451 +* realpath::                     Print resolved file names
452  
453  Working context
454  
455 -* pwd invocation::               Print working directory
456 -* stty invocation::              Print or change terminal characteristics
457 -* printenv invocation::          Print all or some environment variables
458 -* tty invocation::               Print file name of terminal on standard input
459 +* pwd::                          Print working directory
460 +* stty::                         Print or change terminal characteristics
461 +* printenv::                     Print all or some environment variables
462 +* tty::                          Print file name of terminal on standard input
463  
464  @command{stty}: Print or change terminal characteristics
465  
466 @@ -413,22 +401,20 @@ Working context
467  
468  User information
469  
470 -* id invocation::                Print user identity
471 -* logname invocation::           Print current login name
472 -* whoami invocation::            Print effective user ID
473 -* groups invocation::            Print group names a user is in
474 -* users invocation::             Print login names of users currently logged in
475 -* who invocation::               Print who is currently logged in
476 +* id::                           Print user identity
477 +* logname::                      Print current login name
478 +* whoami::                       Print effective user ID
479 +* groups::                       Print group names a user is in
480 +* users::                        Print login names of users currently logged in
481 +* who::                          Print who is currently logged in
482  
483  System context
484  
485 -* arch invocation::              Print machine hardware name
486 -* date invocation::              Print or set system date and time
487 -* nproc invocation::             Print the number of processors
488 -* uname invocation::             Print system information
489 -* hostname invocation::          Print or set system name
490 -* hostid invocation::            Print numeric host identifier
491 -* uptime invocation::            Print system uptime and load
492 +* arch::                         Print machine hardware name
493 +* date::                         Print or set system date and time
494 +* nproc::                        Print the number of processors
495 +* uname::                        Print system information
496 +* hostid::                       Print numeric host identifier
497  
498  @command{date}: Print or set system date and time
499  
500 @@ -443,31 +429,27 @@ System context
501  
502  SELinux context
503  
504 -* chcon invocation::             Change SELinux context of file
505 -* runcon invocation::            Run a command in specified SELinux context
506 +* chcon::                        Change SELinux context of file
507 +* runcon::                       Run a command in specified SELinux context
508  
509  Modified command invocation
510  
511 -* chroot invocation::            Run a command with a different root directory
512 -* env invocation::               Run a command in a modified environment
513 -* nice invocation::              Run a command with modified niceness
514 -* nohup invocation::             Run a command immune to hangups
515 -* stdbuf invocation::            Run a command with modified I/O buffering
516 -* timeout invocation::           Run a command with a time limit
517 -
518 -Process control
519 -
520 -* kill invocation::              Sending a signal to processes.
521 +* chroot::                       Run a command with a different root directory
522 +* env::                          Run a command in a modified environment
523 +* nice::                         Run a command with modified niceness
524 +* nohup::                        Run a command immune to hangups
525 +* stdbuf::                       Run a command with modified I/O buffering
526 +* timeout::                      Run a command with a time limit
527  
528  Delaying
529  
530 -* sleep invocation::             Delay for a specified time
531 +* sleep::                        Delay for a specified time
532  
533  Numeric operations
534  
535 -* factor invocation::            Print prime factors
536 -* numfmt invocation::            Reformat numbers
537 -* seq invocation::               Print numeric sequences
538 +* factor::                       Print prime factors
539 +* numfmt::                       Reformat numbers
540 +* seq::                          Print numeric sequences
541  
542  
543  File timestamps
544 @@ -1597,16 +1579,16 @@ These commands read and write entire fil
545  in some way.
546  
547  @menu
548 -* cat invocation::              Concatenate and write files.
549 -* tac invocation::              Concatenate and write files in reverse.
550 -* nl invocation::               Number lines and write files.
551 -* od invocation::               Write files in octal or other formats.
552 -* base32 invocation::           Transform data into printable data.
553 -* base64 invocation::           Transform data into printable data.
554 -* basenc invocation::           Transform data into printable data.
555 +* cat::                         Concatenate and write files.
556 +* tac::                         Concatenate and write files in reverse.
557 +* nl::                          Number lines and write files.
558 +* od::                          Write files in octal or other formats.
559 +* base32::                      Transform data into printable data.
560 +* base64::                      Transform data into printable data.
561 +* basenc::                      Transform data into printable data.
562  @end menu
563  
564 -@node cat invocation
565 +@node cat
566  @section @command{cat}: Concatenate and write files
567  
568  @pindex cat
569 @@ -1708,7 +1690,7 @@ cat
570  @end example
571  
572  
573 -@node tac invocation
574 +@node tac
575  @section @command{tac}: Concatenate and write files in reverse
576  
577  @pindex tac
578 @@ -1766,7 +1748,7 @@ tac -r -s 'x\|[^x]'
579  @end example
580  
581  
582 -@node nl invocation
583 +@node nl
584  @section @command{nl}: Number lines and write files
585  
586  @pindex nl
587 @@ -1934,7 +1916,7 @@ Use @var{number} characters for line num
588  @exitstatus
589  
590  
591 -@node od invocation
592 +@node od
593  @section @command{od}: Write files in octal or other formats
594  
595  @pindex od
596 @@ -2200,7 +2182,7 @@ address.
597  @exitstatus
598  
599  
600 -@node base32 invocation
601 +@node base32
602  @section @command{base32}: Transform data into printable data
603  
604  @pindex base32
605 @@ -2210,10 +2192,10 @@ address.
606  into (or from) base32 encoded form.  The base32 encoded form uses
607  printable ASCII characters to represent binary data.
608  The usage and options of this command are precisely the
609 -same as for @command{base64}.  @xref{base64 invocation}.
610 +same as for @command{base64}.  @xref{base64}.
611  
612  
613 -@node base64 invocation
614 +@node base64
615  @section @command{base64}: Transform data into printable data
616  
617  @pindex base64
618 @@ -2273,7 +2255,7 @@ to permit distorted data to be decoded.
619  
620  @exitstatus
621  
622 -@node basenc invocation
623 +@node basenc
624  @section @command{basenc}: Transform data into printable data
625  
626  @pindex basenc
627 @@ -2294,7 +2276,7 @@ The @var{encoding} argument is required.
628  @command{basenc} reads from standard input.
629  The @option{-w/--wrap},@option{-i/--ignore-garbage},
630  @option{-d/--decode} options of this command are precisely the same as
631 -for @command{base64}. @xref{base64 invocation}.
632 +for @command{base64}. @xref{base64}.
633  
634  
635  Supported @var{encoding}s are:
636 @@ -2409,13 +2391,13 @@ $ printf 01010100 | basenc --base2lsbf -
637  These commands reformat the contents of files.
638  
639  @menu
640 -* fmt invocation::              Reformat paragraph text.
641 -* pr invocation::               Paginate or columnate files for printing.
642 -* fold invocation::             Wrap input lines to fit in specified width.
643 +* fmt::                         Reformat paragraph text.
644 +* pr::                          Paginate or columnate files for printing.
645 +* fold::                        Wrap input lines to fit in specified width.
646  @end menu
647  
648  
649 -@node fmt invocation
650 +@node fmt
651  @section @command{fmt}: Reformat paragraph text
652  
653  @pindex fmt
654 @@ -2519,7 +2501,7 @@ leaving the code unchanged.
655  
656  @exitstatus
657  
658 -@node pr invocation
659 +@node pr
660  @section @command{pr}: Paginate or columnate files for printing
661  
662  @pindex pr
663 @@ -2629,7 +2611,7 @@ Double space the output.
664  @cindex time formats
665  @cindex formatting times
666  Format header dates using @var{format}, using the same conventions as
667 -for the command @samp{date +@var{format}}.  @xref{date invocation}.
668 +for the command @samp{date +@var{format}}.  @xref{date}.
669  Except for directives, which start with
670  @samp{%}, characters in @var{format} are printed unchanged.  You can use
671  this option to specify an arbitrary string in place of the header date,
672 @@ -2859,7 +2841,7 @@ line is never truncated.
673  @exitstatus
674  
675  
676 -@node fold invocation
677 +@node fold
678  @section @command{fold}: Wrap input lines to fit in specified width
679  
680  @pindex fold
681 @@ -2926,13 +2908,13 @@ instead.
682  These commands output pieces of the input.
683  
684  @menu
685 -* head invocation::             Output the first part of files.
686 -* tail invocation::             Output the last part of files.
687 -* split invocation::            Split a file into pieces.
688 -* csplit invocation::           Split a file into context-determined pieces.
689 +* head::                        Output the first part of files.
690 +* tail::                        Output the last part of files.
691 +* split::                       Split a file into pieces.
692 +* csplit::                      Split a file into context-determined pieces.
693  @end menu
694  
695 -@node head invocation
696 +@node head
697  @section @command{head}: Output the first part of files
698  
699  @pindex head
700 @@ -3011,7 +2993,7 @@ avoid @command{head}, e.g., by using @sa
701  @exitstatus
702  
703  
704 -@node tail invocation
705 +@node tail
706  @section @command{tail}: Output the last part of files
707  
708  @pindex tail
709 @@ -3262,7 +3244,7 @@ mean either @samp{tail ./+4} or @samp{ta
710  @exitstatus
711  
712  
713 -@node split invocation
714 +@node split
715  @section @command{split}: Split a file into pieces.
716  
717  @pindex split
718 @@ -3517,7 +3499,7 @@ $ seq 100 > k; split -nl/7/33 k
719  @end example
720  
721  
722 -@node csplit invocation
723 +@node csplit
724  @section @command{csplit}: Split a file into context-determined pieces
725  
726  @pindex csplit
727 @@ -3737,17 +3719,17 @@ These commands generate just a few numbe
728  contents of files.
729  
730  @menu
731 -* wc invocation::               Print newline, word, and byte counts.
732 -* sum invocation::              Print checksum and block counts.
733 -* cksum invocation::            Print CRC checksum and byte counts.
734 -* b2sum invocation::            Print or check BLAKE2 digests.
735 -* md5sum invocation::           Print or check MD5 digests.
736 -* sha1sum invocation::          Print or check SHA-1 digests.
737 +* wc::                          Print newline, word, and byte counts.
738 +* sum::                         Print checksum and block counts.
739 +* cksum::                       Print CRC checksum and byte counts.
740 +* b2sum::                       Print or check BLAKE2 digests.
741 +* md5sum::                      Print or check MD5 digests.
742 +* sha1sum::                     Print or check SHA-1 digests.
743  * sha2 utilities::              Print or check SHA-2 digests.
744  @end menu
745  
746  
747 -@node wc invocation
748 +@node wc
749  @section @command{wc}: Print newline, word, and byte counts
750  
751  @pindex wc
752 @@ -3873,7 +3855,7 @@ find . -name '*.[ch]' -print0 |
753  @exitstatus
754  
755  
756 -@node sum invocation
757 +@node sum
758  @section @command{sum}: Print checksum and block counts
759  
760  @pindex sum
761 @@ -3922,7 +3904,7 @@ next section) is preferable in new appli
762  @exitstatus
763  
764  
765 -@node cksum invocation
766 +@node cksum
767  @section @command{cksum}: Print and verify file checksums
768  
769  @pindex cksum
770 @@ -3954,7 +3936,7 @@ for each file along with the number of b
771  and the file name unless no arguments were given.
772  
773  The same usage and options as the @command{b2sum}
774 -command are supported.  @xref{b2sum invocation}.
775 +command are supported.  @xref{b2sum}.
776  In addition @command{cksum} supports the following options.
777  
778  @table @samp
779 @@ -3997,11 +3979,11 @@ This format has the checksum at the star
780  more amenable to further processing by other utilities,
781  especially in combination with the @option{--zero} option.
782  Note this does not identify the digest algorithm used for the checksum.
783 -@xref{md5sum invocation} for details of this format.
784 +@xref{md5sum} for details of this format.
785  @end table
786  
787  
788 -@node b2sum invocation
789 +@node b2sum
790  @section @command{b2sum}: Print or check BLAKE2 digests
791  
792  @pindex b2sum
793 @@ -4013,7 +3995,7 @@ Note this does not identify the digest a
794  
795  @command{b2sum} computes a 512-bit checksum for each specified
796  @var{file}.  The same usage and options as the @command{md5sum}
797 -command are supported.  @xref{md5sum invocation}.
798 +command are supported.  @xref{md5sum}.
799  In addition @command{b2sum} supports the following options.
800  
801  @table @samp
802 @@ -4028,7 +4010,7 @@ This option is ignored when @option{--ch
803  as the length is automatically determined when checking.
804  @end table
805  
806 -@node md5sum invocation
807 +@node md5sum
808  @section @command{md5sum}: Print or check MD5 digests
809  
810  @pindex md5sum
811 @@ -4051,7 +4033,7 @@ fingerprint is considered infeasible at
812  to modify certain files, including digital certificates, so that they
813  appear valid when signed with an \hash\ digest.  For more secure hashes,
814  consider using SHA-2, or the newer @command{b2sum} command.
815 -@xref{sha2 utilities}. @xref{b2sum invocation}.
816 +@xref{sha2 utilities}. @xref{b2sum}.
817  @end macro
818  @weakHash{MD5}
819  
820 @@ -4209,7 +4191,7 @@ Also file name escaping is not used.
821  @exitstatus
822  
823  
824 -@node sha1sum invocation
825 +@node sha1sum
826  @section @command{sha1sum}: Print or check SHA-1 digests
827  
828  @pindex sha1sum
829 @@ -4221,7 +4203,7 @@ Also file name escaping is not used.
830  
831  @command{sha1sum} computes a 160-bit checksum for each specified
832  @var{file}.  The usage and options of this command are precisely the
833 -same as for @command{md5sum}.  @xref{md5sum invocation}.
834 +same as for @command{md5sum}.  @xref{md5sum}.
835  
836  @weakHash{SHA-1}
837  
838 @@ -4257,7 +4239,7 @@ various lengths (respectively 224, 256,
839  collectively known as the SHA-2 hashes.  The usage and options of
840  these commands are precisely the same as for @command{md5sum}
841  and @command{sha1sum}.
842 -@xref{md5sum invocation}.
843 +@xref{md5sum}.
844  
845  
846  @node Operating on sorted files
847 @@ -4269,16 +4251,16 @@ and @command{sha1sum}.
848  These commands work with (or produce) sorted files.
849  
850  @menu
851 -* sort invocation::             Sort text files.
852 -* shuf invocation::             Shuffle text files.
853 -* uniq invocation::             Uniquify files.
854 -* comm invocation::             Compare two sorted files line by line.
855 -* ptx invocation::              Produce a permuted index of file contents.
856 -* tsort invocation::            Topological sort.
857 +* sort::                        Sort text files.
858 +* shuf::                        Shuffle text files.
859 +* uniq::                        Uniquify files.
860 +* comm::                        Compare two sorted files line by line.
861 +* ptx::                         Produce a permuted index of file contents.
862 +* tsort::                       Topological sort.
863  @end menu
864  
865  
866 -@node sort invocation
867 +@node sort
868  @section @command{sort}: Sort text files
869  
870  @pindex sort
871 @@ -4574,7 +4556,7 @@ appear earlier in the output instead of
872  Sort by hashing the input keys and then sorting the hash values.
873  Choose the hash function at random, ensuring that it is free of
874  collisions so that differing keys have differing hash values.  This is
875 -like a random permutation of the inputs (@pxref{shuf invocation}),
876 +like a random permutation of the inputs (@pxref{shuf}),
877  except that keys with the same value sort together.
878  
879  If multiple random sort fields are specified, the same random hash
880 @@ -4772,7 +4754,7 @@ Set the number of sorts run in parallel
881  @var{n} is set to the number of available processors, but limited
882  to 8, as there are diminishing performance gains after that.
883  Note also that using @var{n} threads increases the memory usage by
884 -a factor of log @var{n}.  Also see @ref{nproc invocation}.
885 +a factor of log @var{n}.  Also see @ref{nproc}.
886  
887  @item -u
888  @itemx --unique
889 @@ -4790,7 +4772,7 @@ The commands @code{sort -u} and @code{so
890  this equivalence does not extend to arbitrary @command{sort} options.
891  For example, @code{sort -n -u} inspects only the value of the initial
892  numeric string when checking for uniqueness, whereas @code{sort -n |
893 -uniq} inspects the entire line.  @xref{uniq invocation}.
894 +uniq} inspects the entire line.  @xref{uniq}.
895  
896  @optZeroTerminated
897  @macro newlineFieldSeparator
898 @@ -5003,7 +4985,7 @@ ls */* | sort -t / -k 1,1R -k 2,2
899  @end itemize
900  
901  
902 -@node shuf invocation
903 +@node shuf
904  @section @command{shuf}: Shuffling text
905  
906  @pindex shuf
907 @@ -5159,7 +5141,7 @@ shuf -r -n 100 -e Head Tail
908  @exitstatus
909  
910  
911 -@node uniq invocation
912 +@node uniq
913  @section @command{uniq}: Uniquify files
914  
915  @pindex uniq
916 @@ -5181,7 +5163,7 @@ lines that are not repeated, or all repe
917  The input need not be sorted, but repeated input lines are detected
918  only if they are adjacent.  If you want to discard non-adjacent
919  duplicate lines, perhaps you want to use @code{sort -u}.
920 -@xref{sort invocation}.
921 +@xref{sort}.
922  
923  @vindex LC_COLLATE
924  Comparisons honor the rules specified by the @env{LC_COLLATE}
925 @@ -5346,7 +5328,7 @@ compared.
926  @exitstatus
927  
928  
929 -@node comm invocation
930 +@node comm
931  @section @command{comm}: Compare two sorted files line by line
932  
933  @pindex comm
934 @@ -5461,7 +5443,7 @@ $ comm -12 file1 file2 | wc -l    # numb
935  
936  @end table
937  
938 -@node ptx invocation
939 +@node ptx
940  @section @command{ptx}: Produce permuted indexes
941  
942  @pindex ptx
943 @@ -5951,7 +5933,7 @@ allowed with System V @command{ptx}.
944  @end itemize
945  
946  
947 -@node tsort invocation
948 +@node tsort
949  @section @command{tsort}: Topological sort
950  
951  @pindex tsort
952 @@ -6113,13 +6095,13 @@ in different ways.
953  @chapter Operating on fields
954  
955  @menu
956 -* cut invocation::              Print selected parts of lines.
957 -* paste invocation::            Merge lines of files.
958 -* join invocation::             Join lines on a common field.
959 +* cut::                         Print selected parts of lines.
960 +* paste::                       Merge lines of files.
961 +* join::                        Join lines on a common field.
962  @end menu
963  
964  
965 -@node cut invocation
966 +@node cut
967  @section @command{cut}: Print selected parts of lines
968  
969  @pindex cut
970 @@ -6244,7 +6226,7 @@ many fields and want to print all but a
971  @exitstatus
972  
973  
974 -@node paste invocation
975 +@node paste
976  @section @command{paste}: Merge lines of files
977  
978  @pindex paste
979 @@ -6342,7 +6324,7 @@ $ paste -d '%_' num2 let3 num2
980  @exitstatus
981  
982  
983 -@node join invocation
984 +@node join
985  @section @command{join}: Join lines on a common field
986  
987  @pindex join
988 @@ -6874,13 +6856,13 @@ entire lines as the key.
989  These commands operate on individual characters.
990  
991  @menu
992 -* tr invocation::               Translate, squeeze, and/or delete characters.
993 -* expand invocation::           Convert tabs to spaces.
994 -* unexpand invocation::         Convert spaces to tabs.
995 +* tr::                          Translate, squeeze, and/or delete characters.
996 +* expand::                      Convert tabs to spaces.
997 +* unexpand::                    Convert spaces to tabs.
998  @end menu
999  
1000  
1001 -@node tr invocation
1002 +@node tr
1003  @section @command{tr}: Translate, squeeze, and/or delete characters
1004  
1005  @pindex tr
1006 @@ -7303,7 +7285,7 @@ tr -d -- -axM
1007  @end itemize
1008  
1009  
1010 -@node expand invocation
1011 +@node expand
1012  @section @command{expand}: Convert tabs to spaces
1013  
1014  @pindex expand
1015 @@ -7372,7 +7354,7 @@ characters) on each line to spaces.
1016  @exitstatus
1017  
1018  
1019 -@node unexpand invocation
1020 +@node unexpand
1021  @section @command{unexpand}: Convert spaces to tabs
1022  
1023  @pindex unexpand
1024 @@ -7435,14 +7417,14 @@ This chapter describes the @command{ls}
1025  and @command{vdir}, which list information about files.
1026  
1027  @menu
1028 -* ls invocation::               List directory contents.
1029 -* dir invocation::              Briefly ls.
1030 -* vdir invocation::             Verbosely ls.
1031 -* dircolors invocation::        Color setup for ls, etc.
1032 +* ls::                          List directory contents.
1033 +* dir::                         Briefly ls.
1034 +* vdir::                        Verbosely ls.
1035 +* dircolors::                   Color setup for ls, etc.
1036  @end menu
1037  
1038  
1039 -@node ls invocation
1040 +@node ls
1041  @section @command{ls}: List directory contents
1042  
1043  @pindex ls
1044 @@ -8337,7 +8319,7 @@ be one of the following:
1045  @item +@var{format}
1046  @vindex LC_TIME
1047  List timestamps using @var{format}, where @var{format} is interpreted
1048 -like the format argument of @command{date} (@pxref{date invocation}).
1049 +like the format argument of @command{date} (@pxref{date}).
1050  For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
1051  @command{ls} to list timestamps like @samp{2020-03-30 23:45:56}.  As
1052  with @command{date}, @var{format}'s interpretation is affected by the
1053 @@ -8538,7 +8520,7 @@ This is the default unless the output is
1054  @end table
1055  
1056  
1057 -@node dir invocation
1058 +@node dir
1059  @section @command{dir}: Briefly list directory contents
1060  
1061  @pindex dir
1062 @@ -8548,10 +8530,10 @@ This is the default unless the output is
1063  -b}; that is, by default files are listed in columns, sorted vertically,
1064  and special characters are represented by backslash escape sequences.
1065  
1066 -@xref{ls invocation, @command{ls}}.
1067 +@xref{ls, @command{ls}}.
1068  
1069  
1070 -@node vdir invocation
1071 +@node vdir
1072  @section @command{vdir}: Verbosely list directory contents
1073  
1074  @pindex vdir
1075 @@ -8561,9 +8543,9 @@ and special characters are represented b
1076  -b}; that is, by default files are listed in long format and special
1077  characters are represented by backslash escape sequences.
1078  
1079 -@xref{ls invocation, @command{ls}}.
1080 +@xref{ls, @command{ls}}.
1081  
1082 -@node dircolors invocation
1083 +@node dircolors
1084  @section @command{dircolors}: Color setup for @command{ls}
1085  
1086  @pindex dircolors
1087 @@ -8656,16 +8638,16 @@ This chapter describes the commands for
1088  copying, moving (renaming), and deleting (removing).
1089  
1090  @menu
1091 -* cp invocation::               Copy files.
1092 -* dd invocation::               Convert and copy a file.
1093 -* install invocation::          Copy files and set attributes.
1094 -* mv invocation::               Move (rename) files.
1095 -* rm invocation::               Remove files or directories.
1096 -* shred invocation::            Remove files more securely.
1097 +* cp::                          Copy files.
1098 +* dd::                          Convert and copy a file.
1099 +* install::                     Copy files and set attributes.
1100 +* mv::                          Move (rename) files.
1101 +* rm::                          Remove files or directories.
1102 +* shred::                       Remove files more securely.
1103  @end menu
1104  
1105  
1106 -@node cp invocation
1107 +@node cp
1108  @section @command{cp}: Copy files and directories
1109  
1110  @pindex cp
1111 @@ -9160,7 +9142,7 @@ option, and overrides the @option{--pres
1112  @exitstatus
1113  
1114  
1115 -@node dd invocation
1116 +@node dd
1117  @section @command{dd}: Convert and copy a file
1118  
1119  @pindex dd
1120 @@ -9740,7 +9722,7 @@ environment variable is set.
1121  @exitstatus
1122  
1123  
1124 -@node install invocation
1125 +@node install
1126  @section @command{install}: Copy files and set attributes
1127  
1128  @pindex install
1129 @@ -9922,7 +9904,7 @@ This option is mutually exclusive with t
1130  @exitstatus
1131  
1132  
1133 -@node mv invocation
1134 +@node mv
1135  @section @command{mv}: Move (rename) files
1136  
1137  @pindex mv
1138 @@ -10068,7 +10050,7 @@ to the system default type for destinati
1139  @exitstatus
1140  
1141  
1142 -@node rm invocation
1143 +@node rm
1144  @section @command{rm}: Remove files or directories
1145  
1146  @pindex rm
1147 @@ -10234,7 +10216,7 @@ predates the development of the @code{ge
1148  @exitstatus
1149  
1150  
1151 -@node shred invocation
1152 +@node shred
1153  @section @command{shred}: Remove files more securely
1154  
1155  @pindex shred
1156 @@ -10244,7 +10226,7 @@ predates the development of the @code{ge
1157  @command{shred} overwrites devices or files, to help prevent even
1158  extensive forensics from recovering the data.
1159  
1160 -Ordinarily when you remove a file (@pxref{rm invocation}), its data
1161 +Ordinarily when you remove a file (@pxref{rm}), its data
1162  and metadata are not actually destroyed.  Only the file's directory
1163  entry is removed, and the file's storage is reclaimed only when no
1164  process has the file open and no other directory entry links to the
1165 @@ -10531,18 +10513,18 @@ Besides directories, other special file
1166  (FIFOs), symbolic links, sockets, and so-called @dfn{special files}.
1167  
1168  @menu
1169 -* link invocation::             Make a hard link via the link syscall
1170 -* ln invocation::               Make links between files.
1171 -* mkdir invocation::            Make directories.
1172 -* mkfifo invocation::           Make FIFOs (named pipes).
1173 -* mknod invocation::            Make block or character special files.
1174 -* readlink invocation::         Print value of a symlink or canonical file name.
1175 -* rmdir invocation::            Remove empty directories.
1176 -* unlink invocation::           Remove files via the unlink syscall
1177 +* link::             Make a hard link via the link syscall
1178 +* ln::               Make links between files.
1179 +* mkdir::            Make directories.
1180 +* mkfifo::           Make FIFOs (named pipes).
1181 +* mknod::            Make block or character special files.
1182 +* readlink::         Print value of a symlink or canonical file name.
1183 +* rmdir::            Remove empty directories.
1184 +* unlink::           Remove files via the unlink syscall
1185  @end menu
1186  
1187  
1188 -@node link invocation
1189 +@node link
1190  @section @command{link}: Make a hard link via the link syscall
1191  
1192  @pindex link
1193 @@ -10555,7 +10537,7 @@ It is a minimalist interface to the syst
1194  @code{link} function.  @xref{Hard Links, , , libc,
1195  The GNU C Library Reference Manual}.
1196  It avoids the bells and whistles of the more commonly-used
1197 -@command{ln} command (@pxref{ln invocation}).
1198 +@command{ln} command (@pxref{ln}).
1199  Synopsis:
1200  
1201  @example
1202 @@ -10581,7 +10563,7 @@ to specify which behavior is desired.
1203  @exitstatus
1204  
1205  
1206 -@node ln invocation
1207 +@node ln
1208  @section @command{ln}: Make links between files
1209  
1210  @pindex ln
1211 @@ -10768,7 +10750,7 @@ ln -srv /a/file /tmp
1212  Relative symbolic links are generated based on their canonicalized
1213  containing directory, and canonicalized targets.  I.e., all symbolic
1214  links in these file names will be resolved.
1215 -@xref{realpath invocation}, which gives greater control
1216 +@xref{realpath}, which gives greater control
1217  over relative file name generation, as demonstrated in the following example:
1218  
1219  @example
1220 @@ -10845,7 +10827,7 @@ ln -s ../adir/afile yetanotherfile
1221  @end example
1222  
1223  
1224 -@node mkdir invocation
1225 +@node mkdir
1226  @section @command{mkdir}: Make directories
1227  
1228  @pindex mkdir
1229 @@ -10923,7 +10905,7 @@ Print a message for each created directo
1230  @exitstatus
1231  
1232  
1233 -@node mkfifo invocation
1234 +@node mkfifo
1235  @section @command{mkfifo}: Make FIFOs (named pipes)
1236  
1237  @pindex mkfifo
1238 @@ -10964,7 +10946,7 @@ permission bits.  @xref{File permissions
1239  @exitstatus
1240  
1241  
1242 -@node mknod invocation
1243 +@node mknod
1244  @section @command{mknod}: Make block or character special files
1245  
1246  @pindex mknod
1247 @@ -11041,7 +11023,7 @@ Set the mode of created files to @var{mo
1248  @exitstatus
1249  
1250  
1251 -@node readlink invocation
1252 +@node readlink
1253  @section @command{readlink}: Print value of a symlink or canonical file name
1254  
1255  @pindex readlink
1256 @@ -11065,7 +11047,7 @@ of a symbolic link, it produces no outpu
1257  @command{readlink} outputs the absolute name of the given files which contain
1258  no @file{.}, @file{..} components nor any repeated separators
1259  (@file{/}) or symbolic links.  Note the @command{realpath} command is the
1260 -preferred command to use for canonicalization.  @xref{realpath invocation}.
1261 +preferred command to use for canonicalization.  @xref{realpath}.
1262  
1263  @end table
1264  
1265 @@ -11140,7 +11122,7 @@ The @command{realpath} command without o
1266  @exitstatus
1267  
1268  
1269 -@node rmdir invocation
1270 +@node rmdir
1271  @section @command{rmdir}: Remove empty directories
1272  
1273  @pindex rmdir
1274 @@ -11188,7 +11170,7 @@ Give a diagnostic for each successful re
1275  
1276  @end table
1277  
1278 -@xref{rm invocation}, for how to remove non-empty directories recursively.
1279 +@xref{rm}, for how to remove non-empty directories recursively.
1280  
1281  To remove all empty directories under @var{dirname}, including
1282  directories that become empty because other directories are removed,
1283 @@ -11205,7 +11187,7 @@ find @var{dirname} -depth -type d -exec
1284  @exitstatus
1285  
1286  
1287 -@node unlink invocation
1288 +@node unlink
1289  @section @command{unlink}: Remove files via the unlink syscall
1290  
1291  @pindex unlink
1292 @@ -11216,7 +11198,7 @@ It is a minimalist interface to the syst
1293  @code{unlink} function.  @xref{Deleting Files, , , libc,
1294  The GNU C Library Reference Manual}.  Synopsis:
1295  It avoids the bells and whistles of the more commonly-used
1296 -@command{rm} command (@pxref{rm invocation}).
1297 +@command{rm} command (@pxref{rm}).
1298  
1299  @example
1300  unlink @var{filename}
1301 @@ -11250,14 +11232,14 @@ timestamps, and other information.  Coll
1302  These commands change file attributes.
1303  
1304  @menu
1305 -* chown invocation::            Change file owners and groups.
1306 -* chgrp invocation::            Change file groups.
1307 -* chmod invocation::            Change access permissions.
1308 -* touch invocation::            Change file timestamps.
1309 +* chown::                       Change file owners and groups.
1310 +* chgrp::                       Change file groups.
1311 +* chmod::                       Change access permissions.
1312 +* touch::                       Change file timestamps.
1313  @end menu
1314  
1315  
1316 -@node chown invocation
1317 +@node chown
1318  @section @command{chown}: Change file owner and group
1319  
1320  @pindex chown
1321 @@ -11485,7 +11467,7 @@ chown -hR root /u
1322  @end example
1323  
1324  
1325 -@node chgrp invocation
1326 +@node chgrp
1327  @section @command{chgrp}: Change group ownership
1328  
1329  @pindex chgrp
1330 @@ -11494,7 +11476,7 @@ chown -hR root /u
1331  
1332  @command{chgrp} changes the group ownership of each given @var{file}
1333  to @var{group} (which can be either a group name or a numeric group ID)
1334 -or to the group of an existing reference file.  @xref{chown invocation}.
1335 +or to the group of an existing reference file.  @xref{chown}.
1336  Synopsis:
1337  
1338  @example
1339 @@ -11613,7 +11595,7 @@ chgrp -hR staff /u
1340  @end example
1341  
1342  
1343 -@node chmod invocation
1344 +@node chmod
1345  @section @command{chmod}: Change access permissions
1346  
1347  @pindex chmod
1348 @@ -11735,7 +11717,7 @@ chmod -R a=,+rwX dir
1349  @end smallexample
1350  
1351  
1352 -@node touch invocation
1353 +@node touch
1354  @section @command{touch}: Change file timestamps
1355  
1356  @pindex touch
1357 @@ -11910,15 +11892,15 @@ how much storage is in use or available,
1358  file status information, and write buffers to file systems.
1359  
1360  @menu
1361 -* df invocation::               Report file system space usage.
1362 -* du invocation::               Estimate file space usage.
1363 -* stat invocation::             Report file or file system status.
1364 -* sync invocation::             Synchronize cached writes to persistent storage.
1365 -* truncate invocation::         Shrink or extend the size of a file.
1366 +* df::                          Report file system space usage.
1367 +* du::                          Estimate file space usage.
1368 +* stat::                        Report file or file system status.
1369 +* sync::                        Synchronize cached writes to persistent storage.
1370 +* truncate::                    Shrink or extend the size of a file.
1371  @end menu
1372  
1373  
1374 -@node df invocation
1375 +@node df
1376  @section @command{df}: Report file system space usage
1377  
1378  @pindex df
1379 @@ -12226,7 +12208,7 @@ be read and one or more of the options @
1380  or @option{-x} is used together with a file name argument.
1381  
1382  
1383 -@node du invocation
1384 +@node du
1385  @section @command{du}: Estimate file space usage
1386  
1387  @pindex du
1388 @@ -12484,7 +12466,7 @@ be one of the following:
1389  @item +@var{format}
1390  @vindex LC_TIME
1391  List timestamps using @var{format}, where @var{format} is interpreted
1392 -like the format argument of @command{date} (@pxref{date invocation}).
1393 +like the format argument of @command{date} (@pxref{date}).
1394  For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
1395  @command{du} to list timestamps like @samp{2020-07-21 23:45:56}.  As
1396  with @command{date}, @var{format}'s interpretation is affected by the
1397 @@ -12552,7 +12534,7 @@ in HP-UX; it also affects the HP-UX @com
1398  @exitstatus
1399  
1400  
1401 -@node stat invocation
1402 +@node stat
1403  @section @command{stat}: Report file or file system status
1404  
1405  @pindex stat
1406 @@ -12794,7 +12776,7 @@ with @env{TZ}, libc, The GNU C Library R
1407  @exitstatus
1408  
1409  
1410 -@node sync invocation
1411 +@node sync
1412  @section @command{sync}: Synchronize cached writes to persistent storage
1413  
1414  @pindex sync
1415 @@ -12854,7 +12836,7 @@ write barriers, than a global sync(2) us
1416  @exitstatus
1417  
1418  
1419 -@node truncate invocation
1420 +@node truncate
1421  @section @command{truncate}: Shrink or extend the size of a file
1422  
1423  @pindex truncate
1424 @@ -12931,13 +12913,13 @@ the size of each @var{file} based on its
1425  This section describes commands that display text strings.
1426  
1427  @menu
1428 -* echo invocation::             Print a line of text.
1429 -* printf invocation::           Format and print data.
1430 -* yes invocation::              Print a string until interrupted.
1431 +* echo::                        Print a line of text.
1432 +* printf::                      Format and print data.
1433 +* yes::                         Print a string until interrupted.
1434  @end menu
1435  
1436  
1437 -@node echo invocation
1438 +@node echo
1439  @section @command{echo}: Print a line of text
1440  
1441  @pindex echo
1442 @@ -12960,7 +12942,7 @@ strings cannot be passed to @command{ech
1443  It is therefore not advisable to use @command{echo} for printing unknown or
1444  variable arguments.  The @command{printf} command is recommended as a more
1445  portable and flexible replacement for tasks historically performed by
1446 -@command{echo}.  @xref{printf invocation}.
1447 +@command{echo}.  @xref{printf}.
1448  
1449  The program accepts the following options.  Also see @ref{Common options}.
1450  Options must precede operands, and the normally-special argument
1451 @@ -13035,12 +13017,12 @@ POSIX does not require support for any o
1452  that the behavior of @command{echo} is implementation-defined if any
1453  @var{string} contains a backslash or if the first argument is @option{-n}.
1454  Portable programs should use the @command{printf} command instead.
1455 -@xref{printf invocation}.
1456 +@xref{printf}.
1457  
1458  @exitstatus
1459  
1460  
1461 -@node printf invocation
1462 +@node printf
1463  @section @command{printf}: Format and print data
1464  
1465  @pindex printf
1466 @@ -13202,7 +13184,7 @@ $ recode BIG5..JAVA < sample.txt \
1467  @exitstatus
1468  
1469  
1470 -@node yes invocation
1471 +@node yes
1472  @section @command{yes}: Print a string until interrupted
1473  
1474  @pindex yes
1475 @@ -13233,14 +13215,14 @@ condition of shell @code{if} statements,
1476  pipeline.
1477  
1478  @menu
1479 -* false invocation::            Do nothing, unsuccessfully.
1480 -* true invocation::             Do nothing, successfully.
1481 -* test invocation::             Check file types and compare values.
1482 -* expr invocation::             Evaluate expressions.
1483 +* false::                       Do nothing, unsuccessfully.
1484 +* true::                        Do nothing, successfully.
1485 +* test::                        Check file types and compare values.
1486 +* expr::                        Evaluate expressions.
1487  @end menu
1488  
1489  
1490 -@node false invocation
1491 +@node false
1492  @section @command{false}: Do nothing, unsuccessfully
1493  
1494  @pindex false
1495 @@ -13270,7 +13252,7 @@ Portable programs should not assume that
1496  non-GNU hosts.
1497  
1498  
1499 -@node true invocation
1500 +@node true
1501  @section @command{true}: Do nothing, successfully
1502  
1503  @pindex true
1504 @@ -13306,7 +13288,7 @@ This version of @command{true} is implem
1505  more secure and faster than a shell script implementation, and may safely
1506  be used as a dummy shell for the purpose of disabling accounts.
1507  
1508 -@node test invocation
1509 +@node test
1510  @section @command{test}: Check file types and compare values
1511  
1512  @pindex test
1513 @@ -13677,7 +13659,7 @@ True if either @var{expr1} or @var{expr2
1514  @end table
1515  
1516  
1517 -@node expr invocation
1518 +@node expr
1519  @section @command{expr}: Evaluate expressions
1520  
1521  @pindex expr
1522 @@ -13954,11 +13936,11 @@ useful redirection is performed by a sep
1523  it's described here.
1524  
1525  @menu
1526 -* tee invocation::              Redirect output to multiple files or processes.
1527 +* tee::                         Redirect output to multiple files or processes.
1528  @end menu
1529  
1530  
1531 -@node tee invocation
1532 +@node tee
1533  @section @command{tee}: Redirect output to multiple files or processes
1534  
1535  @pindex tee
1536 @@ -14166,15 +14148,15 @@ tar chof - "$tardir" \
1537  This section describes commands that manipulate file names.
1538  
1539  @menu
1540 -* basename invocation::         Strip directory and suffix from a file name.
1541 -* dirname invocation::          Strip last file name component.
1542 -* pathchk invocation::          Check file name validity and portability.
1543 -* mktemp invocation::           Create temporary file or directory.
1544 -* realpath invocation::         Print resolved file names.
1545 +* basename::                    Strip directory and suffix from a file name.
1546 +* dirname::                     Strip last file name component.
1547 +* pathchk::                     Check file name validity and portability.
1548 +* mktemp::                      Create temporary file or directory.
1549 +* realpath::                    Print resolved file names.
1550  @end menu
1551  
1552  
1553 -@node basename invocation
1554 +@node basename
1555  @section @command{basename}: Strip directory and suffix from a file name
1556  
1557  @pindex basename
1558 @@ -14256,7 +14238,7 @@ basename -a -s .h include/stdio.h includ
1559  @end example
1560  
1561  
1562 -@node dirname invocation
1563 +@node dirname
1564  @section @command{dirname}: Strip last file name component
1565  
1566  @pindex dirname
1567 @@ -14309,7 +14291,7 @@ dirname stdio.h
1568  @end example
1569  
1570  
1571 -@node pathchk invocation
1572 +@node pathchk
1573  @section @command{pathchk}: Check file name validity and portability
1574  
1575  @pindex pathchk
1576 @@ -14385,7 +14367,7 @@ Exit status:
1577  1 otherwise.
1578  @end display
1579  
1580 -@node mktemp invocation
1581 +@node mktemp
1582  @section @command{mktemp}: Create temporary file or directory
1583  
1584  @pindex mktemp
1585 @@ -14560,7 +14542,7 @@ Exit status:
1586  @end display
1587  
1588  
1589 -@node realpath invocation
1590 +@node realpath
1591  @section @command{realpath}: Print the resolved file name.
1592  
1593  @pindex realpath
1594 @@ -14752,14 +14734,14 @@ which you are working: the current direc
1595  so forth.  See also the user-related commands in the next section.
1596  
1597  @menu
1598 -* pwd invocation::              Print working directory.
1599 -* stty invocation::             Print or change terminal characteristics.
1600 -* printenv invocation::         Print environment variables.
1601 -* tty invocation::              Print file name of terminal on standard input.
1602 +* pwd::                         Print working directory.
1603 +* stty::                        Print or change terminal characteristics.
1604 +* printenv::                    Print environment variables.
1605 +* tty::                         Print file name of terminal on standard input.
1606  @end menu
1607  
1608  
1609 -@node pwd invocation
1610 +@node pwd
1611  @section @command{pwd}: Print working directory
1612  
1613  @pindex pwd
1614 @@ -14806,7 +14788,7 @@ environment variable is set.
1615  @exitstatus
1616  
1617  
1618 -@node stty invocation
1619 +@node stty
1620  @section @command{stty}: Print or change terminal characteristics
1621  
1622  @pindex stty
1623 @@ -15548,7 +15530,7 @@ or
1624  @end table
1625  
1626  
1627 -@node printenv invocation
1628 +@node printenv
1629  @section @command{printenv}: Print all or some environment variables
1630  
1631  @pindex printenv
1632 @@ -15583,7 +15565,7 @@ Exit status:
1633  @end display
1634  
1635  
1636 -@node tty invocation
1637 +@node tty
1638  @section @command{tty}: Print file name of terminal on standard input
1639  
1640  @pindex tty
1641 @@ -15633,16 +15615,16 @@ This section describes commands that pri
1642  logins, groups, and so forth.
1643  
1644  @menu
1645 -* id invocation::               Print user identity.
1646 -* logname invocation::          Print current login name.
1647 -* whoami invocation::           Print effective user ID.
1648 -* groups invocation::           Print group names a user is in.
1649 -* users invocation::            Print login names of users currently logged in.
1650 -* who invocation::              Print who is currently logged in.
1651 +* id::                          Print user identity.
1652 +* logname::                     Print current login name.
1653 +* whoami::                      Print effective user ID.
1654 +* groups::                      Print group names a user is in.
1655 +* users::                       Print login names of users currently logged in.
1656 +* who::                         Print who is currently logged in.
1657  @end menu
1658  
1659  
1660 -@node id invocation
1661 +@node id
1662  @section @command{id}: Print user identity
1663  
1664  @pindex id
1665 @@ -15749,7 +15731,7 @@ database to be consulted afresh, and so
1666  
1667  @exitstatus
1668  
1669 -@node logname invocation
1670 +@node logname
1671  @section @command{logname}: Print current login name
1672  
1673  @pindex logname
1674 @@ -15770,7 +15752,7 @@ options}.
1675  @exitstatus
1676  
1677  
1678 -@node whoami invocation
1679 +@node whoami
1680  @section @command{whoami}: Print effective user name
1681  
1682  @pindex whoami
1683 @@ -15786,7 +15768,7 @@ options}.
1684  @exitstatus
1685  
1686  
1687 -@node groups invocation
1688 +@node groups
1689  @section @command{groups}: Print group names a user is in
1690  
1691  @pindex groups
1692 @@ -15813,7 +15795,7 @@ options}.
1693  
1694  @exitstatus
1695  
1696 -@node users invocation
1697 +@node users
1698  @section @command{users}: Print login names of users currently logged in
1699  
1700  @pindex users
1701 @@ -15848,7 +15830,7 @@ should not rely on its existence on non-
1702  @exitstatus
1703  
1704  
1705 -@node who invocation
1706 +@node who
1707  @section @command{who}: Print who is currently logged in
1708  
1709  @pindex who
1710 @@ -16011,16 +15993,14 @@ This section describes commands that pri
1711  information.
1712  
1713  @menu
1714 -* date invocation::             Print or set system date and time.
1715 -* arch invocation::             Print machine hardware name.
1716 -* nproc invocation::            Print the number of processors.
1717 -* uname invocation::            Print system information.
1718 -* hostname invocation::         Print or set system name.
1719 -* hostid invocation::           Print numeric host identifier.
1720 -* uptime invocation::           Print system uptime and load.
1721 +* date::             Print or set system date and time.
1722 +* arch::             Print machine hardware name.
1723 +* nproc::            Print the number of processors.
1724 +* uname::            Print system information.
1725 +* hostid::           Print numeric host identifier.
1726  @end menu
1727  
1728 -@node date invocation
1729 +@node date
1730  @section @command{date}: Print or set system date and time
1731  
1732  @pindex date
1733 @@ -16770,7 +16750,7 @@ date --date='2017-01-01 00:00:00 +0000'
1734  @end itemize
1735  
1736  
1737 -@node arch invocation
1738 +@node arch
1739  @section @command{arch}: Print machine hardware name
1740  
1741  @pindex arch
1742 @@ -16793,7 +16773,7 @@ not rely on its existence.
1743  @exitstatus
1744  
1745  
1746 -@node nproc invocation
1747 +@node nproc
1748  @section @command{nproc}: Print the number of available processors
1749  
1750  @pindex nproc
1751 @@ -16832,7 +16812,7 @@ If possible, exclude this @var{number} o
1752  @exitstatus
1753  
1754  
1755 -@node uname invocation
1756 +@node uname
1757  @section @command{uname}: Print system information
1758  
1759  @pindex uname
1760 @@ -16962,35 +16942,7 @@ Print the kernel version.
1761  @exitstatus
1762  
1763  
1764 -@node hostname invocation
1765 -@section @command{hostname}: Print or set system name
1766 -
1767 -@pindex hostname
1768 -@cindex setting the hostname
1769 -@cindex printing the hostname
1770 -@cindex system name, printing
1771 -@cindex appropriate privileges
1772 -
1773 -With no arguments, @command{hostname} prints the name of the current host
1774 -system.  With one argument, it sets the current host name to the
1775 -specified string.  You must have appropriate privileges to set the host
1776 -name.  Synopsis:
1777 -
1778 -@example
1779 -hostname [@var{name}]
1780 -@end example
1781 -
1782 -The only options are @option{--help} and @option{--version}.  @xref{Common
1783 -options}.
1784 -
1785 -@command{hostname} is not installed by default, and other packages
1786 -also supply a @command{hostname} command, so portable scripts should
1787 -not rely on its existence or on the exact behavior documented above.
1788 -
1789 -@exitstatus
1790 -
1791 -
1792 -@node hostid invocation
1793 +@node hostid
1794  @section @command{hostid}: Print numeric host identifier
1795  
1796  @pindex hostid
1797 @@ -17018,44 +16970,6 @@ existence.
1798  
1799  @exitstatus
1800  
1801 -@node uptime invocation
1802 -@section @command{uptime}: Print system uptime and load
1803 -
1804 -@pindex uptime
1805 -@cindex printing the system uptime and load
1806 -
1807 -@command{uptime} prints the current time, the system's uptime, the
1808 -number of logged-in users and the current load average.
1809 -
1810 -If an argument is specified, it is used as the file to be read
1811 -to discover how many users are logged in.  If no argument is
1812 -specified, a system default is used (@command{uptime --help} indicates
1813 -the default setting).
1814 -
1815 -The only options are @option{--help} and @option{--version}.
1816 -@xref{Common options}.
1817 -
1818 -For example, here's what it prints right now on one system I use:
1819 -
1820 -@example
1821 -$ uptime
1822 - 14:07  up   3:35,  3 users,  load average: 1.39, 1.15, 1.04
1823 -@end example
1824 -
1825 -The precise method of calculation of load average varies somewhat
1826 -between systems.  Some systems calculate it as the average number of
1827 -runnable processes over the last 1, 5 and 15 minutes, but some systems
1828 -also include processes in the uninterruptible sleep state (that is,
1829 -those processes which are waiting for device I/O).  The Linux kernel
1830 -includes uninterruptible processes.
1831 -
1832 -@command{uptime} is installed only on platforms with infrastructure
1833 -for obtaining the boot time, and other packages also supply an
1834 -@command{uptime} command, so portable scripts should not rely on its
1835 -existence or on the exact behavior documented above.
1836 -
1837 -@exitstatus
1838 -
1839  @node SELinux context
1840  @chapter SELinux context
1841  
1842 @@ -17067,11 +16981,11 @@ This section describes commands for oper
1843  contexts.
1844  
1845  @menu
1846 -* chcon invocation::            Change SELinux context of file
1847 -* runcon invocation::           Run a command in specified SELinux context
1848 +* chcon::                       Change SELinux context of file
1849 +* runcon::                      Run a command in specified SELinux context
1850  @end menu
1851  
1852 -@node chcon invocation
1853 +@node chcon
1854  @section @command{chcon}: Change SELinux context of file
1855  
1856  @pindex chcon
1857 @@ -17174,7 +17088,7 @@ Set range @var{range} in the target secu
1858  
1859  @exitstatus
1860  
1861 -@node runcon invocation
1862 +@node runcon
1863  @section @command{runcon}: Run a command in specified SELinux context
1864  
1865  @pindex runcon
1866 @@ -17266,16 +17180,16 @@ different than the current one: a modifi
1867  user, etc.
1868  
1869  @menu
1870 -* chroot invocation::           Modify the root directory.
1871 -* env invocation::              Modify environment variables.
1872 -* nice invocation::             Modify niceness.
1873 -* nohup invocation::            Immunize to hangups.
1874 -* stdbuf invocation::           Modify buffering of standard streams.
1875 -* timeout invocation::          Run with time limit.
1876 +* chroot::                      Modify the root directory.
1877 +* env::                         Modify environment variables.
1878 +* nice::                        Modify niceness.
1879 +* nohup::                       Immunize to hangups.
1880 +* stdbuf::                      Modify buffering of standard streams.
1881 +* timeout::                     Run with time limit.
1882  @end menu
1883  
1884  
1885 -@node chroot invocation
1886 +@node chroot
1887  @section @command{chroot}: Run a command with a different root directory
1888  
1889  @pindex chroot
1890 @@ -17391,7 +17305,7 @@ the exit status of @var{command} otherwi
1891  @end display
1892  
1893  
1894 -@node env invocation
1895 +@node env
1896  @section @command{env}: Run a command in a modified environment
1897  
1898  @pindex env
1899 @@ -18011,7 +17925,7 @@ OLDUSER=gordon
1900  
1901  
1902  
1903 -@node nice invocation
1904 +@node nice
1905  @section @command{nice}: Run a command with modified niceness
1906  
1907  @pindex nice
1908 @@ -18142,7 +18056,7 @@ $ sudo nice -n -1 nice
1909  @end example
1910  
1911  
1912 -@node nohup invocation
1913 +@node nohup
1914  @section @command{nohup}: Run a command immune to hangups
1915  
1916  @pindex nohup
1917 @@ -18216,7 +18130,7 @@ If @env{POSIXLY_CORRECT} is set, interna
1918  instead of 125.
1919  
1920  
1921 -@node stdbuf invocation
1922 +@node stdbuf
1923  @section @command{stdbuf}: Run a command with modified I/O stream buffering
1924  
1925  @pindex stdbuf
1926 @@ -18310,7 +18224,7 @@ the exit status of @var{command} otherwi
1927  @end display
1928  
1929  
1930 -@node timeout invocation
1931 +@node timeout
1932  @section @command{timeout}: Run a command with a time limit
1933  
1934  @pindex timeout
1935 @@ -18446,90 +18360,6 @@ timeout -s INT 5s env --ignore-signal=IN
1936  timeout -s INT -k 3s 5s env --ignore-signal=INT sleep 20
1937  @end example
1938  
1939 -@node Process control
1940 -@chapter Process control
1941 -
1942 -@cindex processes, commands for controlling
1943 -@cindex commands for controlling processes
1944 -
1945 -@menu
1946 -* kill invocation::             Sending a signal to processes.
1947 -@end menu
1948 -
1949 -
1950 -@node kill invocation
1951 -@section @command{kill}: Send a signal to processes
1952 -
1953 -@pindex kill
1954 -@cindex send a signal to processes
1955 -
1956 -The @command{kill} command sends a signal to processes, causing them
1957 -to terminate or otherwise act upon receiving the signal in some way.
1958 -Alternatively, it lists information about signals.  Synopses:
1959 -
1960 -@example
1961 -kill [-s @var{signal} | --signal @var{signal} | -@var{signal}] @var{pid}@dots{}
1962 -kill [-l | --list | -t | --table] [@var{signal}]@dots{}
1963 -@end example
1964 -
1965 -@mayConflictWithShellBuiltIn{kill}
1966 -
1967 -The first form of the @command{kill} command sends a signal to all
1968 -@var{pid} arguments.  The default signal to send if none is specified
1969 -is @samp{TERM}@.  The special signal number @samp{0} does not denote a
1970 -valid signal, but can be used to test whether the @var{pid} arguments
1971 -specify processes to which a signal could be sent.
1972 -
1973 -If @var{pid} is positive, the signal is sent to the process with the
1974 -process ID @var{pid}.  If @var{pid} is zero, the signal is sent to all
1975 -processes in the process group of the current process.  If @var{pid}
1976 -is @minus{}1, the signal is sent to all processes for which the user has
1977 -permission to send a signal.  If @var{pid} is less than @minus{}1, the signal
1978 -is sent to all processes in the process group that equals the absolute
1979 -value of @var{pid}.
1980 -
1981 -If @var{pid} is not positive, a system-dependent set of system
1982 -processes is excluded from the list of processes to which the signal
1983 -is sent.
1984 -
1985 -If a negative @var{pid} argument is desired as the first one, it
1986 -should be preceded by @option{--}.  However, as a common extension to
1987 -POSIX, @option{--} is not required with @samp{kill
1988 --@var{signal} -@var{pid}}.  The following commands are equivalent:
1989 -
1990 -@example
1991 -kill -15 -1
1992 -kill -TERM -1
1993 -kill -s TERM -- -1
1994 -kill -- -1
1995 -@end example
1996 -
1997 -The first form of the @command{kill} command succeeds if every @var{pid}
1998 -argument specifies at least one process that the signal was sent to.
1999 -
2000 -The second form of the @command{kill} command lists signal information.
2001 -Either the @option{-l} or @option{--list} option, or the @option{-t}
2002 -or @option{--table} option must be specified.  Without any
2003 -@var{signal} argument, all supported signals are listed.  The output
2004 -of @option{-l} or @option{--list} is a list of the signal names, one
2005 -per line; if @var{signal} is already a name, the signal number is
2006 -printed instead.  The output of @option{-t} or @option{--table} is a
2007 -table of signal numbers, names, and descriptions.  This form of the
2008 -@command{kill} command succeeds if all @var{signal} arguments are valid
2009 -and if there is no output error.
2010 -
2011 -The @command{kill} command also supports the @option{--help} and
2012 -@option{--version} options.  @xref{Common options}.
2013 -
2014 -A @var{signal} may be a signal name like @samp{HUP}, or a signal
2015 -number like @samp{1}, or an exit status of a process terminated by the
2016 -signal.  A signal name can be given in canonical form or prefixed by
2017 -@samp{SIG}@.  The case of the letters is ignored, except for the
2018 -@option{-@var{signal}} option which must use upper case to avoid
2019 -ambiguity with lower case option letters.
2020 -@xref{Signal specifications}, for a list of supported
2021 -signal names and numbers.
2022 -
2023  @node Delaying
2024  @chapter Delaying
2025  
2026 @@ -18539,11 +18369,11 @@ signal names and numbers.
2027  @c Perhaps @command{wait} or other commands should be described here also?
2028  
2029  @menu
2030 -* sleep invocation::            Delay for a specified time.
2031 +* sleep::                       Delay for a specified time.
2032  @end menu
2033  
2034  
2035 -@node sleep invocation
2036 +@node sleep
2037  @section @command{sleep}: Delay for a specified time
2038  
2039  @pindex sleep
2040 @@ -18606,13 +18436,13 @@ options}.
2041  These programs do numerically-related operations.
2042  
2043  @menu
2044 -* factor invocation::              Show factors of numbers.
2045 -* numfmt invocation::              Reformat numbers.
2046 -* seq invocation::                 Print sequences of numbers.
2047 +* factor::                         Show factors of numbers.
2048 +* numfmt::                         Reformat numbers.
2049 +* seq::                            Print sequences of numbers.
2050  @end menu
2051  
2052  
2053 -@node factor invocation
2054 +@node factor
2055  @section @command{factor}: Print prime factors
2056  
2057  @pindex factor
2058 @@ -18673,7 +18503,7 @@ are the product of two large primes), ot
2059  @exitstatus
2060  
2061  
2062 -@node numfmt invocation
2063 +@node numfmt
2064  @section @command{numfmt}: Reformat numbers
2065  
2066  @pindex numfmt
2067 @@ -19013,7 +18843,7 @@ $ LC_ALL=ta_IN numfmt --from=iec --forma
2068  @end example
2069  
2070  
2071 -@node seq invocation
2072 +@node seq
2073  @section @command{seq}: Print numeric sequences
2074  
2075  @pindex seq
2076 @@ -19188,7 +19018,7 @@ Naively, a file's atime, mtime, and ctim
2077  whenever you read, write, or change the attributes of the file
2078  respectively, and searching a directory counts as reading it.  A
2079  file's atime and mtime can also be set directly, via the
2080 -@command{touch} command (@pxref{touch invocation}).  In practice,
2081 +@command{touch} command (@pxref{touch}).  In practice,
2082  though, timestamps are not updated quite that way.
2083  
2084  For efficiency reasons, many systems are lazy about updating atimes: