svn commit: r248441 - projects/counters/share/man/man9

Eitan Adler eadler at FreeBSD.org
Sun Mar 17 19:27:14 UTC 2013


Author: eadler
Date: Sun Mar 17 19:27:14 2013
New Revision: 248441
URL: http://svnweb.freebsd.org/changeset/base/248441

Log:
  English language changes
  
  Approved by:	glebius (implicit)

Modified:
  projects/counters/share/man/man9/counter.9

Modified: projects/counters/share/man/man9/counter.9
==============================================================================
--- projects/counters/share/man/man9/counter.9	Sun Mar 17 19:25:38 2013	(r248440)
+++ projects/counters/share/man/man9/counter.9	Sun Mar 17 19:27:14 2013	(r248441)
@@ -52,7 +52,7 @@
 .Sh DESCRIPTION
 .Nm
 is a generic facility to create counters
-that can be utilized for purpose (such as collecting statistical
+that can be utilized for any purpose (such as collecting statistical
 data).
 A
 .Nm
@@ -61,10 +61,10 @@ updates.
 However,
 .Nm
 does not imply any
-.Xr locking 9 ,
+.Xr locking 9
 or
 .Xr atomic 9
-operations and are therefore expected to be fast.
+operations and is therefore expected to be fast.
 Moreover,
 .Nm
 has special optimisations for SMP environments making


More information about the svn-src-projects mailing list