share/man/man9/counter.9
Fix logic error in the description of counter_u64_alloc: the command may fail only if M_NOWAIT is specified, not M_WAITOK. Reviewed by: glebius MFC after: 2 weeks Sponsored by: Spectra Logic Corporation
This commit is contained in:
parent
86af13e28b
commit
c676e6694e
@ -91,7 +91,7 @@ wait flag, should be either
|
||||
or
|
||||
.Va M_WAITOK .
|
||||
If
|
||||
.Va M_WAITOK
|
||||
.Va M_NOWAIT
|
||||
is specified the operation may fail.
|
||||
.It Fn counter_u64_free c
|
||||
Free the previously allocated counter
|
||||
|
Loading…
Reference in New Issue
Block a user