docs: bring 2 man pages into agreement regarding sorts

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2021-02-03 00:00:00 -06:00 committed by Craig Small
parent 3c87c46439
commit 9a0869e8ba
2 changed files with 4 additions and 5 deletions

View File

@ -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'

View File

@ -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.