From c4e951879402ead9efd152b7529b0e501b22b8a8 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Sat, 26 Aug 1995 06:06:15 +0000 Subject: [PATCH] Document the -a option, and mention ``noauto''. --- sbin/mount/mount.8 | 5 +++++ sbin/mount_ifs/mount.8 | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 7be6e1358a7..62a9854355e 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -74,6 +74,11 @@ this list is printed. .Pp The options are as follows: .Bl -tag -width indent +.It Fl a +Causes all filesystems listed in +.Pa /etc/fstab +(except those with the ``noauto'' option) to be mounted. This is normally +done during system startup. .It Fl d Causes everything to be done except for the actual system call. This option is useful in conjunction with the diff --git a/sbin/mount_ifs/mount.8 b/sbin/mount_ifs/mount.8 index 7be6e1358a7..62a9854355e 100644 --- a/sbin/mount_ifs/mount.8 +++ b/sbin/mount_ifs/mount.8 @@ -74,6 +74,11 @@ this list is printed. .Pp The options are as follows: .Bl -tag -width indent +.It Fl a +Causes all filesystems listed in +.Pa /etc/fstab +(except those with the ``noauto'' option) to be mounted. This is normally +done during system startup. .It Fl d Causes everything to be done except for the actual system call. This option is useful in conjunction with the