From c370cc1b56dfad324133ec0af1f16f5a3d914f77 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 9 Sep 2011 01:50:13 +0200 Subject: [PATCH] readlink.2: SEE ALSO: Add readlink(1) Reported-by: Dan Jacobson Signed-off-by: Michael Kerrisk --- man2/readlink.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/readlink.2 b/man2/readlink.2 index 1327e089a..c9f6d927b 100644 --- a/man2/readlink.2 +++ b/man2/readlink.2 @@ -131,6 +131,7 @@ Nowadays, the return type is declared as .IR ssize_t , as (newly) required in POSIX.1-2001. .SH "SEE ALSO" +.BR readlink (1), .BR lstat (2), .BR readlinkat (2), .BR stat (2),