* doc/coreutils.texi (readlink invocation): Add realpath to the index,
and also mention it in the readlink description so people
searching for that functionality can easily make the connection.
@cindex displaying value of a symbolic link
@cindex canonical file name
@cindex canonicalize a file name
+@pindex realpath
+@findex realpath
@command{readlink} may work in one of two supported modes:
The @command{readlink} utility first appeared in OpenBSD 2.1.
+There is a @command{realpath} command on some systems
+which operates like @command{readlink} in canonicalize mode.
+
@exitstatus