Module Name: src
Committed By: wiz
Date: Thu Jul 21 10:08:28 UTC 2022
Modified Files:
src/usr.bin/stat: readlink.1
Log Message:
readlink: sort SEE ALSO
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/stat/readlink.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/stat/readlink.1
diff -u src/usr.bin/stat/readlink.1:1.5 src/usr.bin/stat/readlink.1:1.6
--- src/usr.bin/stat/readlink.1:1.5 Thu Jul 21 10:00:31 2022
+++ src/usr.bin/stat/readlink.1 Thu Jul 21 10:08:28 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: readlink.1,v 1.5 2022/07/21 10:00:31 kre Exp $
+.\" $NetBSD: readlink.1,v 1.6 2022/07/21 10:08:28 wiz Exp $
.\"
.\" Copyright (c) 2002-2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -92,8 +92,8 @@ and
.Fl s .
.El
.Sh SEE ALSO
-.Xr stat 1 ,
.Xr realpath 1 ,
+.Xr stat 1 ,
.Xr lstat 2 ,
.Xr readlink 2
.Sh HISTORY