summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2022-06-27 16:39:35 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2022-06-27 16:39:35 +0000
commit151c80ce31dca8de215a4008645b98e344e6fa18 (patch)
tree76f809c7e20c5efbeaaa66153504ffad3e58b566 /sys/arch
parent8c08e2d52adda02edb8e94b5be17f83c891187ed (diff)
zap extraneous .Pp
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/stand/biosboot/biosboot.83
-rw-r--r--sys/arch/i386/stand/biosboot/biosboot.83
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/amd64/stand/biosboot/biosboot.8 b/sys/arch/amd64/stand/biosboot/biosboot.8
index 9cb6390c6aa..e1dee735319 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.14 2022/06/27 16:10:07 deraadt Exp $
+.\" $OpenBSD: biosboot.8,v 1.15 2022/06/27 16:39:34 jmc Exp $
.\"
.\" Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com>
.\" Copyright (c) 1997 Michael Shalayeff
@@ -170,7 +170,6 @@ The BIOS returned an error indication when
attempted to read a disk sector.
This might be any media error, including bad sectors (common on floppy disks),
and invalid sectors (can occur with bad geometry translations).
-.Pp
.It Er ERR X
Can't boot.
Issued when trying to read sectors in CHS mode,
diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8
index a1b8a4ebde7..b91a66559bf 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.28 2022/06/27 16:10:09 deraadt Exp $
+.\" $OpenBSD: biosboot.8,v 1.29 2022/06/27 16:39:34 jmc Exp $
.\"
.\" Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com>
.\" Copyright (c) 1997 Michael Shalayeff
@@ -170,7 +170,6 @@ The BIOS returned an error indication when
attempted to read a disk sector.
This might be any media error, including bad sectors (common on floppy disks),
and invalid sectors (can occur with bad geometry translations).
-.Pp
.It Er ERR X
Can't boot.
Issued when trying to read sectors in CHS mode,