Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Note in BUGS section that vnd(4) does not wor...



details:   https://anonhg.NetBSD.org/src/rev/24b7e32cac41
branches:  trunk
changeset: 750141:24b7e32cac41
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Fri Dec 18 23:37:38 2009 +0000

description:
Note in BUGS section that vnd(4) does not work on sparse files.

diffstat:

 share/man/man4/vnd.4 |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b6b2c4e40cae -r 24b7e32cac41 share/man/man4/vnd.4
--- a/share/man/man4/vnd.4      Fri Dec 18 23:22:28 2009 +0000
+++ b/share/man/man4/vnd.4      Fri Dec 18 23:37:38 2009 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index