diff options
author | 2011-06-05 20:51:40 +0000 | |
---|---|---|
committer | 2011-06-05 20:51:40 +0000 | |
commit | c0511b5eac7ec59d45f05de8ac102215a18a64f6 (patch) | |
tree | aca16ba605f7a8fb1087986075d7fbb91e9b5d3d | |
parent | Move the bufcachepercent setting code to MI locations -- set it to 42% (diff) | |
download | wireguard-openbsd-c0511b5eac7ec59d45f05de8ac102215a18a64f6.tar.xz wireguard-openbsd-c0511b5eac7ec59d45f05de8ac102215a18a64f6.zip |
mention that rc(8) creates /var/run/dmesg.boot;
found in my tree, obviously forgotten to commit at some point...
-rw-r--r-- | sbin/dmesg/dmesg.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index 8ee56cf556b..9f0500da37c 100644 --- a/sbin/dmesg/dmesg.8 +++ b/sbin/dmesg/dmesg.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dmesg.8,v 1.11 2007/05/31 19:19:43 jmc Exp $ +.\" $OpenBSD: dmesg.8,v 1.12 2011/06/05 20:51:40 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: May 31 2007 $ +.Dd $Mdocdate: June 5 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 created at boot +copy of dmesg saved by +.Xr rc 8 +at boot time .El .Sh SEE ALSO .Xr syslogd 8 |