svn commit: r263972 - stable/10/share/man/man9

Alan Somers asomers at FreeBSD.org
Mon Mar 31 14:51:46 UTC 2014


Author: asomers
Date: Mon Mar 31 14:51:45 2014
New Revision: 263972
URL: http://svnweb.freebsd.org/changeset/base/263972

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

Modified:
  stable/10/share/man/man9/counter.9
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man9/counter.9
==============================================================================
--- stable/10/share/man/man9/counter.9	Mon Mar 31 14:40:35 2014	(r263971)
+++ stable/10/share/man/man9/counter.9	Mon Mar 31 14:51:45 2014	(r263972)
@@ -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