Module Name: src Committed By: kre Date: Thu Jul 21 10:00:31 UTC 2022
Modified Files: src/usr.bin/stat: readlink.1 Log Message: Add an Xr to realpath(1) (which does much the same as readlink -f). Try not to forget the damn comma! To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 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.4 src/usr.bin/stat/readlink.1:1.5 --- src/usr.bin/stat/readlink.1:1.4 Wed Jun 22 22:25:08 2022 +++ src/usr.bin/stat/readlink.1 Thu Jul 21 10:00:31 2022 @@ -1,4 +1,4 @@ -.\" $NetBSD: readlink.1,v 1.4 2022/06/22 22:25:08 wiz Exp $ +.\" $NetBSD: readlink.1,v 1.5 2022/07/21 10:00:31 kre Exp $ .\" .\" Copyright (c) 2002-2011 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -93,6 +93,7 @@ and .El .Sh SEE ALSO .Xr stat 1 , +.Xr realpath 1 , .Xr lstat 2 , .Xr readlink 2 .Sh HISTORY