Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys corrseponding -> corresponding, filesystem -> f...



details:   https://anonhg.NetBSD.org/src/rev/58509a0a3532
branches:  trunk
changeset: 537532:58509a0a3532
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 02 10:42:19 2002 +0000

description:
corrseponding -> corresponding, filesystem -> file system.

diffstat:

 lib/libc/sys/lfs_bmapv.2 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 40ef305c8cbe -r 58509a0a3532 lib/libc/sys/lfs_bmapv.2
--- a/lib/libc/sys/lfs_bmapv.2  Wed Oct 02 10:39:14 2002 +0000
+++ b/lib/libc/sys/lfs_bmapv.2  Wed Oct 02 10:42:19 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: lfs_bmapv.2,v 1.5 2002/10/01 18:10:44 wiz Exp $
+.\"    $NetBSD: lfs_bmapv.2,v 1.6 2002/10/02 10:42:19 wiz Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -51,7 +51,7 @@
 .Fn lfs_bmapv
 fills in the bi_daddr field for every block listed in the block array
 .Fa blkiov
-with the disk address corrseponding to the logical block
+with the disk address corresponding to the logical block
 .Fa bi_lbn
 of the file with inode
 .Fa bi_inode .
@@ -64,7 +64,7 @@
 .Pp
 The
 .Fa fsidp
-argument contains the id of the filesystem to which the inodes and
+argument contains the id of the file system to which the inodes and
 blocks belong.
 The
 .Fa blkiov
@@ -98,7 +98,7 @@
 points outside the process's allocated address space.
 .It Bq Er EINVAL
 .Fa *fsidp
-does not specify a valid filesystem.
+does not specify a valid file system.
 .El
 .Sh SEE ALSO
 .Xr lfs_markv 2 ,



Home | Main Index | Thread Index | Old Index