svn commit: r281729 - stable/10/lib/libc/sys

Sergey Kandaurov pluknet at FreeBSD.org
Sun Apr 19 07:46:33 UTC 2015


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 ,


More information about the svn-src-all mailing list