aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-10-24 19:44:23 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-10-24 19:44:23 +0000
commit9d6c85734da768cfcde6fc3d9d327444be87e612 (patch)
tree7a0237bed540968ac75ce5f637fcc758881fd755
parentb6b3698c8e19af05ff3f58fa1fdfec6291358b3c (diff)
Notes
-rw-r--r--share/man/man4/fd.415
1 files changed, 14 insertions, 1 deletions
diff --git a/share/man/man4/fd.4 b/share/man/man4/fd.4
index 3b76b7aea711e..99a05317c4fb4 100644
--- a/share/man/man4/fd.4
+++ b/share/man/man4/fd.4
@@ -81,6 +81,17 @@ call other than
and
.Dv O_RDWR
are ignored.
+.Sh IMPLEMENTATION NOTES
+By default,
+.Pa /dev/fd
+is provided by
+.Xr devfs 5 ,
+which provides nodes for the first three file descriptors.
+Some sites may require nodes for additional file descriptors; these can be
+made available by mounting
+.Xr fdescfs 5
+on
+.Pa /dev/fd .
.Sh FILES
.Bl -tag -width /dev/stderr -compact
.It Pa /dev/fd/#
@@ -89,4 +100,6 @@ are ignored.
.It Pa /dev/stderr
.El
.Sh SEE ALSO
-.Xr tty 4
+.Xr tty 4 ,
+.Xr devfs 5 ,
+.Xr fdescfs 5