Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump Increase column widths. Improve -l description...



details:   https://anonhg.NetBSD.org/src/rev/58e7ad0c8ff5
branches:  trunk
changeset: 850367:58e7ad0c8ff5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 03 06:12:48 2020 +0000

description:
Increase column widths. Improve -l description wording to match ioctl(2).
Fix Xr.

diffstat:

 usr.bin/kdump/ioctlprint.1 |  15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r ade093c57312 -r 58e7ad0c8ff5 usr.bin/kdump/ioctlprint.1
--- a/usr.bin/kdump/ioctlprint.1        Fri Apr 03 06:05:00 2020 +0000
+++ b/usr.bin/kdump/ioctlprint.1        Fri Apr 03 06:12:48 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ioctlprint.1,v 1.4 2020/04/02 17:41:34 christos Exp $
+.\" $NetBSD: ioctlprint.1,v 1.5 2020/04/03 06:12:48 wiz Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -47,12 +47,11 @@
 .Ar arg
 arguments.
 The argument can either be an
-.Xr ioctl
-symbolic name or the
-ioctl value.
+.Xr ioctl 2
+symbolic name or the ioctl value.
 .Pp
 The options are as follows:
-.Bl -tag -width Fl
+.Bl -tag -width 12n
 .It Fl e Ar emulation
 If an emulation of a process is unknown,
 interpret system call maps assuming the named emulation instead of
@@ -65,7 +64,7 @@
 output.
 .Pp
 The following conversion characters can be used:
-.Bl -tag -width xxxx
+.Bl -tag -width 9n
 .It \&%E
 Symbolic decoded ioctl string.
 .It \&%e
@@ -85,9 +84,9 @@
 "%n %e %x\\n"
 .Ed
 .It Fl l
-List all 
+List all known
 .Xr ioctl 2
-known.
+requests.
 .El
 .Sh SEE ALSO
 .Xr kdump 1 ,



Home | Main Index | Thread Index | Old Index