Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/stat stat(1): Fix two more -width.



details:   https://anonhg.NetBSD.org/src/rev/8404acbfe3ed
branches:  trunk
changeset: 367708:8404acbfe3ed
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Jun 23 23:41:26 2022 +0000

description:
stat(1): Fix two more -width.

diffstat:

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

diffs (27 lines):

diff -r c4a741a5560b -r 8404acbfe3ed usr.bin/stat/stat.1
--- a/usr.bin/stat/stat.1       Thu Jun 23 16:42:50 2022 +0000
+++ b/usr.bin/stat/stat.1       Thu Jun 23 23:41:26 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.1,v 1.44 2022/06/22 22:41:13 uwe Exp $
+.\"    $NetBSD: stat.1,v 1.45 2022/06/23 23:41:26 uwe Exp $
 .\"
 .\" Copyright (c) 2002-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -429,7 +429,7 @@
 .It Ar datum
 A required field specifier, ending the conversion specification,
 being one of the following:
-.Bl -tag -width 11n
+.Bl -tag -width Cm
 .It Cm d
 Device upon which
 .Ar file
@@ -485,7 +485,7 @@
 data in
 .Vt struct stat ,
 but are:
-.Bl -tag -width Ds
+.Bl -tag -width Cm
 .It Cm N
 The name of the file.
 .It Cm R



Home | Main Index | Thread Index | Old Index