Module Name: src
Committed By: wiz
Date: Wed Apr 11 06:40:53 UTC 2018
Modified Files:
src/sbin/dmesg: dmesg.8
Log Message:
Sort flags in SYNOPSIS.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sbin/dmesg/dmesg.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/dmesg/dmesg.8
diff -u src/sbin/dmesg/dmesg.8:1.19 src/sbin/dmesg/dmesg.8:1.20
--- src/sbin/dmesg/dmesg.8:1.19 Tue Apr 10 22:21:52 2018
+++ src/sbin/dmesg/dmesg.8 Wed Apr 11 06:40:53 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: dmesg.8,v 1.19 2018/04/10 22:21:52 christos Exp $
+.\" $NetBSD: dmesg.8,v 1.20 2018/04/11 06:40:53 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -34,10 +34,10 @@
.Os
.Sh NAME
.Nm dmesg
-.Nd "display the system message buffer"
+.Nd display the system message buffer
.Sh SYNOPSIS
.Nm
-.Op Fl dtT
+.Op Fl dTt
.Op Fl M Ar core
.Op Fl N Ar system
.Sh DESCRIPTION
@@ -59,7 +59,7 @@ Extract the name list from the specified
``/netbsd''.
.It Fl T
Format uptime timestamps in a human readable form (using
-.Xr ctime 3 ).
+.Xr ctime 3 ) .
.It Fl t
Quiet printing, don't print timestamps.
.El