diff options
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/mount.2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 6ce2d4d..b65c1b6 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -28,7 +28,7 @@ .\" @(#)mount.2 8.3 (Berkeley) 5/24/95 .\" $FreeBSD$ .\" -.Dd February 23, 2005 +.Dd January 26, 2010 .Dt MOUNT 2 .Os .Sh NAME @@ -368,5 +368,9 @@ and .Fn unmount functions appeared in .At v6 . +The +.Fn nmount +system call first appeared in +.Fx 5.0 . .Sh BUGS Some of the error codes need translation to more obvious messages. |