diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-08-03 15:21:18 +0000 |
commit | 3e822f562a2a9da115bd9d84adf5e211370ec4dd (patch) | |
tree | c741b4dc8f089128fff5c9825dbe60c28d66fb94 /share/man/man8/boot_config.8 | |
parent | ddd170dedc3aa5a283ca155d53a50407d8da8150 (diff) |
o) We don't like .Pp before/after .Sh;
o) .Nm always has argument in .Sh SYNOPSIS;
o) We always closes .Bl and .Bd tags;
millert@ ok
Diffstat (limited to 'share/man/man8/boot_config.8')
-rw-r--r-- | share/man/man8/boot_config.8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man8/boot_config.8 b/share/man/man8/boot_config.8 index 63622231217..11ed7bde348 100644 --- a/share/man/man8/boot_config.8 +++ b/share/man/man8/boot_config.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_config.8,v 1.14 2000/11/10 20:02:19 todd Exp $ +.\" $OpenBSD: boot_config.8,v 1.15 2001/08/03 15:21:17 mpech Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson .\" All rights reserved. @@ -101,7 +101,6 @@ Without arguments, displays its current value. .It Ic verbose Toggle the autoconfig verbose variable. .El -.Pp .Sh EXAMPLES The ethernet card is not detected at boot because the kernel configuration does not match the physical hardware configuration, |