summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>1999-09-11 21:07:14 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>1999-09-11 21:07:14 +0000
commit07181581f9f9c9b75461f75c44abde98a3afdf94 (patch)
treef68777fa1976fa2627a621befbb721216930b4d4 /lib/libc
parent2f42dfd0a22bfb742d31061d70e5ba89db5d838b (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/fhopen.25
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2
index 4c306a652cb2..18838a237f1d 100644
--- a/lib/libc/sys/fhopen.2
+++ b/lib/libc/sys/fhopen.2
@@ -127,7 +127,10 @@ The
and
.Fn fhstatfs
functions first appeared in
-.Nx 1.5 .
+.Nx 1.5
+and was adapted to
+.Fx 4.0
+by Alfred Perlstein.
.Sh AUTHORS
This man page was written by
.An William Studenmund