diff options
author | 2010-08-10 20:34:15 +0000 | |
---|---|---|
committer | 2010-08-10 20:34:15 +0000 | |
commit | 56eb586fc13d9b2fc7cd71e5bbfc1a477e14d3e2 (patch) | |
tree | 85165be80172ea1af7be5ccedd08e9cf95e91bd6 /share/man | |
parent | spaces and tabs, no binary change (diff) | |
download | wireguard-openbsd-56eb586fc13d9b2fc7cd71e5bbfc1a477e14d3e2.tar.xz wireguard-openbsd-56eb586fc13d9b2fc7cd71e5bbfc1a477e14d3e2.zip |
add a description for bsd.sp where appropriate; while here, write
"multiprocessor" in a consistent way.
written with lots of good advice from jmc@, who noted that changing
hier(7) was not enough and carefully reviewed this diff.
ok jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/hier.7 | 9 | ||||
-rw-r--r-- | share/man/man8/man8.amd64/boot_amd64.8 | 8 | ||||
-rw-r--r-- | share/man/man8/man8.i386/boot_i386.8 | 8 |
3 files changed, 16 insertions, 9 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index daa4968eb99..4153159c7f5 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.85 2010/07/05 22:26:20 tedu Exp $ +.\" $OpenBSD: hier.7,v 1.86 2010/08/10 20:34:15 sobrado Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: July 5 2010 $ +.Dd $Mdocdate: August 10 2010 $ .Dt HIER 7 .Os .Sh NAME @@ -56,12 +56,15 @@ Pure kernel executable (the operating system loaded into memory at boot-time). .It /bsd.mp Pure kernel executable -for multi-processor machines. +for multiprocessor machines. .It /bsd.rd Installation kernel. The built-in RAM disk contains utilities which can be run without an external file system, so this kernel is useful for limited system maintenance too. +.It /bsd.sp +Pure kernel executable +for single processor machines. .It /dev/ Block and character device files. .Pp diff --git a/share/man/man8/man8.amd64/boot_amd64.8 b/share/man/man8/man8.amd64/boot_amd64.8 index b2abbb1adbb..580f81c3698 100644 --- a/share/man/man8/man8.amd64/boot_amd64.8 +++ b/share/man/man8/man8.amd64/boot_amd64.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_amd64.8,v 1.6 2007/05/31 19:19:59 jmc Exp $ +.\" $OpenBSD: boot_amd64.8,v 1.7 2010/08/10 20:34:15 sobrado Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 10 2010 $ .Dt BOOT_AMD64 8 amd64 .Os .Sh NAME @@ -153,8 +153,10 @@ It is also possible to force other behaviours from ddb. .Bl -tag -width /usr/mdec/biosboot -compact .It Pa /bsd default system kernel +.It Pa /bsd.sp +single processor capable kernel .It Pa /bsd.mp -multi-processor capable kernel +multiprocessor capable kernel .It Pa /bsd.rd standalone installation kernel, suitable for disaster recovery .It Pa /usr/mdec/mbr diff --git a/share/man/man8/man8.i386/boot_i386.8 b/share/man/man8/man8.i386/boot_i386.8 index c82942ab22f..2fb3676aab6 100644 --- a/share/man/man8/man8.i386/boot_i386.8 +++ b/share/man/man8/man8.i386/boot_i386.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_i386.8,v 1.14 2007/05/31 19:19:59 jmc Exp $ +.\" $OpenBSD: boot_i386.8,v 1.15 2010/08/10 20:34:15 sobrado Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 10 2010 $ .Dt BOOT_I386 8 i386 .Os .Sh NAME @@ -158,8 +158,10 @@ It is also possible to force other behaviours from ddb. .Bl -tag -width /usr/mdec/biosboot -compact .It Pa /bsd default system kernel +.It Pa /bsd.sp +single processor capable kernel .It Pa /bsd.mp -multi-processor capable kernel +multiprocessor capable kernel .It Pa /bsd.rd standalone installation kernel, suitable for disaster recovery .It Pa /usr/mdec/mbr |