diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-04-22 17:23:57 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2001-04-22 17:23:57 +0000 |
commit | bd0dbc60b7182396d27b9b13c385b058a4901d66 (patch) | |
tree | b2228356dee30647ced0e694fc211baa57314548 /lib/libc/sys/mount.2 | |
parent | 9a3e30fd6cb383055a2e6c5dd61dea9749acbd5f (diff) |
In the verbiage for MNT_SOFTDEP add a reference to 'softdep' in
mount(8).
ok deraadt@
Diffstat (limited to 'lib/libc/sys/mount.2')
-rw-r--r-- | lib/libc/sys/mount.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 01ee6958c2e..549a7231ed5 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.2,v 1.20 2001/04/05 04:01:55 aaron Exp $ +.\" $OpenBSD: mount.2,v 1.21 2001/04/22 17:23:56 krw Exp $ .\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $ .\" .\" Copyright (c) 1980, 1989, 1993 @@ -101,7 +101,8 @@ All I/O to the filesystem should be done synchronously. All I/O to the filesystem should be done asynchronously. .It Dv MNT_SOFTDEP Use soft dependencies. -Applies to FFS filesystems only. +Applies to FFS filesystems only (see 'softdep' in +.Xr mount 8 ) . .El .Pp The flag |