Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2015 16:15:00 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276778 - head/share/man/man9
Message-ID:  <201501071615.t07GF0t1068275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501071615.t07GF0t1068275>