Note that #lines are comments.
This commit is contained in:
parent
eaafa2dbd1
commit
f2a855ff0e
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: fstab.5,v 1.12 1998/06/29 23:50:51 mrg Exp $
|
.\" $NetBSD: fstab.5,v 1.13 1998/10/18 22:49:16 ross Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1989, 1991, 1993
|
.\" Copyright (c) 1980, 1989, 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -50,7 +50,8 @@ is only read by programs, and not written;
|
||||||
it is the duty of the system administrator to properly create
|
it is the duty of the system administrator to properly create
|
||||||
and maintain this file.
|
and maintain this file.
|
||||||
Each filesystem is described on a separate line;
|
Each filesystem is described on a separate line;
|
||||||
fields on each line are separated by tabs or spaces.
|
fields on each line are separated by tabs or spaces. Lines beginning
|
||||||
|
with ``#'' are comments.
|
||||||
The order of records in
|
The order of records in
|
||||||
.Nm
|
.Nm
|
||||||
is important because
|
is important because
|
||||||
|
|
Loading…
Reference in New Issue