Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2015 21:14:59 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r281470 - head/lib/libc/sys
Message-ID:  <201504122114.t3CLExfA018734@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Sun Apr 12 21:14:58 2015
New Revision: 281470
URL: https://svnweb.freebsd.org/changeset/base/281470

Log:
  Remove obsolete bits about maximum number of file systems.
  NMOUNT has gone together with static mount table in 4.3BSD-Reno.
  
  MFC after:	1 week

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

Modified: head/lib/libc/sys/mount.2
==============================================================================
--- head/lib/libc/sys/mount.2	Sun Apr 12 16:43:55 2015	(r281469)
+++ head/lib/libc/sys/mount.2	Sun Apr 12 21:14:58 2015	(r281470)
@@ -28,7 +28,7 @@
 .\"     @(#)mount.2	8.3 (Berkeley) 5/24/95
 .\" $FreeBSD$
 .\"
-.Dd January 26, 2010
+.Dd April 13, 2015
 .Dt MOUNT 2
 .Os
 .Sh NAME
@@ -351,11 +351,6 @@ The
 argument
 points outside the process's allocated address space.
 .El
-.Pp
-A
-.Em ufs
-mount can also fail if the maximum number of file systems are currently
-mounted.
 .Sh SEE ALSO
 .Xr lsvfs 1 ,
 .Xr mksnap_ffs 8 ,



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