diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-06-30 23:44:50 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-06-30 23:44:50 +0000 |
commit | 144fd6891036c14a47fa788c008b6fc92224a52a (patch) | |
tree | f872a5175aba913567e424bab6e159c9570f814e /sbin | |
parent | f4796f4661369972ccb513e5a88d8d84b1dec0e4 (diff) |
correct history; dmesg appeared (without a manual page) in v7
ok deraadt@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dmesg/dmesg.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index 02eefca3733..06071500717 100644 --- a/sbin/dmesg/dmesg.8 +++ b/sbin/dmesg/dmesg.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dmesg.8,v 1.17 2016/10/06 11:25:17 schwarze Exp $ +.\" $OpenBSD: dmesg.8,v 1.18 2024/06/30 23:44:49 jsg 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: October 6 2016 $ +.Dd $Mdocdate: June 30 2024 $ .Dt DMESG 8 .Os .Sh NAME @@ -82,4 +82,4 @@ at boot time The .Nm command appeared in -.Bx 3 . +.At v7 . |