diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-23 14:11:41 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-23 14:11:41 +0000 |
commit | 18cf786954e1bd6b1bb79070fceb4fecbad6d488 (patch) | |
tree | 0bc8554e6274bdee7e759f2d2d6a1e20fed0cdbb /sys/arch/i386/stand | |
parent | bd3846209995d875b04576fcb40766bbc82c16c6 (diff) |
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.8 | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/installboot/installboot.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8 index 248691f674f..0540146c81c 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.8 +++ b/sys/arch/i386/stand/biosboot/biosboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biosboot.8,v 1.8 1999/05/16 19:57:53 alex Exp $ +.\" $OpenBSD: biosboot.8,v 1.9 1999/05/23 14:11:28 aaron Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -31,7 +31,7 @@ .\" .Dd September 1, 1997 .Dt BIOSBOOT 8 i386 -.Os OpenBSD 2.1 +.Os .Sh NAME .Nm biosboot .Nd diff --git a/sys/arch/i386/stand/installboot/installboot.8 b/sys/arch/i386/stand/installboot/installboot.8 index 5580a1e92e2..25db5c0b686 100644 --- a/sys/arch/i386/stand/installboot/installboot.8 +++ b/sys/arch/i386/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.16 1999/05/16 19:57:54 alex Exp $ +.\" $OpenBSD: installboot.8,v 1.17 1999/05/23 14:11:28 aaron Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .Dd 1 Sep 1997 .Dt INSTALLBOOT 8 -.Os +.Os .Sh NAME .Nm installboot .Nd install a bootstrap on a FFS disk or partition |