Module Name:    src
Committed By:   andvar
Date:           Wed Aug  4 09:31:26 UTC 2021

Modified Files:
        src/lib/libpuffs: puffs_node.3 puffs_ops.3

Log Message:
fix typos in puffs man pages.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libpuffs/puffs_node.3
cvs rdiff -u -r1.46 -r1.47 src/lib/libpuffs/puffs_ops.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpuffs/puffs_node.3
diff -u src/lib/libpuffs/puffs_node.3:1.5 src/lib/libpuffs/puffs_node.3:1.6
--- src/lib/libpuffs/puffs_node.3:1.5	Wed May 13 22:42:31 2009
+++ src/lib/libpuffs/puffs_node.3	Wed Aug  4 09:31:25 2021
@@ -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 @@ and the argument
 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

Index: src/lib/libpuffs/puffs_ops.3
diff -u src/lib/libpuffs/puffs_ops.3:1.46 src/lib/libpuffs/puffs_ops.3:1.47
--- src/lib/libpuffs/puffs_ops.3:1.46	Mon Jul  3 21:32:51 2017
+++ src/lib/libpuffs/puffs_ops.3	Wed Aug  4 09:31:25 2021
@@ -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 @@ Wait for all I/O for complete until retu
 .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 @@ Called when a regular file is being memo
 .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 @@ in the buffer.
 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 @@ has a link count of zero, it may be safe
 .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 @@ If the file system maps cookies to
 .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.

Reply via email to