summaryrefslogtreecommitdiff
path: root/share/man/man7
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2010-08-10 20:34:17 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2010-08-10 20:34:17 +0000
commit79a72349bec8e74b43cc6659decb01e592aab086 (patch)
treed51830460c92ab1c41cc2e546bd4af793a8d056b /share/man/man7
parent62ead2c6af5765ed676a477cd1ae74e22e762852 (diff)
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/man7')
-rw-r--r--share/man/man7/hier.79
1 files changed, 6 insertions, 3 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