diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-12-13 22:39:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-12-13 22:39:59 +0000 |
commit | 8649b42db309dd16d1bea888581d82a940b2b8c9 (patch) | |
tree | e399421dc98d0681d634a06b1027e3aad8aa5215 /share | |
parent | f14c37a451923432930af327bdf6498f2325b1f2 (diff) |
delete a '?' to make work around a bug in mdoc. This is wrong but at least now it doesn't ignore lines...
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/boot_config.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/boot_config.8 b/share/man/man8/boot_config.8 index ffbfef9e096..4694cfb2bc3 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.5 1998/12/13 22:28:39 millert Exp $ +.\" $OpenBSD: boot_config.8,v 1.6 1998/12/13 22:39:58 millert Exp $ .\" .\" Copyright (c) 1996 Mats O Jansson .\" All rights reserved. @@ -176,7 +176,7 @@ kernel. If a new device is added, following devices will be renumbered. 18 ep* at pcmcia* dev -1 irq -1 .No UKC> Ic add ep1 .No "Clone Device (DevNo, 'q' or '?') ?" Ic 13 -.No "Insert before Device (DevNo, 'q' or '?') ?" Ic 14 +.No "Insert before Device (DevNo, 'q' or '?')" Ic 14 14 ep1 at pci* dev -1 function -1 .No UKC> Ic change 14 14 ep1 at pci* dev -1 function -1 |