Deleted Added
sdiff udiff text old ( 132467 ) new ( 138188 )
full compact
1.\" Copyright (c) 1989, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)statfs.2 8.5 (Berkeley) 5/24/95
33.\" $FreeBSD: head/lib/libc/sys/statfs.2 138188 2004-11-29 09:56:12Z ru $
34.\"
35.Dd November 26, 2004
36.Dt STATFS 2
37.Os
38.Sh NAME
39.Nm statfs
40.Nd get file system statistics
41.Sh LIBRARY
42.Lb libc
43.Sh SYNOPSIS

--- 59 unchanged lines hidden (view full) ---

103.Bl -tag -width MNT_SYNCHRONOUS
104.It Dv MNT_RDONLY
105The file system is mounted read-only;
106Even the super-user may not write on it.
107.It Dv MNT_NOEXEC
108Files may not be executed from the file system.
109.It Dv MNT_NOSUID
110Setuid and setgid bits on files are not honored when they are executed.
111.It Dv MNT_SYNCHRONOUS
112All I/O to the file system is done synchronously.
113.It Dv MNT_ASYNC
114No file system I/O is done synchronously.
115.It Dv MNT_SOFTDEP
116Soft updates being done (see
117.Xr ffs 7 ) .
118.It Dv MNT_SUIDDIR

--- 116 unchanged lines hidden ---