aboutsummaryrefslogtreecommitdiff
path: root/runcap.3
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-07-20 08:49:56 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-07-20 08:49:56 +0300
commit089d80690690f5c8af84865d2930e3bd8cb009be (patch)
tree16c5335897408a69c6a8c5f654b154367d33d133 /runcap.3
parentcf87f3c78915f9cbfd900c9c34033cb924f912e7 (diff)
downloadruncap-089d80690690f5c8af84865d2930e3bd8cb009be.tar.gz
runcap-089d80690690f5c8af84865d2930e3bd8cb009be.tar.bz2
Fix some wording in the manpage
Diffstat (limited to 'runcap.3')
-rw-r--r--runcap.38
1 files changed, 4 insertions, 4 deletions
diff --git a/runcap.3 b/runcap.3
index 3c7161e..267a80c 100644
--- a/runcap.3
+++ b/runcap.3
@@ -79,8 +79,8 @@ struct runcap
.in
.PP
The members that may be initialized on input are marked with
-[\fIN\fR], those that are set upon return from \fBruncap()\fR are
-marked with [\fOUT\fR].
+[\fIIN\fR], those that are set upon return from \fBruncap()\fR are
+marked with [\fIOUT\fR].
.PP
The caller is responsible for initializing the \fBrc_argv\fR member
with a pointer to the command line arguments array. The other
@@ -101,7 +101,7 @@ The three streams associated with the running command are described by
the
.B rc_cap
array. Its elements correspond to the standard input, output and
-error streams, correspondingly. Upon successful return, the captured
+error streams. Upon successful return, the captured
data from stdin and stdout can be retrieved using the \fBruncap_getc\fR, and
\fBruncap_getline\fR functions (see below). For convenience, the
following constants are defined in \fBruncap.h\fR to refer to the
@@ -110,7 +110,7 @@ corresponding streams:
.BR RUNCAP_STDOUT ,
.BR RUNCAP_STDERR .
.PP
-The following fields are warranted to be present in each \fBstruct
+The following fields are warranted to be present in \fBstruct
stream_capture\fR:
.PP
.in +4n

Return to:

Send suggestions and report system problems to the System administrator.