Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump Sort flags in SYNOPSIS. Remove unnecessary .Tn...



details:   https://anonhg.NetBSD.org/src/rev/f67c2657083b
branches:  trunk
changeset: 826520:f67c2657083b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 10 10:09:34 2017 +0000

description:
Sort flags in SYNOPSIS. Remove unnecessary .Tn. Remove trailing whitespace.

diffstat:

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

diffs (45 lines):

diff -r 9c3fe70b5b8f -r f67c2657083b usr.bin/kdump/kdump.1
--- a/usr.bin/kdump/kdump.1     Sun Sep 10 00:49:40 2017 +0000
+++ b/usr.bin/kdump/kdump.1     Sun Sep 10 10:09:34 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kdump.1,v 1.27 2017/09/08 21:09:29 uwe Exp $
+.\"    $NetBSD: kdump.1,v 1.28 2017/09/10 10:09:34 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -37,7 +37,7 @@
 .Nd display kernel trace data
 .Sh SYNOPSIS
 .Nm
-.Op Fl EdlNnRT
+.Op Fl dElNnRT
 .Op Fl e Ar emulation
 .Op Fl f Ar file
 .Op Fl m Ar maxdata
@@ -75,8 +75,7 @@
 .It Fl m Ar maxdata
 Display at most
 .Ar maxdata
-bytes when decoding
-.Tn I/O .
+bytes when decoding I/O.
 .It Fl N
 Suppress system call number-to-name translation.
 .It Fl n
@@ -111,12 +110,12 @@
 .Xr vis 3
 format.
 .It Fl X Ar size
-Same as 
+Same as
 .Fl x
-but display hex values by groups of 
-.Ar size 
+but display hex values by groups of
+.Ar size
 bytes.
-Supported values are 1, 2, 4, 8, and 16. 
+Supported values are 1, 2, 4, 8, and 16.
 .El
 .Sh SEE ALSO
 .Xr ktrace 1



Home | Main Index | Thread Index | Old Index