summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrob <rob@cvs.openbsd.org>2018-08-02 15:22:12 +0000
committerrob <rob@cvs.openbsd.org>2018-08-02 15:22:12 +0000
commit29a294c2b210d199dc2c36ec9f2dd2a388fc1319 (patch)
tree2990a349eb43ff8f6e6a10b369f8e75b943ca46f
parent29ddb5c0387d6cac51b7f10c051712644203ce9c (diff)
Some wordsmithing. Comments and tweaks from deraadt, jmc, benno, and tb.
ok deraadt@
-rw-r--r--share/man/man9/namei.910
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9
index 2672881c836..2f34bc79b18 100644
--- a/share/man/man9/namei.9
+++ b/share/man/man9/namei.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: namei.9,v 1.18 2015/11/23 17:53:57 jmc Exp $
+.\" $OpenBSD: namei.9,v 1.19 2018/08/02 15:22:11 rob Exp $
.\" $NetBSD: namei.9,v 1.9 2003/05/06 10:46:44 jmmv Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 23 2015 $
+.Dd $Mdocdate: August 2 2018 $
.Dt NAMEI 9
.Os
.Sh NAME
@@ -67,10 +67,8 @@ for name-to-inode conversion, in the days before the
.Xr vfs 9
interface was implemented.
.Pp
-The arguments passed to the functions are encapsulated in the
-.Em nameidata
-structure.
-It has the following structure:
+Arguments passed to these functions are encapsulated in the following
+structure:
.Bd -literal
struct nameidata {
/*