diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-12-03 23:01:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-12-03 23:01:22 +0000 |
commit | f32d0b8119092285f9a61491fe3cf85d61bb534c (patch) | |
tree | 303a8880b08c4de91837ab90e8fdd97e9676d4b7 /sys | |
parent | 6fa544849dc025bd26420d59489d218746399709 (diff) |
Remove an OpenBSD-specific tweak regarding .Xr spacing
and make it compatible with bsd.lv mandoc and with groff-1.21.
This tweak was originally added for compatibility with groff-1.15,
which is no longer needed.
ok jmc@ kristaps@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/biosboot/biosboot.8 | 12 | ||||
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.8 | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/amd64/stand/biosboot/biosboot.8 b/sys/arch/amd64/stand/biosboot/biosboot.8 index 51c4a82af65..3999209af08 100644 --- a/sys/arch/amd64/stand/biosboot/biosboot.8 +++ b/sys/arch/amd64/stand/biosboot/biosboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biosboot.8,v 1.9 2010/08/10 20:34:16 sobrado Exp $ +.\" $OpenBSD: biosboot.8,v 1.10 2011/12/03 23:01:21 schwarze Exp $ .\" .\" Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com> .\" Copyright (c) 1997 Michael Shalayeff @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 10 2010 $ +.Dd $Mdocdate: December 3 2011 $ .Dt BIOSBOOT 8 amd64 .Os .Sh NAME @@ -49,7 +49,7 @@ with information about the location of .Xr boot 8 on disk. Specifically, it writes the filesystem block number of -.Xr boot 8 's +.Xr boot 8 Ns 's inode, the offset within this block of the inode, and various filesystem parameters (taken from the superblock) @@ -124,7 +124,7 @@ may fail with any of the following error messages: Too many indirect blocks. .Nm is capable of reading the direct blocks in -.Xr boot 8 's +.Xr boot 8 Ns 's inode (the location of which is patched into .Nm by @@ -155,14 +155,14 @@ On hard disks (default filesystem block size 16 KB) .Xr boot 8 to be over 64 MB in size! (Only direct blocks are required for -.Xr boot 8 s +.Xr boot 8 Ns s of up to 192 KB.) .It Er ERR M Bad magic. The ELF .Dq magic number \e7fELF in -.Xr boot 8 's +.Xr boot 8 Ns 's header was not found. This indicates that the first block of .Xr boot 8 diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8 index 0b733874139..679b79bc35f 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.23 2010/08/10 20:34:16 sobrado Exp $ +.\" $OpenBSD: biosboot.8,v 1.24 2011/12/03 23:01:21 schwarze Exp $ .\" .\" Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com> .\" Copyright (c) 1997 Michael Shalayeff @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 10 2010 $ +.Dd $Mdocdate: December 3 2011 $ .Dt BIOSBOOT 8 i386 .Os .Sh NAME @@ -49,7 +49,7 @@ with information about the location of .Xr boot 8 on disk. Specifically, it writes the filesystem block number of -.Xr boot 8 's +.Xr boot 8 Ns 's inode, the offset within this block of the inode, and various filesystem parameters (taken from the superblock) @@ -124,7 +124,7 @@ may fail with any of the following error messages: Too many indirect blocks. .Nm is capable of reading the direct blocks in -.Xr boot 8 's +.Xr boot 8 Ns 's inode (the location of which is patched into .Nm by @@ -155,14 +155,14 @@ On hard disks (default filesystem block size 16 KB) .Xr boot 8 to be over 64 MB in size! (Only direct blocks are required for -.Xr boot 8 s +.Xr boot 8 Ns s of up to 192 KB.) .It Er ERR M Bad magic. The ELF .Dq magic number \e7fELF in -.Xr boot 8 's +.Xr boot 8 Ns 's header was not found. This indicates that the first block of .Xr boot 8 |