]> TLD Linux GIT Repositories - packages/coreutils.git/blobdiff - coreutils-info.patch
- synced with PLD (update to 8.15)
[packages/coreutils.git] / coreutils-info.patch
index 848ab64532339f9ba2b8a95a13961c4fe646603a..c725998475c4c02e1c490f5783dfe48aaedda583 100644 (file)
@@ -82,6 +82,7 @@
 -* ptx: (coreutils)ptx invocation.               Produce permuted indexes.
 -* pwd: (coreutils)pwd invocation.               Print working directory.
 -* readlink: (coreutils)readlink invocation.     Print referent of a symlink.
+-* realpath: (coreutils)readpath invocation.     Print resolved file names.
 -* rm: (coreutils)rm invocation.                 Remove files.
 -* rmdir: (coreutils)rmdir invocation.           Remove empty directories.
 -* runcon: (coreutils)runcon invocation.         Run in specified SELinux CTX.
 +* ptx: (coreutils)ptx.                        Produce permuted indexes
 +* pwd: (coreutils)pwd.                        Print working directory
 +* readlink: (coreutils)readlink.      Print referent of a symlink
++* realpath: (coreutils)realpath.      Print resolved file names
 +* rm: (coreutils)rm.                  Remove files
 +* rmdir: (coreutils)rmdir.            Remove empty directories
 +* runcon: (coreutils)runcon.          Run in specified SELinux CTX
  
  @command{test}: Check file types and compare values
  
-@@ -372,21 +363,21 @@
+@@ -372,22 +363,22 @@
  
  Redirection
  
 -* dirname invocation::           Strip last file name component
 -* pathchk invocation::           Check file name validity and portability
 -* mktemp invocation::            Create temporary file or directory
+-* realpath invocation::          Print resolved file names
 +* basename::                     Strip directory and suffix from a file name
 +* dirname::                      Strip last file name component
 +* pathchk::                      Check file name validity and portability
 +* mktemp::                       Create temporary file or directory
++* realpath::                     Print resolved file names
  
  Working context
  
  @section @command{tee}: Redirect output to multiple files or processes
  
  @pindex tee
-@@ -12138,14 +12123,14 @@
+@@ -12138,15 +12123,15 @@
  This section describes commands that manipulate file names.
  
  @menu
 -* dirname invocation::          Strip last file name component.
 -* pathchk invocation::          Check file name validity and portability.
 -* mktemp invocation::           Create temporary file or directory.
+-* realpath invocation::         Print resolved file names.
 +* basename::                    Strip directory and suffix from a file name.
 +* dirname::                     Strip last file name component.
 +* pathchk::                     Check file name validity and portability.
 +* mktemp::                      Create temporary file or directory.
++* realpath::                    Print resolved file names.
  @end menu