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 /share/man/man8/man8.i386 | |
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 'share/man/man8/man8.i386')
-rw-r--r-- | share/man/man8/man8.i386/MAKEDEV.8 | 4 | ||||
-rw-r--r-- | share/man/man8/man8.i386/boot.com.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8 index 0068f21e5ad..e04049aee75 100644 --- a/share/man/man8/man8.i386/MAKEDEV.8 +++ b/share/man/man8/man8.i386/MAKEDEV.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.8 1999/05/16 19:57:42 alex Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.9 1999/05/23 14:11:23 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -65,7 +65,7 @@ .\" .Dd July 27, 1997 .Dt MAKEDEV 8 -.Os OpenBSD +.Os .Sh NAME .Nm MAKEDEV .Nd create system and device special files diff --git a/share/man/man8/man8.i386/boot.com.8 b/share/man/man8/man8.i386/boot.com.8 index c252250930c..ccc926fd996 100644 --- a/share/man/man8/man8.i386/boot.com.8 +++ b/share/man/man8/man8.i386/boot.com.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.com.8,v 1.2 1997/10/03 20:01:31 deraadt Exp $ +.\" $OpenBSD: boot.com.8,v 1.3 1999/05/23 14:11:23 aaron Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -38,7 +38,7 @@ .\" .Dd April 28, 1997 .Dt boot.com 8 i386 -.Os OpenBSD +.Os .Sh NAME .Nm boot.com .Nd Boot an OpenBSD kernel from MS-DOS |