aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/dup.2
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-12-01 22:48:20 +0000
committerWarner Losh <imp@FreeBSD.org>2017-12-01 22:48:20 +0000
commit8e0cd68ff4710c04229c8945feb145d1471e40fe (patch)
treeba95eb803bf8e555939902e66722d5ec636d47f2 /lib/libc/sys/dup.2
parentb05a4a9db702b8f616b1537d418175c7f658d16f (diff)
downloadsrc-8e0cd68ff4710c04229c8945feb145d1471e40fe.tar.gz
src-8e0cd68ff4710c04229c8945feb145d1471e40fe.zip
Correct history for Unix 2nd Edition through 6th Edition for the
system calls. Man pages are missing for v2 and v5, so any entries for those versions were inferred by new implementations of these functions in libc. Obtained from: http://www.tuhs.org/cgi-bin/utree.pl
Notes
Notes: svn path=/head/; revision=326437
Diffstat (limited to 'lib/libc/sys/dup.2')
-rw-r--r--lib/libc/sys/dup.28
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2
index ca5f4aa00260..a617ab0da9e6 100644
--- a/lib/libc/sys/dup.2
+++ b/lib/libc/sys/dup.2
@@ -28,7 +28,7 @@
.\" @(#)dup.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd June 1, 2013
+.Dd December 1, 2017
.Dt DUP 2
.Os
.Sh NAME
@@ -163,7 +163,9 @@ system calls are expected to conform to
.Sh HISTORY
The
.Fn dup
-and
+function appeared in
+.At v3 .
+The
.Fn dup2
-functions appeared in
+function appeared in
.At v7 .