summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2011-07-31 13:26:43 +0000
committerschwarze <schwarze@openbsd.org>2011-07-31 13:26:43 +0000
commitd50b35d684a9c026c1f490734427639572889b76 (patch)
tree9f0a03506b6b97cdf7c13387a737ccf0015e988c
parentzap trailing whitespace; (diff)
downloadwireguard-openbsd-d50b35d684a9c026c1f490734427639572889b76.tar.xz
wireguard-openbsd-d50b35d684a9c026c1f490734427639572889b76.zip
missing .Nm macro; ok jmc@
-rw-r--r--sbin/dmesg/dmesg.88
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8
index 9f0500da37c..467d17d9424 100644
--- a/sbin/dmesg/dmesg.8
+++ b/sbin/dmesg/dmesg.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dmesg.8,v 1.12 2011/06/05 20:51:40 schwarze Exp $
+.\" $OpenBSD: dmesg.8,v 1.13 2011/07/31 13:26:43 schwarze Exp $
.\" $NetBSD: dmesg.8,v 1.9 1995/03/18 14:54:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)dmesg.8 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: June 5 2011 $
+.Dd $Mdocdate: July 31 2011 $
.Dt DMESG 8
.Os
.Sh NAME
@@ -61,7 +61,9 @@ instead of the default
.Sh FILES
.Bl -tag -width /var/run/dmesg.boot -compact
.It Pa /var/run/dmesg.boot
-copy of dmesg saved by
+copy of
+.Nm
+saved by
.Xr rc 8
at boot time
.El