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/amiga/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/amiga/stand')
-rw-r--r-- | sys/arch/amiga/stand/binpatch/binpatch.8 | 4 | ||||
-rw-r--r-- | sys/arch/amiga/stand/boot/installboot.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amiga/stand/binpatch/binpatch.8 b/sys/arch/amiga/stand/binpatch/binpatch.8 index e9807ffc03f..5458c86da8d 100644 --- a/sys/arch/amiga/stand/binpatch/binpatch.8 +++ b/sys/arch/amiga/stand/binpatch/binpatch.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: binpatch.8,v 1.2 1996/10/04 23:09:52 niklas Exp $ +.\" $OpenBSD: binpatch.8,v 1.3 1999/05/23 14:11:27 aaron Exp $ .\" $NetBSD: binpatch.8,v 1.3 1994/10/26 02:06:54 cgd Exp $ .\" .\" Copyright (c) 1994 Christian E. Hopps @@ -31,7 +31,7 @@ .\" .Dd February 2, 1994 .Dt BINPATCH 8 amiga -.Os +.Os .Sh NAME .Nm binpatch .Nd examine and or modify initialized data in a binary file. diff --git a/sys/arch/amiga/stand/boot/installboot.8 b/sys/arch/amiga/stand/boot/installboot.8 index 1aa993aece7..18fcb0a5a98 100644 --- a/sys/arch/amiga/stand/boot/installboot.8 +++ b/sys/arch/amiga/stand/boot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.2 1997/02/21 10:21:49 niklas Exp $ +.\" $OpenBSD: installboot.8,v 1.3 1999/05/23 14:11:27 aaron Exp $ .\" $NetBSD: installboot.8,v 1.1.1.1 1996/11/29 23:36:30 is Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -31,7 +31,7 @@ .\" .Dd November 29, 1996 .Dt INSTALLBOOT 8 -.Os +.Os .Sh NAME .Nm installboot .Nd install a bootstrap on an FFS filesystem partition |