diff --git a/doc/procps.3 b/doc/procps.3 index fe640ea5..bd566ec2 100644 --- a/doc/procps.3 +++ b/doc/procps.3 @@ -109,6 +109,8 @@ these interfaces. Optionally, a user may choose to sort results returned from a \fBreap\fR function call. +The \fBsort\fR function parameters \fIstacks\fR and \fInumstacked\fR +would normally be those returned in the `reaped' structure. .SS Caveats The \fBnew\fR, \fBref\fR, \fBunref\fR, \fBget\fR and \fBselect\fR @@ -127,10 +129,7 @@ The \fBdiskstats\fR, \fBslabinfo\fR and \fBstat\fR interfaces support unpredictable variable outcomes. As such, they export a \fBreap\fR function to retrieve multiple `stacks' with a single invocation. - -Those same interfaces also offer a \fBsort\fR function whose -parameters \fIstacks\fR and \fInumstacked\fR would normally be those -returned in the `reaped' structure. +These same interfaces also provide a \fBsort\fR function. .SH RETURN VALUE .SS Functions Returning an `int' diff --git a/doc/procps_pids.3 b/doc/procps_pids.3 index ac33c6c5..7fc18805 100644 --- a/doc/procps_pids.3 +++ b/doc/procps_pids.3 @@ -104,7 +104,7 @@ this interface. .fi Optionally, a user may choose to sort results returned from -\fBreap\fR or \fBselect\fR. +a \fBreap\fR or \fBselect\fR function call. The \fBsort\fR function parameters \fIstacks\fR and \fInumstacked\fR would normally be those returned in the `pids_fetch' structure.