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/sparc/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/sparc/stand')
-rw-r--r-- | sys/arch/sparc/stand/installboot/installboot.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/stand/installboot/installboot.8 b/sys/arch/sparc/stand/installboot/installboot.8 index 14b0d65845d..59cba0b0025 100644 --- a/sys/arch/sparc/stand/installboot/installboot.8 +++ b/sys/arch/sparc/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.1 1997/09/17 10:46:21 downsj Exp $ +.\" $OpenBSD: installboot.8,v 1.2 1999/05/23 14:11:30 aaron Exp $ .\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -31,7 +31,7 @@ .\" .Dd September 29, 1995 .Dt INSTALLBOOT 8 -.Os +.Os .Sh NAME .Nm installboot .Nd install a bootstrap on an FFS filesystem partition |