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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to