From cc3085bae42826e6d164b5e3fb6785ca280534f9 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Thu, 16 Feb 2017 01:22:47 +0100 Subject: [PATCH] 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. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2