diff options
author | 2016-11-14 06:57:39 +0000 | |
---|---|---|
committer | 2016-11-14 06:57:39 +0000 | |
commit | 5d36029512e9d431e8a67d9a5f3d36a9cdc93e72 (patch) | |
tree | bed22078f25d2dc2f635d6da311679620853b495 | |
parent | use M_COUNTERS to allocate counters. (diff) | |
download | wireguard-openbsd-5d36029512e9d431e8a67d9a5f3d36a9cdc93e72.tar.xz wireguard-openbsd-5d36029512e9d431e8a67d9a5f3d36a9cdc93e72.zip |
grammar;
-rw-r--r-- | share/man/man9/counters_alloc.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/counters_alloc.9 b/share/man/man9/counters_alloc.9 index a0d521916da..06f88234e6d 100644 --- a/share/man/man9/counters_alloc.9 +++ b/share/man/man9/counters_alloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: counters_alloc.9,v 1.8 2016/11/14 03:40:09 dlg Exp $ +.\" $OpenBSD: counters_alloc.9,v 1.9 2016/11/14 06:57:39 jmc Exp $ .\" .\" Copyright (c) 2016 David Gwynne <dlg@openbsd.org> .\" @@ -178,7 +178,7 @@ in the array of counters referenced by .Fa cm . .Pp .Fn counters_add -add the value of +adds the value of .Fa v to the counter at the index specified by .Fa counter |