Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Use unixish term "hole" instead od "sparce" (which looks lik...
details: https://anonhg.NetBSD.org/src/rev/e0240de259a4
branches: trunk
changeset: 476129:e0240de259a4
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Sep 07 08:16:13 1999 +0000
description:
Use unixish term "hole" instead od "sparce" (which looks like it
should be "sparse" anyway).
Noted by Soren Jorvang <soren%NetBSD.org@localhost>.
diffstat:
sbin/mount_ntfs/mount_ntfs.8 | 4 ++--
sys/ntfs/ntfs_subr.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 334352a76270 -r e0240de259a4 sbin/mount_ntfs/mount_ntfs.8
--- a/sbin/mount_ntfs/mount_ntfs.8 Tue Sep 07 07:41:45 1999 +0000
+++ b/sbin/mount_ntfs/mount_ntfs.8 Tue Sep 07 08:16:13 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_ntfs.8,v 1.3 1999/08/05 15:45:01 jdolecek Exp $
+.\" $NetBSD: mount_ntfs.8,v 1.4 1999/09/07 08:16:14 jdolecek Exp $
.\"
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
.\" Copyright (c) 1999 Semen Ustimenko
@@ -112,7 +112,7 @@
.Pp
.Sh WRITING
There is limited writing ability. Limitations: file must be nonresident
-and must not contain any sparces (uninitialized areas), compressed
+and must not contain any holes (uninitialized areas), compressed
files are not supported either.
.Sh SEE ALSO
.Xr mount 2 ,
diff -r 334352a76270 -r e0240de259a4 sys/ntfs/ntfs_subr.c
--- a/sys/ntfs/ntfs_subr.c Tue Sep 07 07:41:45 1999 +0000
+++ b/sys/ntfs/ntfs_subr.c Tue Sep 07 08:16:13 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ntfs_subr.c,v 1.12 1999/09/05 12:30:56 jdolecek Exp $ */
+/* $NetBSD: ntfs_subr.c,v 1.13 1999/09/07 08:16:13 jdolecek Exp $ */
/*-
* Copyright (c) 1998, 1999 Semen Ustimenko (semenu%FreeBSD.org@localhost)
@@ -1611,7 +1611,7 @@
} else {
tocopy = min(left, ntfs_cntob(ccl) - off);
ddprintf(("ntfs_readntvattr_plain: "
- "sparce: ccn: 0x%x ccl: %d, off: %d, " \
+ "hole: ccn: 0x%x ccl: %d, off: %d, " \
" len: %d, left: %d\n",
(u_int32_t) ccn, (u_int32_t) ccl,
(u_int32_t) off, (u_int32_t) tocopy,
Home |
Main Index |
Thread Index |
Old Index