docs: bring 2 man pages into agreement regarding sorts
Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
parent
3c87c46439
commit
9a0869e8ba
@ -109,6 +109,8 @@ these interfaces.
|
|||||||
|
|
||||||
Optionally, a user may choose to sort results returned from
|
Optionally, a user may choose to sort results returned from
|
||||||
a \fBreap\fR function call.
|
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
|
.SS Caveats
|
||||||
The \fBnew\fR, \fBref\fR, \fBunref\fR, \fBget\fR and \fBselect\fR
|
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.
|
unpredictable variable outcomes.
|
||||||
As such, they export a \fBreap\fR function to retrieve multiple `stacks'
|
As such, they export a \fBreap\fR function to retrieve multiple `stacks'
|
||||||
with a single invocation.
|
with a single invocation.
|
||||||
|
These same interfaces also provide a \fBsort\fR function.
|
||||||
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.
|
|
||||||
|
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
.SS Functions Returning an `int'
|
.SS Functions Returning an `int'
|
||||||
|
@ -104,7 +104,7 @@ this interface.
|
|||||||
.fi
|
.fi
|
||||||
|
|
||||||
Optionally, a user may choose to sort results returned from
|
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
|
The \fBsort\fR function parameters \fIstacks\fR and \fInumstacked\fR
|
||||||
would normally be those returned in the `pids_fetch' structure.
|
would normally be those returned in the `pids_fetch' structure.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user