Module Name:    src
Committed By:   wiz
Date:           Fri Jan 27 12:52:39 UTC 2017

Modified Files:
        src/lib/libc/sys: ptrace.2

Log Message:
Spelling fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/lib/libc/sys/ptrace.2

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

Modified files:

Index: src/lib/libc/sys/ptrace.2
diff -u src/lib/libc/sys/ptrace.2:1.57 src/lib/libc/sys/ptrace.2:1.58
--- src/lib/libc/sys/ptrace.2:1.57	Wed Jan 25 17:12:56 2017
+++ src/lib/libc/sys/ptrace.2	Fri Jan 27 12:52:39 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ptrace.2,v 1.57 2017/01/25 17:12:56 kamil Exp $
+.\"	$NetBSD: ptrace.2,v 1.58 2017/01/27 12:52:39 wiz Exp $
 .\"
 .\" This file is in the public domain.
 .Dd January 25, 2016
@@ -291,8 +291,8 @@ The
 operation can be used to read from the ELF auxiliary vector.
 The
 .Fa piod_offs
-argument sets offset withing the tracee's vector.
-To read from the beginning of it, this value must be set to 0 and casted to
+argument sets the offset within the tracee's vector.
+To read from the beginning of it, this value must be set to 0 and cast to
 .Dv (void *) .
 .Pp
 A pointer to the I/O descriptor is passed in the

Reply via email to