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/man7 | |
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/man7')
-rw-r--r-- | share/man/man7/hier.7 | 9 |
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 |