From be35fdc2e6cfeeb2e4c20ef55cfecce503930e2e Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 4 Jun 2016 16:33:41 +0200 Subject: [PATCH] gRPC doc: Fixed typos and mention C++11 requirement. --- README | 3 ++- src/collectd.conf.pod | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index e25fbd96..80efa626 100644 --- a/README +++ b/README @@ -680,7 +680,8 @@ Prerequisites * libgrpc (optional) - Used by the `grpc' plugin. + Used by the `grpc' plugin. gRPC requires a C++ compiler supporting the + C++11 standard. * libgcrypt (optional) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 3f3dc9e3..058cd935 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2500,7 +2500,7 @@ source, this is optional. Otherwise the option is required. =head2 Plugin C The I plugin provides an RPC interface to submit values to or query -values from collectd based on the open source gRPC framework. It exposes and +values from collectd based on the open source gRPC framework. It exposes an end-point for dispatching values to the daemon. The B homepage can be found at L. @@ -2510,7 +2510,7 @@ The B homepage can be found at L. =item B I I The B statement sets the network address to bind to. When multiple -statements are specified, the daemon will bin to all of them. If none are +statements are specified, the daemon will bind to all of them. If none are specified, it defaults to B<0.0.0.0:50051>. The argument I may be a hostname, an IPv4 address, or an IPv6 address. -- 2.11.0