Deleted Added
full compact
df.1 (139969) df.1 (140353)
1.\"-
2.\" Copyright (c) 1989, 1990, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" @(#)df.1 8.3 (Berkeley) 5/8/95
1.\"-
2.\" Copyright (c) 1989, 1990, 1993
3.\" The Regents of the University of California. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" @(#)df.1 8.3 (Berkeley) 5/8/95
30.\" $FreeBSD: head/bin/df/df.1 139969 2005-01-10 08:39:26Z imp $
30.\" $FreeBSD: head/bin/df/df.1 140353 2005-01-16 16:41:59Z ru $
31.\"
32.Dd April 22, 2004
33.Dt DF 1
34.Os
35.Sh NAME
36.Nm df
37.Nd display free disk space
38.Sh SYNOPSIS

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

142.El
143.Sh ENVIRONMENT
144.Bl -tag -width BLOCKSIZE
145.It Ev BLOCKSIZE
146If the environment variable
147.Ev BLOCKSIZE
148is set, the block counts will be displayed in units of that size block.
149.El
31.\"
32.Dd April 22, 2004
33.Dt DF 1
34.Os
35.Sh NAME
36.Nm df
37.Nd display free disk space
38.Sh SYNOPSIS

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

142.El
143.Sh ENVIRONMENT
144.Bl -tag -width BLOCKSIZE
145.It Ev BLOCKSIZE
146If the environment variable
147.Ev BLOCKSIZE
148is set, the block counts will be displayed in units of that size block.
149.El
150.Sh BUGS
151The
152.Fl n
153flag is ignored if a file or file system is specified.
154Also, if a mount
155point is not accessible by the user, it is possible that the file system
156information could be stale.
157.Sh SEE ALSO
158.Xr lsvfs 1 ,
159.Xr quota 1 ,
160.Xr fstatfs 2 ,
161.Xr getfsstat 2 ,
162.Xr statfs 2 ,
163.Xr getmntinfo 3 ,
164.Xr fstab 5 ,
165.Xr mount 8 ,
166.Xr quot 8
167.Sh HISTORY
168A
169.Nm
170command appeared in
171.At v1 .
150.Sh SEE ALSO
151.Xr lsvfs 1 ,
152.Xr quota 1 ,
153.Xr fstatfs 2 ,
154.Xr getfsstat 2 ,
155.Xr statfs 2 ,
156.Xr getmntinfo 3 ,
157.Xr fstab 5 ,
158.Xr mount 8 ,
159.Xr quot 8
160.Sh HISTORY
161A
162.Nm
163command appeared in
164.At v1 .
165.Sh BUGS
166The
167.Fl n
168flag is ignored if a file or file system is specified.
169Also, if a mount
170point is not accessible by the user, it is possible that the file system
171information could be stale.