Module Name: src
Committed By: dyoung
Date: Fri Dec 18 23:37:38 UTC 2009
Modified Files:
src/share/man/man4: vnd.4
Log Message:
Note in BUGS section that vnd(4) does not work on sparse files.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/man/man4/vnd.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/vnd.4
diff -u src/share/man/man4/vnd.4:1.16 src/share/man/man4/vnd.4:1.17
--- src/share/man/man4/vnd.4:1.16 Thu Mar 26 17:33:41 2009
+++ src/share/man/man4/vnd.4 Fri Dec 18 23:37:38 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: vnd.4,v 1.16 2009/03/26 17:33:41 joerg Exp $
+.\" $NetBSD: vnd.4,v 1.17 2009/12/18 23:37:38 dyoung Exp $
.\"
.\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 1, 2006
+.Dd December 18, 2009
.Dt VND 4
.Os
.Sh NAME
@@ -93,3 +93,7 @@
The
.Nm
driver does not work if the file does not reside in a local filesystem.
+.Pp
+The
+.Nm
+driver does not work if the file is sparse.