diff options
author | Pádraig Brady <P@draigBrady.com> | 2012-03-22 21:22:20 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-03-22 21:25:39 +0000 |
commit | a04110e5680b618489f05fd8d2b83571c3342590 (patch) | |
tree | e7591e905079522072f86c749d465ea7bf33a2aa /doc | |
parent | 15b8318e93a947d1422e9a927f699eda1085cf0d (diff) | |
download | coreutils-a04110e5680b618489f05fd8d2b83571c3342590.tar.xz |
maint: avoid a doc syntax check failure
Prompted by the continuous integration build failure at:
http://hydra.nixos.org/build/2315847
* doc/coreutils.texi (ln invocation): s/path/file name/
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 b7208aa5f..392024986 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -9403,7 +9403,7 @@ ln -srv /a/file /tmp @end smallexample @xref{realpath invocation}, which gives greater control -over relative path generation. +over relative file name generation. @item -s @itemx --symbolic |