Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 07:46:33 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r281729 - stable/10/lib/libc/sys
Message-ID:  <201504190746.t3J7kXql097080@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Sun Apr 19 07:46:32 2015
New Revision: 281729
URL: https://svnweb.freebsd.org/changeset/base/281729

Log:
  MFC r274933 (by bapt), r281470:
  
  r274933 - Ta is only allowed with Bl -column not in Bl -item
  r281470 - Remove obsolete bits about maximum number of file systems.

Modified:
  stable/10/lib/libc/sys/mount.2
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/sys/mount.2
==============================================================================
--- stable/10/lib/libc/sys/mount.2	Sun Apr 19 07:35:18 2015	(r281728)
+++ stable/10/lib/libc/sys/mount.2	Sun Apr 19 07:46:32 2015	(r281729)
@@ -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
@@ -86,7 +86,7 @@ containing
 .Fa niov
 elements.
 The following options are required by all file systems:
-.Bl -item -offset indent -compact
+.Bl -column fstype -offset indent
 .It
 .Li fstype Ta file system type name (e.g., Dq Li procfs )
 .It
@@ -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?201504190746.t3J7kXql097080>