From ac48f7135e7ae69b62f67ca24edf7d71b7f77ef0 Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Tue, 27 Jun 2017 19:53:58 -0400 Subject: [PATCH] doc: fix realpath index entry The 'readlink' node has '@findex realpath' in it. This results in info doc/coreutils.info realpath incorrectly jumping to the 'readlink' node (instead of the 'realpath' node). Change it to @cindex instead. * doc/coreutils.texi (readlink): Change '@findex realpath' to @cindex. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 06d0659405..a39853fd78 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10624,7 +10624,7 @@ Set the mode of created files to @var{mode}, which is symbolic as in @cindex displaying value of a symbolic link @cindex canonical file name @cindex canonicalize a file name -@findex realpath +@cindex realpath @command{readlink} may work in one of two supported modes: -- 2.47.2