summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2014-03-17 19:55:27 +0000
committerasomers <asomers@FreeBSD.org>2014-03-17 19:55:27 +0000
commitc66496c9cf7da6ec2bd7646d6bd4370b7f85dfc5 (patch)
treebcc6225479fbfdd0ce3c29b8128b6c5b2e56fb79
parentde481ec919310fb0df7cca81560bfe5c1805cacd (diff)
downloadFreeBSD-src-c66496c9cf7da6ec2bd7646d6bd4370b7f85dfc5.zip
FreeBSD-src-c66496c9cf7da6ec2bd7646d6bd4370b7f85dfc5.tar.gz
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
-rw-r--r--share/man/man9/counter.92
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
OpenPOWER on IntegriCloud