Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2010 17:21:25 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203036 - head/lib/libc/sys
Message-ID:  <201001261721.o0QHLPbV053693@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001261721.o0QHLPbV053693>