Module Name: src
Committed By: wiz
Date: Fri Jun 17 18:12:32 UTC 2011
Modified Files:
src/lib/libc/sys: mount.2
Log Message:
Fix wording (if I understand the sentence correctly).
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/lib/libc/sys/mount.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/mount.2
diff -u src/lib/libc/sys/mount.2:1.47 src/lib/libc/sys/mount.2:1.48
--- src/lib/libc/sys/mount.2:1.47 Fri Jun 17 18:08:53 2011
+++ src/lib/libc/sys/mount.2 Fri Jun 17 18:12:32 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount.2,v 1.47 2011/06/17 18:08:53 wiz Exp $
+.\" $NetBSD: mount.2,v 1.48 2011/06/17 18:12:32 wiz Exp $
.\"
.\" Copyright (c) 1980, 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -120,8 +120,8 @@
performed, allowing the actual writes to be deferred.
This improves performance in most cases.
.It MNT_EXTATTR
-Enable extended attributes, if the filesystem supports them and do not enable
-them by default.
+Enable extended attributes, if the filesystem supports them and
+does not enable them by default.
Currently this is only the case for UFS1.
.El
.Pp