Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/stat Add an Xr to realpath(1) (which does much the s...



details:   https://anonhg.NetBSD.org/src/rev/fb25d5e67bfa
branches:  trunk
changeset: 368605:fb25d5e67bfa
user:      kre <kre%NetBSD.org@localhost>
date:      Thu Jul 21 10:00:31 2022 +0000

description:
Add an Xr to realpath(1) (which does much the same as readlink -f).
Try not to forget the damn comma!

diffstat:

 usr.bin/stat/readlink.1 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6c7e3e39069f -r fb25d5e67bfa usr.bin/stat/readlink.1
--- a/usr.bin/stat/readlink.1   Thu Jul 21 09:56:34 2022 +0000
+++ b/usr.bin/stat/readlink.1   Thu Jul 21 10:00:31 2022 +0000
@@ -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 @@
 .El
 .Sh SEE ALSO
 .Xr stat 1 ,
+.Xr realpath 1 ,
 .Xr lstat 2 ,
 .Xr readlink 2
 .Sh HISTORY



Home | Main Index | Thread Index | Old Index