diff options
author | asomers <asomers@FreeBSD.org> | 2014-03-31 14:51:45 +0000 |
---|---|---|
committer | asomers <asomers@FreeBSD.org> | 2014-03-31 14:51:45 +0000 |
commit | 2b41b2e9047fbca25082d749ffc237b6d7156dc7 (patch) | |
tree | 17f30306deee47ec9f708ee28e6dd6fb538f262a /share | |
parent | ed08ddc2a121b4c44139b654ff7f830a2f3b090e (diff) | |
download | FreeBSD-src-2b41b2e9047fbca25082d749ffc237b6d7156dc7.zip FreeBSD-src-2b41b2e9047fbca25082d749ffc237b6d7156dc7.tar.gz |
MFC r263271
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.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/counter.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/counter.9 b/share/man/man9/counter.9 index 9048b63..079ce05 100644 --- a/share/man/man9/counter.9 +++ b/share/man/man9/counter.9 @@ -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 |