diff options
| author | wiz <wiz@NetBSD.org> | 2017-01-27 12:52:39 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2017-01-27 12:52:39 +0000 |
| commit | f153e4fbf4eb88e0fa3cdb6bb473ccbda82a6cf5 (patch) | |
| tree | 52550af8dd31379c9c3f698ca7d9d40e062672d3 /lib/libc/sys | |
| parent | 21c9141d87f3641f13a72a6aae266ae26559d99d (diff) | |
Spelling fixes.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/ptrace.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index eec9365b3f2..859aa0d3c2e 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -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 |
