Index: mount.8 =================================================================== RCS file: /cvsroot/src/sbin/mount/mount.8,v retrieving revision 1.49 diff -u -r1.49 mount.8 --- mount.8 2 Feb 2006 16:24:09 -0000 1.49 +++ mount.8 3 Feb 2006 21:02:16 -0000 @@ -29,7 +29,7 @@ .\" .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 .\" -.Dd January 13, 2006 +.Dd February 3, 2006 .Dt MOUNT 8 .Os .Sh NAME @@ -227,6 +227,12 @@ flag and a filesystem is already mounted read/write. This option has gone through moderate to heavy testing, but should still be used with care. +Mounting a file system with +.Cm softdep +precludes its mounting +with +.Cm async +(and vice versa). It requires the .Dv SOFTDEP option to be enabled in the running kernel.