aboutsummaryrefslogtreecommitdiff
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
parentcf87f3c78915f9cbfd900c9c34033cb924f912e7 (diff)
downloadruncap-089d80690690f5c8af84865d2930e3bd8cb009be.tar.gz
runcap-089d80690690f5c8af84865d2930e3bd8cb009be.tar.bz2
Fix some wording in the manpage
-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
79.in 79.in
80.PP 80.PP
81The members that may be initialized on input are marked with 81The members that may be initialized on input are marked with
82[\fIN\fR], those that are set upon return from \fBruncap()\fR are 82[\fIIN\fR], those that are set upon return from \fBruncap()\fR are
83marked with [\fOUT\fR]. 83marked with [\fIOUT\fR].
84.PP 84.PP
85The caller is responsible for initializing the \fBrc_argv\fR member 85The caller is responsible for initializing the \fBrc_argv\fR member
86with a pointer to the command line arguments array. The other 86with 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
101the 101the
102.B rc_cap 102.B rc_cap
103array. Its elements correspond to the standard input, output and 103array. Its elements correspond to the standard input, output and
104error streams, correspondingly. Upon successful return, the captured 104error streams. Upon successful return, the captured
105data from stdin and stdout can be retrieved using the \fBruncap_getc\fR, and 105data from stdin and stdout can be retrieved using the \fBruncap_getc\fR, and
106\fBruncap_getline\fR functions (see below). For convenience, the 106\fBruncap_getline\fR functions (see below). For convenience, the
107following constants are defined in \fBruncap.h\fR to refer to the 107following constants are defined in \fBruncap.h\fR to refer to the
@@ -110,7 +110,7 @@ corresponding streams:
110.BR RUNCAP_STDOUT , 110.BR RUNCAP_STDOUT ,
111.BR RUNCAP_STDERR . 111.BR RUNCAP_STDERR .
112.PP 112.PP
113The following fields are warranted to be present in each \fBstruct 113The following fields are warranted to be present in \fBstruct
114stream_capture\fR: 114stream_capture\fR:
115.PP 115.PP
116.in +4n 116.in +4n

Return to:

Send suggestions and report system problems to the System administrator.