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

Brad Davis brd at FreeBSD.org
Wed Jan 7 16:15:01 UTC 2015


Author: brd (doc committer)
Date: Wed Jan  7 16:15:00 2015
New Revision: 276778
URL: https://svnweb.freebsd.org/changeset/base/276778

Log:
  Fix the counter_u64_alloc arguement
  
  Approved by:	glebius
  MFC after:	2 weeks

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

Modified: head/share/man/man9/counter.9
==============================================================================
--- head/share/man/man9/counter.9	Wed Jan  7 16:08:57 2015	(r276777)
+++ head/share/man/man9/counter.9	Wed Jan  7 16:15:00 2015	(r276778)
@@ -80,7 +80,7 @@ Thus
 is considered suitable for accounting in the performance-critical
 code pathes.
 .Bl -tag -width indent
-.It Fn counter_u64_alloc how
+.It Fn counter_u64_alloc wait
 Allocate a new 64-bit unsigned counter.
 The
 .Fa wait


More information about the svn-src-all mailing list