Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpuffs fix typos in puffs man pages.
details: https://anonhg.NetBSD.org/src/rev/9f7116739e8d
branches: trunk
changeset: 1022740:9f7116739e8d
user: andvar <andvar%NetBSD.org@localhost>
date: Wed Aug 04 09:31:25 2021 +0000
description:
fix typos in puffs man pages.
diffstat:
lib/libpuffs/puffs_node.3 | 4 ++--
lib/libpuffs/puffs_ops.3 | 14 +++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (78 lines):
diff -r a6188db6578f -r 9f7116739e8d lib/libpuffs/puffs_node.3
--- a/lib/libpuffs/puffs_node.3 Wed Aug 04 08:47:10 2021 +0000
+++ b/lib/libpuffs/puffs_node.3 Wed Aug 04 09:31:25 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: puffs_node.3,v 1.5 2009/05/13 22:42:31 wiz Exp $
+.\" $NetBSD: puffs_node.3,v 1.6 2021/08/04 09:31:25 andvar Exp $
.\"
.\" Copyright (c) 2007 Antti Kantee. All rights reserved.
.\"
@@ -66,7 +66,7 @@
is the argument given to
.Fn puffs_nodewalk .
.It Fn puffs_nodewalk pu nwfn arg
-Walk all nodes associted with the mountpoint
+Walk all nodes associated with the mountpoint
.Ar pu
and call
.Fn nwfn
diff -r a6188db6578f -r 9f7116739e8d lib/libpuffs/puffs_ops.3
--- a/lib/libpuffs/puffs_ops.3 Wed Aug 04 08:47:10 2021 +0000
+++ b/lib/libpuffs/puffs_ops.3 Wed Aug 04 09:31:25 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: puffs_ops.3,v 1.46 2017/07/03 21:32:51 wiz Exp $
+.\" $NetBSD: puffs_ops.3,v 1.47 2021/08/04 09:31:25 andvar Exp $
.\"
.\" Copyright (c) 2007 Antti Kantee. All rights reserved.
.\"
@@ -324,7 +324,7 @@
.It Dv MNT_NOWAIT
Initiate I/O, but do not wait for completion.
.It Dv MNT_LAZY
-Synchorize data not synchoronized by the file system syncer,
+Synchronize data not synchronized by the file system syncer,
i.e., data not written when
.Fn node_fsync
is called with
@@ -631,12 +631,12 @@
.Fa flags
is currently always 0.
.It Fn puffs_node_fsync "pu" "opc" "pcr" "flags" "offlo" "offhi"
-Sychronize a node's contents onto stable storage.
+Synchronize a node's contents onto stable storage.
This is necessary only if the file server caches some information
before committing it.
The parameter
.Fa flags
-specifies the minimum level of sychronization required (XXX: they are
+specifies the minimum level of synchronization required (XXX: they are
not yet available).
The parameters
.Fa offlo
@@ -735,7 +735,7 @@
The argument
.Fa offset
is used to specify the offset to the directory.
-Its intepretation is up to the file system and it should be set to
+Its interpretation is up to the file system and it should be set to
signal the continuation point when there is no more room for the next
entry in
.Fa dent .
@@ -870,7 +870,7 @@
.It Fn puffs_node_reclaim2 "pu" "opc" "nlookup"
Same as
.Fn puffs_node_reclaim
-with an addditional argument for the number of lookups that have been done
+with an additional argument for the number of lookups that have been done
on the node (Node creation is counted as a lookup). This can be used by the
file system to avoid a race condition, where the kernel sends a reclaim
while it does not have received the reply for a lookup.
@@ -882,7 +882,7 @@
.Vt struct puffs_node
then the framework will do that work, and
.Fn puffs_node_reclaim
-can be reliabily used without the race condition.
+can be reliably used without the race condition.
.It Fn puffs_node_abortop "pu" "opc" "pcn"
In case the operation following lookup (e.g., mkdir or remove) is not
executed for some reason, abortop will be issued.
Home |
Main Index |
Thread Index |
Old Index