diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-08 00:53:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-08 00:53:11 +0000 |
commit | ab90c6b439cd7710f00853fc63ad1c20ca280839 (patch) | |
tree | 20107e9c32fe23a0d2a46579b0e36fc632377063 /share/man | |
parent | 2a5ef19a50c1886204d46a2df1bb5742624806af (diff) |
new sentence, new line;
Diffstat (limited to 'share/man')
-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. */ |