Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Fix two typos, from Igor Sobrado in PR 19680.



details:   https://anonhg.NetBSD.org/src/rev/ba39717ddd39
branches:  trunk
changeset: 545311:ba39717ddd39
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Apr 06 15:52:38 2003 +0000

description:
Fix two typos, from Igor Sobrado in PR 19680.

diffstat:

 share/man/man9/namei.9      |  6 +++---
 share/man/man9/properties.9 |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 8b8b720e697a -r ba39717ddd39 share/man/man9/namei.9
--- a/share/man/man9/namei.9    Sun Apr 06 15:50:17 2003 +0000
+++ b/share/man/man9/namei.9    Sun Apr 06 15:52:38 2003 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: namei.9,v 1.5 2003/02/04 22:38:19 perry Exp $
+.\"     $NetBSD: namei.9,v 1.6 2003/04/06 15:52:38 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -56,7 +56,7 @@
 .Fn relookup "struct vnode *dvp" "struct vnode **vpp" \
 "struct componentname *cnp"
 .Ft void
-.Fn NDINIT "struct namidata *ndp" "u_long op" "u_long flags" \
+.Fn NDINIT "struct nameidata *ndp" "u_long op" "u_long flags" \
 "enum uio_seg segflg" "const char *namep" "struct proc *p"
 .Sh DESCRIPTION
 The
@@ -71,7 +71,7 @@
 .Xr vfs 9
 interface was implemented.
 .Pp
-The arguments passed to the functions are uncapsulated in the
+The arguments passed to the functions are encapsulated in the
 .Em nameidata
 structure.
 It has the following structure:
diff -r 8b8b720e697a -r ba39717ddd39 share/man/man9/properties.9
--- a/share/man/man9/properties.9       Sun Apr 06 15:50:17 2003 +0000
+++ b/share/man/man9/properties.9       Sun Apr 06 15:52:38 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: properties.9,v 1.6 2003/02/14 15:20:22 grant Exp $
+.\" $NetBSD: properties.9,v 1.7 2003/04/06 15:54:21 wiz Exp $
 .\"
 .\" Copyright (c) 2001 Eduardo Horvath
 .\" All rights reserved.
@@ -273,7 +273,7 @@
 The state of properties is undefined if the operation fails.
 .It Fn "size_t prop_objs" "propdb_t db" "opaque_t *objects" "size_t len"
 Get a list of objects identifiers from a database.
-An array of object idientifiers will be copied into the buffer pointed
+An array of object identifiers will be copied into the buffer pointed
 to by
 .Fa objects
 up to
@@ -286,7 +286,7 @@
 Get a list of an object's properties from the database.
 It queries the database to locate all properties associated with
 .Pa object
-objedt identifier, and copies up to
+object identifier, and copies up to
 .Pa len
 bytes of
 .Li NUL



Home | Main Index | Thread Index | Old Index