aboutsummaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-06-18 18:01:14 -0700
committerGarrett D'Amore <garrett@damore.org>2020-06-18 18:01:14 -0700
commit2236819226e579058d9f9fd67f3d684630a40634 (patch)
tree802aeb3dc42eb966a3a77ccc770e91330883ab08 /docs/man
parent5466b1c4de6096592ca378ff1365c205cabcb2f1 (diff)
downloadnng-2236819226e579058d9f9fd67f3d684630a40634.tar.gz
nng-2236819226e579058d9f9fd67f3d684630a40634.tar.bz2
nng-2236819226e579058d9f9fd67f3d684630a40634.zip
Don't use explicit curved apostrophes.
Modern asciidoctor will detect this correctly based on context.
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/nng_stat.5.adoc2
-rw-r--r--docs/man/nng_stat_name.3.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_stat.5.adoc b/docs/man/nng_stat.5.adoc
index e0ada32d..218bafb2 100644
--- a/docs/man/nng_stat.5.adoc
+++ b/docs/man/nng_stat.5.adoc
@@ -47,7 +47,7 @@ This collection process is generally performed in a way to minimize impact
to running operations, but there is still some impact caused by collection
of statistics.
-The time when a statistic`'s value is captured can be obtained using
+The time when a statistic's value is captured can be obtained using
xref:nng_stat_timestamp.3.adoc[`nng_stat_timestamp()`], which is useful for
measuring rates of change in certain statistics.
diff --git a/docs/man/nng_stat_name.3.adoc b/docs/man/nng_stat_name.3.adoc
index c7a3f1bf..bf2fd3c7 100644
--- a/docs/man/nng_stat_name.3.adoc
+++ b/docs/man/nng_stat_name.3.adoc
@@ -27,7 +27,7 @@ const char *nng_stat_name(nng_stat *stat);
The `nng_stat_name()` function returns the name for the statistic _stat_.
-NOTE: The global root statistic will have the empty string ("") as it`'s name.
+NOTE: The global root statistic will have the empty string ("") as it's name.
== RETURN VALUES