]> TLD Linux GIT Repositories - packages/coreutils.git/blobdiff - coreutils-info.patch
- updated to 8.32, partial PLD merge
[packages/coreutils.git] / coreutils-info.patch
index 61c9d6572ddb509275a2db86f0acbbf5f6845992..742f3724dc782c40a8533d7273f4e394e057d7b8 100644 (file)
@@ -1,7 +1,6 @@
-diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.texi
---- coreutils-8.26.orig/doc/coreutils.texi     2016-11-24 11:08:31.000000000 +0000
-+++ coreutils-8.26/doc/coreutils.texi  2017-02-08 11:35:32.291459684 +0000
-@@ -22,122 +22,111 @@
+--- coreutils-8.31/doc/coreutils.texi.orig     2019-03-07 06:59:27.000000000 +0100
++++ coreutils-8.31/doc/coreutils.texi  2019-05-31 16:57:00.439962635 +0200
+@@ -22,123 +22,112 @@
  @syncodeindex pg cp
  @syncodeindex vr cp
  
@@ -27,6 +26,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
 -* base32: (coreutils)base32 invocation.         Base32 encode/decode data.
 -* base64: (coreutils)base64 invocation.         Base64 encode/decode data.
 -* basename: (coreutils)basename invocation.     Strip directory and suffix.
+-* basenc: (coreutils)basenc invocation.         Encoding/decoding of data.
 -* cat: (coreutils)cat invocation.               Concatenate and write files.
 -* chcon: (coreutils)chcon invocation.           Change SELinux CTX of files.
 -* chgrp: (coreutils)chgrp invocation.           Change file groups.
@@ -125,10 +125,11 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
 -* whoami: (coreutils)whoami invocation.         Print effective user ID.
 -* yes: (coreutils)yes invocation.               Print a string indefinitely.
 +* arch: (coreutils)arch.              Print machine hardware name
-+* b2sum: (coreutils)b2sum.              Print or check BLAKE2 digests.
++* b2sum: (coreutils)b2sum.            Print or check BLAKE2 digests
 +* base32: (coreutils)base32.          Base32 encode/decode data
 +* base64: (coreutils)base64.          Base64 encode/decode data
 +* basename: (coreutils)basename.      Strip directory and suffix
++* basenc: (coreutils)basenc.          Encoding/decoding of data
 +* cat: (coreutils)cat.                        Concatenate and write files
 +* chcon: (coreutils)chcon.            Change SELinux CTX of files
 +* chgrp: (coreutils)chgrp.            Change file groups
@@ -191,7 +192,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
 +* runcon: (coreutils)runcon.          Run in specified SELinux CTX
 +* seq: (coreutils)seq.                        Print numeric sequences
 +* sha1sum: (coreutils)sha1sum.                Print or check SHA-1 digests
-+* sha2: (coreutils)sha2                       Print or check SHA-2 digests
++* sha2: (coreutils)sha2 utilities.    Print or check SHA-2 digests
 +* shred: (coreutils)shred.            Remove files more securely
 +* shuf: (coreutils)shuf.              Shuffling text files
 +* sleep: (coreutils)sleep.            Delay for a specified time
@@ -226,7 +227,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @end direntry
  
  @copying
-@@ -202,10 +191,9 @@
+@@ -203,10 +192,9 @@
  * File name manipulation::       dirname basename pathchk mktemp realpath
  * Working context::              pwd stty printenv tty
  * User information::             id logname whoami groups users who
@@ -238,7 +239,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  * Delaying::                     sleep
  * Numeric operations::           factor numfmt seq
  * File permissions::             Access modes
-@@ -235,44 +223,44 @@
+@@ -237,45 +225,45 @@
  
  Output of entire files
  
@@ -248,12 +249,14 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
 -* od invocation::                Write files in octal or other formats
 -* base32 invocation::            Transform data into printable data
 -* base64 invocation::            Transform data into printable data
+-* basenc invocation::            Transform data into printable data
 +* cat::                          Concatenate and write files
 +* tac::                          Concatenate and write files in reverse
 +* nl::                           Number lines and write files
 +* od::                           Write files in octal or other formats
 +* base32::                       Transform data into printable data
 +* base64::                       Transform data into printable data
++* basenc::                       Transform data into printable data
  
  Formatting file contents
  
@@ -308,7 +311,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  
  @command{ptx}: Produce permuted indexes
  
-@@ -284,15 +272,15 @@
+@@ -287,15 +275,15 @@
  
  Operating on fields
  
@@ -330,7 +333,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  
  @command{tr}: Translate, squeeze, and/or delete characters
  
-@@ -302,10 +290,10 @@
+@@ -305,10 +293,10 @@
  
  Directory listing
  
@@ -345,7 +348,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  
  @command{ls}:  List directory contents
  
-@@ -318,51 +306,51 @@
+@@ -321,51 +309,51 @@
  
  Basic operations
  
@@ -427,7 +430,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  
  @command{test}: Check file types and compare values
  
-@@ -381,22 +369,22 @@
+@@ -384,22 +372,22 @@
  
  Redirection
  
@@ -460,7 +463,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  
  @command{stty}: Print or change terminal characteristics
  
-@@ -410,22 +398,20 @@
+@@ -413,22 +401,20 @@
  
  User information
  
@@ -494,7 +497,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  
  @command{date}: Print or set system date and time
  
-@@ -440,31 +426,27 @@
+@@ -443,31 +429,27 @@
  
  SELinux context
  
@@ -536,9 +539,9 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
 +* numfmt::                       Reformat numbers
 +* seq::                          Print numeric sequences
  
- File permissions
  
-@@ -1560,15 +1542,15 @@
+ File timestamps
+@@ -1590,16 +1572,16 @@
  in some way.
  
  @menu
@@ -548,12 +551,14 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
 -* od invocation::               Write files in octal or other formats.
 -* base32 invocation::           Transform data into printable data.
 -* base64 invocation::           Transform data into printable data.
+-* basenc invocation::           Transform data into printable data.
 +* cat::                         Concatenate and write files.
 +* tac::                         Concatenate and write files in reverse.
 +* nl::                          Number lines and write files.
 +* od::                          Write files in octal or other formats.
 +* base32::                      Transform data into printable data.
 +* base64::                      Transform data into printable data.
++* basenc::                      Transform data into printable data.
  @end menu
  
 -@node cat invocation
@@ -561,8 +566,8 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{cat}: Concatenate and write files
  
  @pindex cat
-@@ -1669,7 +1651,7 @@
- @end smallexample
+@@ -1700,7 +1682,7 @@
+ @end example
  
  
 -@node tac invocation
@@ -570,7 +575,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{tac}: Concatenate and write files in reverse
  
  @pindex tac
-@@ -1727,7 +1709,7 @@
+@@ -1758,7 +1740,7 @@
  @end example
  
  
@@ -579,7 +584,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{nl}: Number lines and write files
  
  @pindex nl
-@@ -1890,7 +1872,7 @@
+@@ -1921,7 +1903,7 @@
  @exitstatus
  
  
@@ -588,7 +593,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{od}: Write files in octal or other formats
  
  @pindex od
-@@ -2156,7 +2138,7 @@
+@@ -2187,7 +2169,7 @@
  @exitstatus
  
  
@@ -597,7 +602,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{base32}: Transform data into printable data
  
  @pindex base32
-@@ -2166,10 +2148,10 @@
+@@ -2197,10 +2179,10 @@
  into (or from) base32 encoded form.  The base32 encoded form uses
  printable ASCII characters to represent binary data.
  The usage and options of this command are precisely the
@@ -610,7 +615,25 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{base64}: Transform data into printable data
  
  @pindex base64
-@@ -2238,13 +2220,13 @@
+@@ -2260,7 +2242,7 @@
+ @exitstatus
+-@node basenc invocation
++@node basenc
+ @section @command{basenc}: Transform data into printable data
+ @pindex basenc
+@@ -2280,7 +2262,7 @@
+ The @var{encoding} argument is required. If @var{file} is omitted,
+ reads input from stdin. The @option{-w/--wrap},@option{-i/--ignore-garbage},
+ @option{-d/--decode} options of this command are precisely the same as
+-for @command{base64}. @xref{base64 invocation}.
++for @command{base64}. @xref{base64}.
+ Supported @var{encoding}s are:
+@@ -2395,13 +2377,13 @@
  These commands reformat the contents of files.
  
  @menu
@@ -628,7 +651,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{fmt}: Reformat paragraph text
  
  @pindex fmt
-@@ -2348,7 +2330,7 @@
+@@ -2505,7 +2487,7 @@
  
  @exitstatus
  
@@ -637,7 +660,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{pr}: Paginate or columnate files for printing
  
  @pindex pr
-@@ -2458,7 +2440,7 @@
+@@ -2615,7 +2597,7 @@
  @cindex time formats
  @cindex formatting times
  Format header dates using @var{format}, using the same conventions as
@@ -646,7 +669,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  Except for directives, which start with
  @samp{%}, characters in @var{format} are printed unchanged.  You can use
  this option to specify an arbitrary string in place of the header date,
-@@ -2688,7 +2670,7 @@
+@@ -2845,7 +2827,7 @@
  @exitstatus
  
  
@@ -655,7 +678,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{fold}: Wrap input lines to fit in specified width
  
  @pindex fold
-@@ -2755,13 +2737,13 @@
+@@ -2912,13 +2894,13 @@
  These commands output pieces of the input.
  
  @menu
@@ -674,7 +697,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{head}: Output the first part of files
  
  @pindex head
-@@ -2840,7 +2822,7 @@
+@@ -2997,7 +2979,7 @@
  @exitstatus
  
  
@@ -683,7 +706,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{tail}: Output the last part of files
  
  @pindex tail
-@@ -3091,7 +3073,7 @@
+@@ -3247,7 +3229,7 @@
  @exitstatus
  
  
@@ -692,7 +715,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{split}: Split a file into pieces.
  
  @pindex split
-@@ -3340,7 +3322,7 @@
+@@ -3502,7 +3484,7 @@
  @end example
  
  
@@ -701,7 +724,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{csplit}: Split a file into context-determined pieces
  
  @pindex csplit
-@@ -3556,17 +3538,17 @@
+@@ -3721,17 +3703,17 @@
  contents of files.
  
  @menu
@@ -726,7 +749,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{wc}: Print newline, word, and byte counts
  
  @pindex wc
-@@ -3687,7 +3669,7 @@
+@@ -3852,7 +3834,7 @@
  @exitstatus
  
  
@@ -735,7 +758,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{sum}: Print checksum and block counts
  
  @pindex sum
-@@ -3738,7 +3720,7 @@
+@@ -3903,7 +3885,7 @@
  @exitstatus
  
  
@@ -744,7 +767,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{cksum}: Print CRC checksum and byte counts
  
  @pindex cksum
-@@ -3772,7 +3754,7 @@
+@@ -3937,7 +3919,7 @@
  @exitstatus
  
  
@@ -753,7 +776,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{b2sum}: Print or check BLAKE2 digests
  
  @pindex b2sum
-@@ -3784,7 +3766,7 @@
+@@ -3949,7 +3931,7 @@
  
  @command{b2sum} computes a 512-bit checksum for each specified
  @var{file}.  The same usage and options as the @command{md5sum}
@@ -762,7 +785,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  In addition @command{b2sum} supports the following options.
  
  @table @samp
-@@ -3799,7 +3781,7 @@
+@@ -3964,7 +3946,7 @@
  as the length is automatically determined when checking.
  @end table
  
@@ -771,7 +794,16 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{md5sum}: Print or check MD5 digests
  
  @pindex md5sum
-@@ -3958,7 +3940,7 @@
+@@ -3987,7 +3969,7 @@
+ to modify certain files, including digital certificates, so that they
+ appear valid when signed with an \hash\ digest.  For more secure hashes,
+ consider using SHA-2, or the newer @command{b2sum} command.
+-@xref{sha2 utilities}. @xref{b2sum invocation}.
++@xref{sha2 utilities}. @xref{b2sum}.
+ @end macro
+ @weakHash{MD5}
+@@ -4130,7 +4112,7 @@
  @exitstatus
  
  
@@ -780,16 +812,16 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{sha1sum}: Print or check SHA-1 digests
  
  @pindex sha1sum
-@@ -3970,7 +3952,7 @@
+@@ -4142,7 +4124,7 @@
  
  @command{sha1sum} computes a 160-bit checksum for each specified
  @var{file}.  The usage and options of this command are precisely the
 -same as for @command{md5sum}.  @xref{md5sum invocation}.
 +same as for @command{md5sum}.  @xref{md5sum}.
  
- Note: The SHA-1 digest is more secure than MD5, and no collisions of
- it are known (different files having the same fingerprint).  However,
-@@ -4011,7 +3993,7 @@
+ @weakHash{SHA-1}
+@@ -4178,7 +4160,7 @@
  collectively known as the SHA-2 hashes.  The usage and options of
  these commands are precisely the same as for @command{md5sum}
  and @command{sha1sum}.
@@ -798,7 +830,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  
  
  @node Operating on sorted files
-@@ -4023,16 +4005,16 @@
+@@ -4190,16 +4172,16 @@
  These commands work with (or produce) sorted files.
  
  @menu
@@ -822,7 +854,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{sort}: Sort text files
  
  @pindex sort
-@@ -4322,7 +4304,7 @@
+@@ -4489,7 +4471,7 @@
  Sort by hashing the input keys and then sorting the hash values.
  Choose the hash function at random, ensuring that it is free of
  collisions so that differing keys have differing hash values.  This is
@@ -831,7 +863,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  except that keys with the same value sort together.
  
  If multiple random sort fields are specified, the same random hash
-@@ -4520,7 +4502,7 @@
+@@ -4687,7 +4669,7 @@
  @var{n} is set to the number of available processors, but limited
  to 8, as there are diminishing performance gains after that.
  Note also that using @var{n} threads increases the memory usage by
@@ -840,7 +872,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  
  @item -u
  @itemx --unique
-@@ -4538,7 +4520,7 @@
+@@ -4705,7 +4687,7 @@
  this equivalence does not extend to arbitrary @command{sort} options.
  For example, @code{sort -n -u} inspects only the value of the initial
  numeric string when checking for uniqueness, whereas @code{sort -n |
@@ -849,7 +881,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  
  @optZeroTerminated
  @macro newlineFieldSeparator
-@@ -4751,7 +4733,7 @@
+@@ -4918,7 +4900,7 @@
  @end itemize
  
  
@@ -858,7 +890,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{shuf}: Shuffling text
  
  @pindex shuf
-@@ -4907,7 +4889,7 @@
+@@ -5074,7 +5056,7 @@
  @exitstatus
  
  
@@ -867,7 +899,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{uniq}: Uniquify files
  
  @pindex uniq
-@@ -4929,7 +4911,7 @@
+@@ -5096,7 +5078,7 @@
  The input need not be sorted, but repeated input lines are detected
  only if they are adjacent.  If you want to discard non-adjacent
  duplicate lines, perhaps you want to use @code{sort -u}.
@@ -876,7 +908,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  
  @vindex LC_COLLATE
  Comparisons honor the rules specified by the @env{LC_COLLATE}
-@@ -5094,7 +5076,7 @@
+@@ -5261,7 +5243,7 @@
  @exitstatus
  
  
@@ -885,7 +917,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{comm}: Compare two sorted files line by line
  
  @pindex comm
-@@ -5209,7 +5191,7 @@
+@@ -5376,7 +5358,7 @@
  
  @end table
  
@@ -894,7 +926,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{ptx}: Produce permuted indexes
  
  @pindex ptx
-@@ -5698,7 +5680,7 @@
+@@ -5865,7 +5847,7 @@
  @end itemize
  
  
@@ -903,7 +935,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{tsort}: Topological sort
  
  @pindex tsort
-@@ -5860,13 +5842,13 @@
+@@ -6027,13 +6009,13 @@
  @chapter Operating on fields
  
  @menu
@@ -921,7 +953,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{cut}: Print selected parts of lines
  
  @pindex cut
-@@ -5991,7 +5973,7 @@
+@@ -6158,7 +6140,7 @@
  @exitstatus
  
  
@@ -930,7 +962,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{paste}: Merge lines of files
  
  @pindex paste
-@@ -6089,7 +6071,7 @@
+@@ -6256,7 +6238,7 @@
  @exitstatus
  
  
@@ -939,7 +971,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{join}: Join lines on a common field
  
  @pindex join
-@@ -6266,13 +6248,13 @@
+@@ -6788,13 +6770,13 @@
  These commands operate on individual characters.
  
  @menu
@@ -957,7 +989,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{tr}: Translate, squeeze, and/or delete characters
  
  @pindex tr
-@@ -6655,7 +6637,7 @@
+@@ -7177,7 +7159,7 @@
  @end itemize
  
  
@@ -966,7 +998,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{expand}: Convert tabs to spaces
  
  @pindex expand
-@@ -6708,7 +6690,7 @@
+@@ -7246,7 +7228,7 @@
  @exitstatus
  
  
@@ -975,7 +1007,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{unexpand}: Convert spaces to tabs
  
  @pindex unexpand
-@@ -6769,14 +6751,14 @@
+@@ -7309,14 +7291,14 @@
  and @command{vdir}, which list information about files.
  
  @menu
@@ -995,7 +1027,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{ls}: List directory contents
  
  @pindex ls
-@@ -7642,7 +7624,7 @@
+@@ -8205,7 +8187,7 @@
  @item +@var{format}
  @vindex LC_TIME
  List timestamps using @var{format}, where @var{format} is interpreted
@@ -1004,7 +1036,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
  @command{ls} to list timestamps like @samp{2002-03-30 23:45:56}.  As
  with @command{date}, @var{format}'s interpretation is affected by the
-@@ -7843,7 +7825,7 @@
+@@ -8406,7 +8388,7 @@
  @end table
  
  
@@ -1013,7 +1045,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{dir}: Briefly list directory contents
  
  @pindex dir
-@@ -7853,10 +7835,10 @@
+@@ -8416,10 +8398,10 @@
  -b}; that is, by default files are listed in columns, sorted vertically,
  and special characters are represented by backslash escape sequences.
  
@@ -1026,7 +1058,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{vdir}: Verbosely list directory contents
  
  @pindex vdir
-@@ -7866,9 +7848,9 @@
+@@ -8429,9 +8411,9 @@
  -b}; that is, by default files are listed in long format and special
  characters are represented by backslash escape sequences.
  
@@ -1038,7 +1070,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{dircolors}: Color setup for @command{ls}
  
  @pindex dircolors
-@@ -7955,16 +7937,16 @@
+@@ -8518,16 +8500,16 @@
  copying, moving (renaming), and deleting (removing).
  
  @menu
@@ -1062,7 +1094,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{cp}: Copy files and directories
  
  @pindex cp
-@@ -8444,7 +8426,7 @@
+@@ -9017,7 +8999,7 @@
  @exitstatus
  
  
@@ -1071,7 +1103,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{dd}: Convert and copy a file
  
  @pindex dd
-@@ -8965,7 +8947,7 @@
+@@ -9541,7 +9523,7 @@
  @exitstatus
  
  
@@ -1080,7 +1112,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{install}: Copy files and set attributes
  
  @pindex install
-@@ -9147,7 +9129,7 @@
+@@ -9723,7 +9705,7 @@
  @exitstatus
  
  
@@ -1089,7 +1121,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{mv}: Move (rename) files
  
  @pindex mv
-@@ -9291,7 +9273,7 @@
+@@ -9869,7 +9851,7 @@
  @exitstatus
  
  
@@ -1098,7 +1130,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{rm}: Remove files or directories
  
  @pindex rm
-@@ -9454,7 +9436,7 @@
+@@ -10035,7 +10017,7 @@
  @exitstatus
  
  
@@ -1107,16 +1139,16 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{shred}: Remove files more securely
  
  @pindex shred
-@@ -9464,7 +9446,7 @@
+@@ -10055,7 +10055,7 @@ predates the development of the @code{ge
  @command{shred} overwrites devices or files, to help prevent even
very expensive hardware from recovering the data.
--Ordinarily when you remove a file (@pxref{rm invocation}), the data is
-+Ordinarily when you remove a file (@pxref{rm}), the data is
- not actually destroyed.  Only the index listing where the file is
- stored is destroyed, and the storage is made available for reuse.
- There are undelete utilities that will attempt to reconstruct the index
-@@ -9724,18 +9706,18 @@
extensive forensics from recovering the data.
+-Ordinarily when you remove a file (@pxref{rm invocation}), its data
++Ordinarily when you remove a file (@pxref{rm}), its data
+ and metadata are not actually destroyed.  Only the file's directory
+ entry is removed, and the file's storage is reclaimed only when no
+ process has the file open and no other directory entry links to the
+@@ -10305,18 +10287,18 @@
  (FIFOs), symbolic links, sockets, and so-called @dfn{special files}.
  
  @menu
@@ -1144,7 +1176,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{link}: Make a hard link via the link syscall
  
  @pindex link
-@@ -9748,7 +9730,7 @@
+@@ -10329,7 +10311,7 @@
  @code{link} function.  @xref{Hard Links, , , libc,
  The GNU C Library Reference Manual}.
  It avoids the bells and whistles of the more commonly-used
@@ -1153,7 +1185,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  Synopsis:
  
  @example
-@@ -9774,7 +9756,7 @@
+@@ -10355,7 +10337,7 @@
  @exitstatus
  
  
@@ -1162,7 +1194,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{ln}: Make links between files
  
  @pindex ln
-@@ -9958,7 +9940,7 @@
+@@ -10541,7 +10523,7 @@
  Relative symbolic links are generated based on their canonicalized
  containing directory, and canonicalized targets.  I.e., all symbolic
  links in these file names will be resolved.
@@ -1171,8 +1203,8 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  over relative file name generation, as demonstrated in the following example:
  
  @example
-@@ -10035,7 +10017,7 @@
- @end smallexample
+@@ -10618,7 +10600,7 @@
+ @end example
  
  
 -@node mkdir invocation
@@ -1180,7 +1212,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{mkdir}: Make directories
  
  @pindex mkdir
-@@ -10108,7 +10090,7 @@
+@@ -10691,7 +10673,7 @@
  @exitstatus
  
  
@@ -1189,7 +1221,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{mkfifo}: Make FIFOs (named pipes)
  
  @pindex mkfifo
-@@ -10149,7 +10131,7 @@
+@@ -10732,7 +10714,7 @@
  @exitstatus
  
  
@@ -1198,7 +1230,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{mknod}: Make block or character special files
  
  @pindex mknod
-@@ -10226,7 +10208,7 @@
+@@ -10809,7 +10791,7 @@
  @exitstatus
  
  
@@ -1207,7 +1239,16 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{readlink}: Print value of a symlink or canonical file name
  
  @pindex readlink
-@@ -10324,7 +10306,7 @@
+@@ -10833,7 +10815,7 @@
+ @command{readlink} outputs the absolute name of the given files which contain
+ no @file{.}, @file{..} components nor any repeated separators
+ (@file{/}) or symbolic links.  Note the @command{realpath} command is the
+-preferred command to use for canonicalization.  @xref{realpath invocation}.
++preferred command to use for canonicalization.  @xref{realpath}.
+ @end table
+@@ -10908,7 +10890,7 @@
  @exitstatus
  
  
@@ -1216,7 +1257,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{rmdir}: Remove empty directories
  
  @pindex rmdir
-@@ -10372,12 +10354,12 @@
+@@ -10956,12 +10938,12 @@
  
  @end table
  
@@ -1231,7 +1272,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{unlink}: Remove files via the unlink syscall
  
  @pindex unlink
-@@ -10388,7 +10370,7 @@
+@@ -10972,7 +10954,7 @@
  @code{unlink} function.  @xref{Deleting Files, , , libc,
  The GNU C Library Reference Manual}.  Synopsis:
  It avoids the bells and whistles of the more commonly-used
@@ -1240,7 +1281,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  
  @example
  unlink @var{filename}
-@@ -10422,14 +10404,14 @@
+@@ -11006,14 +10988,14 @@
  These commands change file attributes.
  
  @menu
@@ -1260,8 +1301,8 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{chown}: Change file owner and group
  
  @pindex chown
-@@ -10654,7 +10636,7 @@
- @end smallexample
+@@ -11240,7 +11222,7 @@
+ @end example
  
  
 -@node chgrp invocation
@@ -1269,7 +1310,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{chgrp}: Change group ownership
  
  @pindex chgrp
-@@ -10663,7 +10645,7 @@
+@@ -11249,7 +11231,7 @@
  
  @command{chgrp} changes the group ownership of each given @var{file}
  to @var{group} (which can be either a group name or a numeric group ID)
@@ -1278,8 +1319,8 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  Synopsis:
  
  @example
-@@ -10780,7 +10762,7 @@
- @end smallexample
+@@ -11368,7 +11350,7 @@
+ @end example
  
  
 -@node chmod invocation
@@ -1287,8 +1328,8 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{chmod}: Change access permissions
  
  @pindex chmod
-@@ -10880,7 +10862,7 @@
- @exitstatus
+@@ -11490,7 +11472,7 @@
+ @end smallexample
  
  
 -@node touch invocation
@@ -1296,7 +1337,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{touch}: Change file timestamps
  
  @pindex touch
-@@ -11088,15 +11070,15 @@
+@@ -11664,15 +11646,15 @@
  file status information, and write buffers to disk.
  
  @menu
@@ -1318,7 +1359,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{df}: Report file system disk space usage
  
  @pindex df
-@@ -11404,7 +11386,7 @@
+@@ -11980,7 +11962,7 @@
  or @option{-x} is used together with a file name argument.
  
  
@@ -1327,7 +1368,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{du}: Estimate file space usage
  
  @pindex du
-@@ -11661,7 +11643,7 @@
+@@ -12237,7 +12219,7 @@
  @item +@var{format}
  @vindex LC_TIME
  List timestamps using @var{format}, where @var{format} is interpreted
@@ -1336,7 +1377,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  For example, @option{--time-style="+%Y-%m-%d %H:%M:%S"} causes
  @command{du} to list timestamps like @samp{2002-03-30 23:45:56}.  As
  with @command{date}, @var{format}'s interpretation is affected by the
-@@ -11729,7 +11711,7 @@
+@@ -12305,7 +12287,7 @@
  @exitstatus
  
  
@@ -1345,7 +1386,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{stat}: Report file or file system status
  
  @pindex stat
-@@ -11942,7 +11924,7 @@
+@@ -12518,7 +12500,7 @@
  @exitstatus
  
  
@@ -1354,7 +1395,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{sync}: Synchronize cached writes to persistent storage
  
  @pindex sync
-@@ -12001,7 +11983,7 @@
+@@ -12577,7 +12559,7 @@
  @exitstatus
  
  
@@ -1363,7 +1404,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{truncate}: Shrink or extend the size of a file
  
  @pindex truncate
-@@ -12078,13 +12060,13 @@
+@@ -12654,13 +12636,13 @@
  This section describes commands that display text strings.
  
  @menu
@@ -1381,7 +1422,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{echo}: Print a line of text
  
  @pindex echo
-@@ -12173,12 +12155,12 @@
+@@ -12749,12 +12731,12 @@
  @var{string} contains a backslash or if the first argument is
  @option{-n}.  Portable programs can use the @command{printf} command
  if they need to omit trailing newlines or output control characters or
@@ -1396,7 +1437,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{printf}: Format and print data
  
  @pindex printf
-@@ -12340,7 +12322,7 @@
+@@ -12916,7 +12898,7 @@
  @exitstatus
  
  
@@ -1405,7 +1446,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{yes}: Print a string until interrupted
  
  @pindex yes
-@@ -12371,14 +12353,14 @@
+@@ -12947,14 +12929,14 @@
  pipeline.
  
  @menu
@@ -1425,7 +1466,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{false}: Do nothing, unsuccessfully
  
  @pindex false
-@@ -12408,7 +12390,7 @@
+@@ -12984,7 +12966,7 @@
  non-GNU hosts.
  
  
@@ -1434,7 +1475,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{true}: Do nothing, successfully
  
  @pindex true
-@@ -12444,7 +12426,7 @@
+@@ -13020,7 +13002,7 @@
  more secure and faster than a shell script implementation, and may safely
  be used as a dummy shell for the purpose of disabling accounts.
  
@@ -1443,7 +1484,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{test}: Check file types and compare values
  
  @pindex test
-@@ -12807,7 +12789,7 @@
+@@ -13389,7 +13371,7 @@
  @end table
  
  
@@ -1452,7 +1493,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{expr}: Evaluate expressions
  
  @pindex expr
-@@ -13084,11 +13066,11 @@
+@@ -13666,11 +13648,11 @@
  it's described here.
  
  @menu
@@ -1466,7 +1507,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{tee}: Redirect output to multiple files or processes
  
  @pindex tee
-@@ -13295,15 +13277,15 @@
+@@ -13877,15 +13859,15 @@
  This section describes commands that manipulate file names.
  
  @menu
@@ -1488,8 +1529,8 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{basename}: Strip directory and suffix from a file name
  
  @pindex basename
-@@ -13385,7 +13367,7 @@
- @end smallexample
+@@ -13967,7 +13949,7 @@
+ @end example
  
  
 -@node dirname invocation
@@ -1497,8 +1538,8 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{dirname}: Strip last file name component
  
  @pindex dirname
-@@ -13438,7 +13420,7 @@
- @end smallexample
+@@ -14020,7 +14002,7 @@
+ @end example
  
  
 -@node pathchk invocation
@@ -1506,7 +1547,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{pathchk}: Check file name validity and portability
  
  @pindex pathchk
-@@ -13514,7 +13496,7 @@
+@@ -14096,7 +14078,7 @@
  1 otherwise.
  @end display
  
@@ -1515,7 +1556,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{mktemp}: Create temporary file or directory
  
  @pindex mktemp
-@@ -13689,7 +13671,7 @@
+@@ -14271,7 +14253,7 @@
  @end display
  
  
@@ -1524,7 +1565,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{realpath}: Print the resolved file name.
  
  @pindex realpath
-@@ -13813,14 +13795,14 @@
+@@ -14463,14 +14445,14 @@
  so forth.  See also the user-related commands in the next section.
  
  @menu
@@ -1544,7 +1585,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{pwd}: Print working directory
  
  @pindex pwd
-@@ -13867,7 +13849,7 @@
+@@ -14517,7 +14499,7 @@
  @exitstatus
  
  
@@ -1553,7 +1594,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{stty}: Print or change terminal characteristics
  
  @pindex stty
-@@ -14609,7 +14591,7 @@
+@@ -15259,7 +15241,7 @@
  @end table
  
  
@@ -1562,7 +1603,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{printenv}: Print all or some environment variables
  
  @pindex printenv
-@@ -14644,7 +14626,7 @@
+@@ -15294,7 +15276,7 @@
  @end display
  
  
@@ -1571,7 +1612,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{tty}: Print file name of terminal on standard input
  
  @pindex tty
-@@ -14694,16 +14676,16 @@
+@@ -15344,16 +15326,16 @@
  logins, groups, and so forth.
  
  @menu
@@ -1595,7 +1636,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{id}: Print user identity
  
  @pindex id
-@@ -14807,7 +14789,7 @@
+@@ -15460,7 +15442,7 @@
  
  @exitstatus
  
@@ -1604,7 +1645,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{logname}: Print current login name
  
  @pindex logname
-@@ -14828,7 +14810,7 @@
+@@ -15481,7 +15463,7 @@
  @exitstatus
  
  
@@ -1613,7 +1654,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{whoami}: Print effective user ID
  
  @pindex whoami
-@@ -14844,7 +14826,7 @@
+@@ -15497,7 +15479,7 @@
  @exitstatus
  
  
@@ -1622,7 +1663,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{groups}: Print group names a user is in
  
  @pindex groups
-@@ -14871,7 +14853,7 @@
+@@ -15524,7 +15506,7 @@
  
  @exitstatus
  
@@ -1631,7 +1672,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{users}: Print login names of users currently logged in
  
  @pindex users
-@@ -14906,7 +14888,7 @@
+@@ -15559,7 +15541,7 @@
  @exitstatus
  
  
@@ -1640,7 +1681,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{who}: Print who is currently logged in
  
  @pindex who
-@@ -15069,16 +15051,14 @@
+@@ -15722,16 +15704,14 @@
  information.
  
  @menu
@@ -1663,7 +1704,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{date}: Print or set system date and time
  
  @pindex date
-@@ -15785,7 +15765,7 @@
+@@ -16459,7 +16439,7 @@
  @end itemize
  
  
@@ -1672,7 +1713,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{arch}: Print machine hardware name
  
  @pindex arch
-@@ -15808,7 +15788,7 @@
+@@ -16482,7 +16462,7 @@
  @exitstatus
  
  
@@ -1681,7 +1722,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{nproc}: Print the number of available processors
  
  @pindex nproc
-@@ -15845,7 +15825,7 @@
+@@ -16521,7 +16501,7 @@
  @exitstatus
  
  
@@ -1690,7 +1731,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{uname}: Print system information
  
  @pindex uname
-@@ -15975,35 +15955,7 @@
+@@ -16651,35 +16631,7 @@
  @exitstatus
  
  
@@ -1727,7 +1768,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{hostid}: Print numeric host identifier
  
  @pindex hostid
-@@ -16031,44 +15983,6 @@
+@@ -16707,44 +16659,6 @@
  
  @exitstatus
  
@@ -1772,7 +1813,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @node SELinux context
  @chapter SELinux context
  
-@@ -16080,11 +15994,11 @@
+@@ -16756,11 +16670,11 @@
  contexts.
  
  @menu
@@ -1787,7 +1828,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{chcon}: Change SELinux context of file
  
  @pindex chcon
-@@ -16187,7 +16101,7 @@
+@@ -16863,7 +16777,7 @@
  
  @exitstatus
  
@@ -1796,7 +1837,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{runcon}: Run a command in specified SELinux context
  
  @pindex runcon
-@@ -16272,16 +16186,16 @@
+@@ -16955,16 +16869,16 @@
  user, etc.
  
  @menu
@@ -1820,7 +1861,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{chroot}: Run a command with a different root directory
  
  @pindex chroot
-@@ -16397,7 +16311,7 @@
+@@ -17080,7 +16994,7 @@
  @end display
  
  
@@ -1829,8 +1870,8 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{env}: Run a command in a modified environment
  
  @pindex env
-@@ -16547,7 +16461,7 @@
- @end display
+@@ -17698,7 +17612,7 @@
  
  
 -@node nice invocation
@@ -1838,7 +1879,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{nice}: Run a command with modified niceness
  
  @pindex nice
-@@ -16678,7 +16592,7 @@
+@@ -17829,7 +17743,7 @@
  @end example
  
  
@@ -1847,7 +1888,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{nohup}: Run a command immune to hangups
  
  @pindex nohup
-@@ -16752,7 +16666,7 @@
+@@ -17903,7 +17817,7 @@
  instead of 125.
  
  
@@ -1856,7 +1897,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{stdbuf}: Run a command with modified I/O stream buffering
  
  @pindex stdbuf
-@@ -16846,7 +16760,7 @@
+@@ -17997,7 +17911,7 @@
  @end display
  
  
@@ -1865,7 +1906,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{timeout}: Run a command with a time limit
  
  @pindex timeout
-@@ -16936,90 +16850,6 @@
+@@ -18094,90 +18008,6 @@
  @end display
  
  
@@ -1956,7 +1997,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @node Delaying
  @chapter Delaying
  
-@@ -17029,11 +16859,11 @@
+@@ -18187,11 +18017,11 @@
  @c Perhaps @command{wait} or other commands should be described here also?
  
  @menu
@@ -1970,7 +2011,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{sleep}: Delay for a specified time
  
  @pindex sleep
-@@ -17083,13 +16913,13 @@
+@@ -18241,13 +18071,13 @@
  These programs do numerically-related operations.
  
  @menu
@@ -1988,7 +2029,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{factor}: Print prime factors
  
  @pindex factor
-@@ -17147,7 +16977,7 @@
+@@ -18305,7 +18135,7 @@
  @exitstatus
  
  
@@ -1997,7 +2038,7 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{numfmt}: Reformat numbers
  
  @pindex numfmt
-@@ -17487,7 +17317,7 @@
+@@ -18645,7 +18475,7 @@
  @end example
  
  
@@ -2006,3 +2047,12 @@ diff -ur coreutils-8.26.orig/doc/coreutils.texi coreutils-8.26/doc/coreutils.tex
  @section @command{seq}: Print numeric sequences
  
  @pindex seq
+@@ -18817,7 +18647,7 @@
+ whenever you read, write, or change the attributes of the file
+ respectively, and searching a directory counts as reading it.  A
+ file's atime and mtime can also be set directly, via the
+-@command{touch} command (@pxref{touch invocation}).  In practice,
++@command{touch} command (@pxref{touch}).  In practice,
+ though, timestamps are not updated quite that way.
+ For efficiency reasons, many systems are lazy about updating atimes: