Module Name: src
Committed By: pgoyette
Date: Thu Aug 20 10:42:09 UTC 2015
Modified Files:
src/share/man/man4: options.4 sem.4
Log Message:
P1003_1B_SEMAPHORE is no longer optional
To generate a diff of this commit:
cvs rdiff -u -r1.447 -r1.448 src/share/man/man4/options.4
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/sem.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.447 src/share/man/man4/options.4:1.448
--- src/share/man/man4/options.4:1.447 Fri Aug 7 07:34:56 2015
+++ src/share/man/man4/options.4 Thu Aug 20 10:42:09 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.447 2015/08/07 07:34:56 maxv Exp $
+.\" $NetBSD: options.4,v 1.448 2015/08/20 10:42:09 pgoyette Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -495,11 +495,6 @@ Beware - if this option is on, the kerne
unknown ELF binaries as if they were
.Nx
binaries.
-.It Cd options P1003_1B_SEMAPHORE
-Includes kernel support for the standard C library
-.Pq libc
-functions that implement semaphores as specified in
-.St -p1003.1-96 .
.El
.Ss Debugging Options
.Bl -ohang
Index: src/share/man/man4/sem.4
diff -u src/share/man/man4/sem.4:1.4 src/share/man/man4/sem.4:1.5
--- src/share/man/man4/sem.4:1.4 Fri Mar 1 18:39:52 2013
+++ src/share/man/man4/sem.4 Thu Aug 20 10:42:09 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: sem.4,v 1.4 2013/03/01 18:39:52 joerg Exp $
+.\" $NetBSD: sem.4,v 1.5 2015/08/20 10:42:09 pgoyette Exp $
.\"
.\" Copyright (c) 2002 Tim J. Robbins
.\" All rights reserved.
@@ -33,10 +33,7 @@
.Nm sem
.Nd POSIX semaphores
.Sh SYNOPSIS
-To link into the kernel:
-.Bd -ragged -offset indent
-.Cd "options P1003_1B_SEMAPHORE"
-.Ed
+The POSIX semaphore code is included by default in all kernels.
.Sh DESCRIPTION
The
.Nm
@@ -58,4 +55,7 @@ semaphores.
The
.Nm
facility appeared as a kernel option in
-.Nx 2.0 .
+.Nx 2.0
+and became non-optional in
+.Nx 7.0 .
+