diff options
author | Pádraig Brady <P@draigBrady.com> | 2014-03-07 17:02:48 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2014-03-07 18:06:44 +0000 |
commit | b929b7ba53e0a1f4760b48bc186738b8f1c4d77e (patch) | |
tree | 8b273e3f66d9cebc1c916a0a3195f01fbbededa0 /doc | |
parent | 056d6de78fcf11a0f404f25faf8cecc9f9ee9c1c (diff) | |
download | coreutils-b929b7ba53e0a1f4760b48bc186738b8f1c4d77e.tar.xz |
doc: fix readpath typo in texinfo contents
* docs/coreutils.texi: s/readpath/realpath/
Fixes http://bugs.gnu.org/16964
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 12ff31162..39ff160c7 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -96,7 +96,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. +* realpath: (coreutils)realpath 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. |