Module Name: src
Committed By: wiz
Date: Sun Sep 10 10:09:35 UTC 2017
Modified Files:
src/usr.bin/kdump: kdump.1
Log Message:
Sort flags in SYNOPSIS. Remove unnecessary .Tn. Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/kdump/kdump.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/kdump/kdump.1
diff -u src/usr.bin/kdump/kdump.1:1.27 src/usr.bin/kdump/kdump.1:1.28
--- src/usr.bin/kdump/kdump.1:1.27 Fri Sep 8 21:09:29 2017
+++ src/usr.bin/kdump/kdump.1 Sun Sep 10 10:09:34 2017
@@ -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 @@ more data.
.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 @@ Display GIO data in hex and ascii instea
.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