Module Name: src
Committed By: uwe
Date: Wed Jun 22 19:18:17 UTC 2022
Modified Files:
src/usr.bin/stat: readlink.1
Log Message:
readlink(1): Add missing .El, use non-random .Bl -width
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/usr.bin/stat/readlink.1:1.2
--- src/usr.bin/stat/readlink.1:1.1 Wed Jun 22 18:02:43 2022
+++ src/usr.bin/stat/readlink.1 Wed Jun 22 19:18:17 2022
@@ -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 @@ return the absolute pathname correspondi
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 @@ This is the inverse of
.Fl q
and
.Fl s .
+.El
.Sh SEE ALSO
.Xr stat 1 ,
.Xr lstat 2 ,