summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-07-30 12:46:51 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-07-30 12:46:51 +0000
commit34a09b028fa150e2b3259fecf60d0e1c03f91c98 (patch)
tree0cbe2c7866fd4d0361dd78a41ee4c38330c4ae1d /lib/libc
parent3c726df0928cacfc66912d72f9d523c037a52849 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/msgctl.35
-rw-r--r--lib/libc/gen/msgget.33
-rw-r--r--lib/libc/gen/msgrcv.34
-rw-r--r--lib/libc/sys/pipe.24
4 files changed, 10 insertions, 6 deletions
diff --git a/lib/libc/gen/msgctl.3 b/lib/libc/gen/msgctl.3
index 130b1f248ac7..8570565a3868 100644
--- a/lib/libc/gen/msgctl.3
+++ b/lib/libc/gen/msgctl.3
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: msgctl.3,v 1.5 1997/11/23 17:58:36 bde Exp $
.\"/
.Dd November 24, 1997
.Dt MSGCTL 3
@@ -206,4 +206,5 @@ specifies an invalid address.
.Xr msgrcv 3 ,
.Xr msgsnd 3
.Sh HISTORY
-Message queues appeared in the first release of AT&T Unix System V.
+Message queues appeared in the first release of
+.At V .
diff --git a/lib/libc/gen/msgget.3 b/lib/libc/gen/msgget.3
index 72a07e4be83f..d54028a789ac 100644
--- a/lib/libc/gen/msgget.3
+++ b/lib/libc/gen/msgget.3
@@ -131,4 +131,5 @@ was found.
.Xr msgrcv 3 ,
.Xr msgsnd 3
.Sh HISTORY
-Message queues appeared in the first release of AT&T Unix System V.
+Message queues appeared in the first release of
+.At V .
diff --git a/lib/libc/gen/msgrcv.3 b/lib/libc/gen/msgrcv.3
index ff09309d584f..fd154204d51e 100644
--- a/lib/libc/gen/msgrcv.3
+++ b/lib/libc/gen/msgrcv.3
@@ -28,7 +28,7 @@
.\" 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.
-.\" $Id$
+.\" $Id: msgrcv.3,v 1.5 1997/11/23 17:58:38 bde Exp $
.\"
.\"/
.Dd November 24, 1997
@@ -206,4 +206,4 @@ should be used when no suitable message is available and
is set.
.Sh HISTORY
Message queues appeared in the first release of
-AT&T Unix System V.
+.At V .
diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2
index 1a3c4a432a60..ec2124082097 100644
--- a/lib/libc/sys/pipe.2
+++ b/lib/libc/sys/pipe.2
@@ -114,7 +114,9 @@ space.
.Sh HISTORY
A
.Fn pipe
-function call appeared in Version 3 AT&T UNIX.
+function call appeared in
+.At v3 .
.Pp
Bidirectional pipes were first used on
.At V.4 .
+.At V.4 .