From: Bernhard Voelker Date: Thu, 16 Feb 2017 00:22:47 +0000 (+0100) Subject: doc: avoid makeinfo warning X-Git-Tag: v8.27~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc3085bae42826e6d164b5e3fb6785ca280534f9;p=thirdparty%2Fcoreutils.git doc: avoid makeinfo warning Commit v8.26-38-g99deaff introduced this warning: MAKEINFO doc/coreutils.info ./doc/coreutils.texi:10268: \ warning: `.' or `,' must follow @xref, not `@'. * doc/coreutils.texi (readlink invocation): Add '.' after @xref macro. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 2dbfccecc8..2356a3f8a0 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10265,7 +10265,7 @@ of a symbolic link, it produces no output and exits with a nonzero exit code. @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 invocation}. @end table