diff options
author | charnier <charnier@FreeBSD.org> | 1998-06-04 06:51:14 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-06-04 06:51:14 +0000 |
commit | 40a59b8d3d23f2bc7c6c7a4cc0fffe7ef77da116 (patch) | |
tree | 10168913b821f71684c8dcdddadc3963b5489777 /sbin/dmesg/dmesg.8 | |
parent | 14b705d009c8ac0945c8bd6caa86dd5d90af1d1d (diff) | |
download | FreeBSD-src-40a59b8d3d23f2bc7c6c7a4cc0fffe7ef77da116.zip FreeBSD-src-40a59b8d3d23f2bc7c6c7a4cc0fffe7ef77da116.tar.gz |
Use .Pa for filenames. Use .Bl/.El in FILES section. Remove unused #includes.
Diffstat (limited to 'sbin/dmesg/dmesg.8')
-rw-r--r-- | sbin/dmesg/dmesg.8 | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/sbin/dmesg/dmesg.8 b/sbin/dmesg/dmesg.8 index b3648fc..af9da83 100644 --- a/sbin/dmesg/dmesg.8 +++ b/sbin/dmesg/dmesg.8 @@ -10,7 +10,7 @@ .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: +.\" must display the following acknowledgment: .\" This product includes software developed by the University of .\" California, Berkeley and its contributors. .\" 4. Neither the name of the University nor the names of its contributors @@ -30,6 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dmesg.8 8.1 (Berkeley) 6/5/93 +.\" $Id$ .\" .Dd June 5, 1993 .Dt DMESG 8 @@ -46,21 +47,24 @@ displays the contents of the system message buffer. .Pp The options are as follows: -.Bl -tag -width Ds +.Bl -tag -width indent .It Fl M Extract values associated with the name list from the specified core -instead of the default ``/dev/kmem''. +instead of the default +.Pa /dev/kmem . .It Fl N Extract the name list from the specified system instead of the default -``/kernel''. +.Pa /kernel . .El .Sh SEE ALSO .Xr syslogd 8 .Sh FILES -/dev/mem -/dev/kmem -/dev/drum -/kernel +.Bl -tag -width /etc/kmem -compact +.It Pa /dev/mem +.It Pa /dev/kmem +.It Pa /dev/drum +.It Pa /kernel +.El .Sh HISTORY The .Nm |