Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/stat readlink(1): Add missing .El, use non-random .B...



details:   https://anonhg.NetBSD.org/src/rev/c5992a2aeda1
branches:  trunk
changeset: 367689:c5992a2aeda1
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Jun 22 19:18:17 2022 +0000

description:
readlink(1): Add missing .El, use non-random .Bl -width

diffstat:

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

diffs (26 lines):

diff -r 63e0f415b053 -r c5992a2aeda1 usr.bin/stat/readlink.1
--- a/usr.bin/stat/readlink.1   Wed Jun 22 18:20:30 2022 +0000
+++ b/usr.bin/stat/readlink.1   Wed Jun 22 19:18:17 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: readlink.1,v 1.1 2022/06/22 18:02:43 kre Exp $
+.\"    $NetBSD: readlink.1,v 1.2 2022/06/22 19:18:17 uwe Exp $
 .\"
 .\" Copyright (c) 2002-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,7 +61,7 @@
 In this case, the argument does not need to be a symbolic link.
 .Pp
 The options are as follows:
-.Bl -tag -width XFXXX
+.Bl -tag -width Fl
 .It Fl f
 Canonicalize the pathname of
 .Ar file ,
@@ -90,6 +90,7 @@
 .Fl q
 and
 .Fl s .
+.El
 .Sh SEE ALSO
 .Xr stat 1 ,
 .Xr lstat 2 ,



Home | Main Index | Thread Index | Old Index