summaryrefslogtreecommitdiffstats
path: root/mount/fstab.5
diff options
context:
space:
mode:
Diffstat (limited to 'mount/fstab.5')
-rw-r--r--mount/fstab.519
1 files changed, 1 insertions, 18 deletions
diff --git a/mount/fstab.5 b/mount/fstab.5
index 2db55030d..b0cd7635a 100644
--- a/mount/fstab.5
+++ b/mount/fstab.5
@@ -45,11 +45,9 @@
fstab \- static information about the filesystems
.SH SYNOPSIS
.B /etc/fstab
-.sp
-.B /etc/fstab.d
.SH DESCRIPTION
The file
-.B /etc/fstab
+.B fstab
contains descriptive information about the various file systems.
.B fstab
is only read by programs, and not written; it is the duty of the system
@@ -67,20 +65,6 @@ sequentially iterate through
.B fstab
doing their thing.
-The directory
-.B /etc/fstab.d
-is optional and contains fstab-like files. All files without .fstab extension or with '.' prefix
-are ignored. The directory
-.B /etc/fstab.d
-is supported by
-.BR mount (8)
-and
-.BR umount (8)
-programs only if linked with libmount. The files in the directory are parsed in
-order defined by
-.BR strverscmp (3)
-function. The command \fBfindmnt --fstab\fP returns complete list of the filesystems.
-
.B The first field
.RI ( fs_spec ).
.RS
@@ -260,7 +244,6 @@ or
.SH "SEE ALSO"
.BR mount (8),
.BR swapon (8),
-.BR findmnt (8),
.BR fs (5),
.BR nfs (5),
.BR xfs (5),