From: Michael Kerrisk Date: Mon, 5 Dec 2016 11:36:50 +0000 (+0100) Subject: docs: namei(1): SEE ALSO: add symlink(7) X-Git-Tag: v2.30-rc1~352^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a1f476c7c554f0208c1134b3563a1a22dbbbf30;p=thirdparty%2Futil-linux.git docs: namei(1): SEE ALSO: add symlink(7) Signed-off-by: Michael Kerrisk --- diff --git a/misc-utils/namei.1 b/misc-utils/namei.1 index 7c3bb3e02f..7a60e1524a 100644 --- a/misc-utils/namei.1 +++ b/misc-utils/namei.1 @@ -73,7 +73,8 @@ The program was rewritten by Karel Zak . To be discovered. .SH "SEE ALSO" .BR ls (1), -.BR stat (1) +.BR stat (1), +.BR symlink (7) .SH AVAILABILITY The namei command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.