Source-Changes-HG archive

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

[src/trunk]: src/sbin/dmesg Remove a comma and some trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/50685d542404
branches:  trunk
changeset: 835979:50685d542404
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Sep 20 01:11:19 2018 +0000

description:
Remove a comma and some trailing whitespace.

diffstat:

 sbin/dmesg/dmesg.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 62c3740e9115 -r 50685d542404 sbin/dmesg/dmesg.8
--- a/sbin/dmesg/dmesg.8        Wed Sep 19 23:28:58 2018 +0000
+++ b/sbin/dmesg/dmesg.8        Thu Sep 20 01:11:19 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dmesg.8,v 1.23 2018/09/19 23:02:14 christos Exp $
+.\"    $NetBSD: dmesg.8,v 1.24 2018/09/20 01:11:19 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -61,7 +61,7 @@
 Format uptime timestamps in a human readable form (using
 .Xr ctime 3 )
 using output suitable for the local locale as set in the environment.
-Repeating this option, prints the uptime in ISO 8601 duration form,
+Repeating this option prints the uptime in ISO 8601 duration form,
 giving the duration since boot, in hours, minutes, and seconds (to
 millisecond resolution).
 A third occurrence causes the duration to always be represented
@@ -98,7 +98,7 @@
 command appeared in
 .Bx 3.0 .
 .Sh BUGS
-When 
+When
 .Fl TT
 is used, the duration is always given with maximum units of hours,
 even when the number or hours is in the hundreds, or thousands, or more.



Home | Main Index | Thread Index | Old Index