svn commit: r263271 - head/share/man/man9

Alan Somers asomers at FreeBSD.org
Mon Mar 17 19:55:28 UTC 2014


Author: asomers
Date: Mon Mar 17 19:55:27 2014
New Revision: 263271
URL: http://svnweb.freebsd.org/changeset/base/263271

Log:
  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

Modified:
  head/share/man/man9/counter.9

Modified: head/share/man/man9/counter.9
==============================================================================
--- head/share/man/man9/counter.9	Mon Mar 17 19:09:39 2014	(r263270)
+++ head/share/man/man9/counter.9	Mon Mar 17 19:55:27 2014	(r263271)
@@ -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


More information about the svn-src-all mailing list