Deleted Added
full compact
fstab.5 (33837) fstab.5 (37247)
1.\" Copyright (c) 1980, 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.\" @(#)fstab.5 8.1 (Berkeley) 6/5/93
1.\" Copyright (c) 1980, 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.\" @(#)fstab.5 8.1 (Berkeley) 6/5/93
33.\" $Id: fstab.5,v 1.7 1997/03/07 03:28:01 jmg Exp $
33.\" $Id: fstab.5,v 1.8 1998/02/26 02:17:42 jkh Exp $
34.\"
35.Dd June 5, 1993
36.Dt FSTAB 5
37.Os BSD 4
38.Sh NAME
39.Nm fstab
40.Nd static information about the filesystems
41.Sh SYNOPSIS

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

195The root filesystem should be specified with a
196.Fa fs_passno
197of 1, and other filesystems should have a
198.Fa fs_passno
199of 2.
200Filesystems within a drive will be checked sequentially,
201but filesystems on different drives will be checked at the
202same time to utilize parallelism available in the hardware.
34.\"
35.Dd June 5, 1993
36.Dt FSTAB 5
37.Os BSD 4
38.Sh NAME
39.Nm fstab
40.Nd static information about the filesystems
41.Sh SYNOPSIS

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

195The root filesystem should be specified with a
196.Fa fs_passno
197of 1, and other filesystems should have a
198.Fa fs_passno
199of 2.
200Filesystems within a drive will be checked sequentially,
201but filesystems on different drives will be checked at the
202same time to utilize parallelism available in the hardware.
203If the sixth field is not present or zero,
203If the sixth field is not present or is zero,
204a value of zero is returned and
205.Xr fsck 8
206will assume that the filesystem does not need to be checked.
207.Bd -literal
208#define FSTAB_RW "rw" /* read/write device */
209#define FSTAB_RQ "rq" /* read/write with quotas */
210#define FSTAB_RO "ro" /* read-only device */
211#define FSTAB_SW "sw" /* swap device */

--- 44 unchanged lines hidden ---
204a value of zero is returned and
205.Xr fsck 8
206will assume that the filesystem does not need to be checked.
207.Bd -literal
208#define FSTAB_RW "rw" /* read/write device */
209#define FSTAB_RQ "rq" /* read/write with quotas */
210#define FSTAB_RO "ro" /* read-only device */
211#define FSTAB_SW "sw" /* swap device */

--- 44 unchanged lines hidden ---