diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-27 08:57:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-06-27 08:57:20 +0000 |
commit | 009e4169664c2072a3dd795cd43ed6443c96f5be (patch) | |
tree | 0aa9786fb8ede6b09db39a2f7e53fd1fe84e9719 | |
parent | f835f416e196bca860a5ce9e2d75d9e46fd31373 (diff) |
`noauto' affects mount -A too...
ok millert@
-rw-r--r-- | share/man/man5/fstab.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index 57778cbeef6..fbd0fa98a84 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstab.5,v 1.29 2005/03/09 01:50:28 pvalchev Exp $ +.\" $OpenBSD: fstab.5,v 1.30 2005/06/27 08:57:19 jmc Exp $ .\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -143,6 +143,8 @@ can be used in the .Dq noauto form to cause a file system not to be mounted automatically (with +.Ic mount -A +or .Ic mount -a , or at system boot time). .Pp |