summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>1999-10-30 16:05:26 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>1999-10-30 16:05:26 +0000
commit9b8ef6b73a9d7bf9a7e46a26a1439ac709c55433 (patch)
tree4ea94e27c936b55ce07d838ae5aca4d309380094
parentfce5ff3017e727267c5437359c24883923c1aab7 (diff)
downloadsrc-test2-9b8ef6b73a9d7bf9a7e46a26a1439ac709c55433.tar.gz
src-test2-9b8ef6b73a9d7bf9a7e46a26a1439ac709c55433.zip
Notes
-rw-r--r--share/man/man4/smp.47
-rw-r--r--usr.sbin/mptable/mptable.12
2 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man4/smp.4 b/share/man/man4/smp.4
index 3535d8f6fece..4bae004fdebf 100644
--- a/share/man/man4/smp.4
+++ b/share/man/man4/smp.4
@@ -19,10 +19,10 @@
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
.\"
-.\" SUCH DAMAGE.
.Dd August 4, 1997
.Dt SMP 4
.Os FreeBSD 3.0
@@ -35,20 +35,16 @@
The
.Nm
kernel implements symmetric multiprocessor support.
-
.Sh COMPATIBILITY
The
.Nm
kernel supports motherboards that follow the Intel MP specification,
version 1.4.
-
.Sh BUGS
That would be a good guess...
-
.Sh SEE ALSO
.Xr mptable 1 ,
.Xr dmesg 8
-
.Sh HISTORY
The
.Nm
@@ -56,6 +52,5 @@ kernel's early history is not (properly) recorded. It was developed
in a separate CVS branch until April 26, 1997, at which point it was
merged into 3.0-current. By this date 3.0-current had already been
merged with Lite2 kernel code.
-
.Sh AUTHORS
.An Steve Passe Aq fsmp@FreeBSD.org
diff --git a/usr.sbin/mptable/mptable.1 b/usr.sbin/mptable/mptable.1
index 3b474b6cb40c..44bfcdb1b93c 100644
--- a/usr.sbin/mptable/mptable.1
+++ b/usr.sbin/mptable/mptable.1
@@ -19,10 +19,10 @@
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
.\"
.\" $FreeBSD$
.\"
-.\" SUCH DAMAGE.
.Dd April 28, 1997
.Dt MPTABLE 1
.Os