diff options
-rw-r--r-- | share/man/man4/systrace.4 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man4/systrace.4 b/share/man/man4/systrace.4 index 8cf0413613c..9d3d4a0d4b9 100644 --- a/share/man/man4/systrace.4 +++ b/share/man/man4/systrace.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.4,v 1.13 2004/11/07 20:42:11 marius Exp $ +.\" $OpenBSD: systrace.4,v 1.14 2004/11/08 00:53:10 jmc Exp $ .\" .\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc. .\" All rights reserved. @@ -276,10 +276,11 @@ named process. .It Dv STRIOCRESCWD Restore the working directory of the current process. .It Dv STRIOCINJECT -Inject a buffer into the stackgap of the traced process. This -accommodates for the manipulation of non-scalar arguments. The actual -replacement is not done until system call time, and its presence in -the stackgap is only guaranteed for the duration of that system call. +Inject a buffer into the stackgap of the traced process. +This accommodates for the manipulation of non-scalar arguments. +The actual replacement is not done until system call time, +and its presence in the stackgap is only guaranteed +for the duration of that system call. .Bd -literal struct systrace_inject { /* On return, this contains the stackgap address. */ |