From 79a8e6dee4b68231969434bf2a98a08c2bf8041e Mon Sep 17 00:00:00 2001 From: William Pursell Date: Tue, 9 Jan 2018 16:35:00 -0800 Subject: [PATCH] Docs: use "its" vice "it's" where appropriate --- contrib/exec-munin.px | 2 +- contrib/exec-nagios.px | 2 +- contrib/php-collection/functions.php | 4 ++-- src/collectd-exec.pod | 2 +- src/collectd-nagios.pod | 2 +- src/collectd-threshold.pod | 2 +- src/collectd-unixsock.pod | 2 +- src/collectd.pod | 2 +- src/utils_latency.c | 2 +- src/write_prometheus.c | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/contrib/exec-munin.px b/contrib/exec-munin.px index 3e62ce00..5309cc66 100755 --- a/contrib/exec-munin.px +++ b/contrib/exec-munin.px @@ -56,7 +56,7 @@ exit (0); =head1 CONFIGURATION -This script reads it's configuration from F. The +This script reads its configuration from F. The configuration is read using C which understands a Apache-like config syntax, so it's very similar to the F syntax, too. diff --git a/contrib/exec-nagios.px b/contrib/exec-nagios.px index ec13b0a0..b9758ec9 100755 --- a/contrib/exec-nagios.px +++ b/contrib/exec-nagios.px @@ -36,7 +36,7 @@ exit (0); =head1 CONFIGURATION -This script reads it's configuration from F. The +This script reads its configuration from F. The configuration is read using C which understands a Apache-like config syntax, so it's very similar to the F syntax, too. diff --git a/contrib/php-collection/functions.php b/contrib/php-collection/functions.php index fa2badce..c063d57d 100644 --- a/contrib/php-collection/functions.php +++ b/contrib/php-collection/functions.php @@ -536,7 +536,7 @@ function rrd_get_color($code, $line = true) { } /** - * Draw RRD file based on it's structure + * Draw RRD file based on its structure * @host * @plugin * @pinst @@ -635,7 +635,7 @@ function collectd_draw_rrd($host, $plugin, $pinst = null, $type, $tinst = null, } /** - * Draw RRD file based on it's structure + * Draw RRD file based on its structure * @timespan * @host * @plugin diff --git a/src/collectd-exec.pod b/src/collectd-exec.pod index c65966bd..b8786579 100644 --- a/src/collectd-exec.pod +++ b/src/collectd-exec.pod @@ -73,7 +73,7 @@ Each line beginning with a C<#> (hash mark) is ignored. =item B I [I] I Submits one or more values (identified by I, see below) to the -daemon which will dispatch it to all it's write-plugins. +daemon which will dispatch it to all its write-plugins. An I is of the form CBIB<->IBIB<->I> with both diff --git a/src/collectd-nagios.pod b/src/collectd-nagios.pod index e28ff4b8..4ff0bf67 100644 --- a/src/collectd-nagios.pod +++ b/src/collectd-nagios.pod @@ -107,7 +107,7 @@ consolidations simply ignore NaN values. =head1 RETURN VALUE As usual for Nagios plugins, this program writes a short, one line status -message to STDOUT and signals success or failure with it's return value. It +message to STDOUT and signals success or failure with its return value. It exits with a return value of B<0> for I, B<1> for I and B<2> for I. If the values are not available or some other error occurred, it returns B<3> for I. diff --git a/src/collectd-threshold.pod b/src/collectd-threshold.pod index 35f8a9fc..14f2c8ce 100644 --- a/src/collectd-threshold.pod +++ b/src/collectd-threshold.pod @@ -40,7 +40,7 @@ Also, all values that match a threshold are considered to be relevant or "interesting". As a consequence collectd will issue a notification if they are not received for B iterations. The B configuration option is explained in section L. If, for example, -B is set to "2" (the default) and some hosts sends it's CPU statistics +B is set to "2" (the default) and some hosts sends its CPU statistics to the server every 60 seconds, a notification will be dispatched after about 120 seconds. It may take a little longer because the timeout is checked only once each B on the server. diff --git a/src/collectd-unixsock.pod b/src/collectd-unixsock.pod index b241a9f3..db7000a1 100644 --- a/src/collectd-unixsock.pod +++ b/src/collectd-unixsock.pod @@ -84,7 +84,7 @@ Example: =item B I [I] I Submits one or more values (identified by I, see below) to the -daemon which will dispatch it to all it's write-plugins. +daemon which will dispatch it to all its write-plugins. An I is of the form CBIB<->IBIB<->I> with both diff --git a/src/collectd.pod b/src/collectd.pod index 1dd899b8..60707a1d 100644 --- a/src/collectd.pod +++ b/src/collectd.pod @@ -69,7 +69,7 @@ Output usage information and exit. =head1 PLUGINS -As noted above, the real power of collectd lies within it's plugins. A +As noted above, the real power of collectd lies within its plugins. A (hopefully complete) list of plugins and short descriptions can be found in the F file that is distributed with the sourcecode. If you're using a package it's a good bet to search somewhere near F. diff --git a/src/utils_latency.c b/src/utils_latency.c index 625fc42e..1d3bf2e9 100644 --- a/src/utils_latency.c +++ b/src/utils_latency.c @@ -65,7 +65,7 @@ struct latency_counter_s { * When a value above this range is added, Histogram's range is increased by * increasing the bin width (note that number of bins remains always at 1000). * This operation of increasing bin width is little expensive as each bin need -* to be visited to update it's count. To reduce frequent change of bin width, +* to be visited to update its count. To reduce frequent change of bin width, * new bin width will be the next nearest power of 2. Example: 2, 4, 8, 16, 32, * 64, 128, 256, 512, 1024, 2048, 5086, ... * diff --git a/src/write_prometheus.c b/src/write_prometheus.c index 7c4e59e7..4c363b2d 100644 --- a/src/write_prometheus.c +++ b/src/write_prometheus.c @@ -59,7 +59,7 @@ static struct MHD_Daemon *httpd; static cdtime_t staleness_delta = PROMETHEUS_DEFAULT_STALENESS_DELTA; -/* Unfortunately, protoc-c doesn't export it's implementation of varint, so we +/* Unfortunately, protoc-c doesn't export its implementation of varint, so we * need to implement our own. */ static size_t varint(uint8_t buffer[static VARINT_UINT32_BYTES], uint32_t value) { -- 2.11.0