X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=coreutils-info.patch;fp=coreutils-info.patch;h=c725998475c4c02e1c490f5783dfe48aaedda583;hb=16cd08ef52602a04b23e28d9983270323c0b829f;hp=848ab64532339f9ba2b8a95a13961c4fe646603a;hpb=2484175340487a7cfb85223b60219b480724470c;p=packages%2Fcoreutils.git diff --git a/coreutils-info.patch b/coreutils-info.patch index 848ab64..c725998 100644 --- a/coreutils-info.patch +++ b/coreutils-info.patch @@ -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. @@ -181,6 +182,7 @@ +* 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 @@ -420,7 +422,7 @@ @command{test}: Check file types and compare values -@@ -372,21 +363,21 @@ +@@ -372,22 +363,22 @@ Redirection @@ -433,10 +435,12 @@ -* 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 @@ -1401,7 +1405,7 @@ @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 @@ -1409,10 +1413,12 @@ -* 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