svn commit: r203036 - head/lib/libc/sys

Edward Tomasz Napierala trasz at FreeBSD.org
Tue Jan 26 17:21:25 UTC 2010


Author: trasz
Date: Tue Jan 26 17:21:25 2010
New Revision: 203036
URL: http://svn.freebsd.org/changeset/base/203036

Log:
  Add information about when nmount(2) was introduced.

Modified:
  head/lib/libc/sys/mount.2

Modified: head/lib/libc/sys/mount.2
==============================================================================
--- head/lib/libc/sys/mount.2	Tue Jan 26 16:47:34 2010	(r203035)
+++ head/lib/libc/sys/mount.2	Tue Jan 26 17:21:25 2010	(r203036)
@@ -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.


More information about the svn-src-all mailing list