]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/dup.2
xnu-6153.121.1.tar.gz
[apple/xnu.git] / bsd / man / man2 / dup.2
index 897966a525f102e88ff65c53f1e5b2d6e0ee6eae..ec0f84d3288d1bd79af9ea5dbf676984efbfd1d3 100644 (file)
@@ -52,7 +52,7 @@
 .Fa "int fildes2"
 .Fc
 .Sh DESCRIPTION
-.Fn Dup
+.Fn dup
 duplicates an existing object descriptor
 and returns its value to the calling process
 .Fa ( fildes2
@@ -157,7 +157,7 @@ is negative or greater than the maximum allowable number (see getdtablesize(2)).
 .Xr socket 2 ,
 .Xr socketpair 2
 .Sh STANDARDS
-.Fn Dup
+.Fn dup
 and
 .Fn dup2
 are expected to conform to