Ricardo Wurmus <rek...@elephly.net> ezt írta (időpont: 2018. júl. 9., H, 13:31):
> rekado pushed a commit to branch master > in repository guix. > > commit 9c2427abe7ffb23813802501941bea6b01c81dd3 > Author: Ricardo Wurmus <rek...@elephly.net> > Date: Mon Jul 9 13:30:32 2018 +0200 > > doc: Fix syntax error and remove trailing whitespace. > > This is a follow-up to commit a33652ee336ae9a5d2ab5fd54bf2397caec42a0e. > > Thanks, and sorry about making the syntax error. > * doc/guix.texi (Prometheus Node Exporter Service): Remove trailing > whitespace > and change "defvr" to "defvar". > --- > doc/guix.texi | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/doc/guix.texi b/doc/guix.texi > index 3f0eedd..5ab609c 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -15654,11 +15654,11 @@ Specify the path of the base URL. This can be > useful if > > @cindex prometheus-node-exporter > The Prometheus ``node exporter'' makes hardware and operating system > statistics > -provided by the Linux kernel available for the Prometheus monitoring > system. > +provided by the Linux kernel available for the Prometheus monitoring > system. > This service should be deployed on all physical nodes and virtual > machines, > -where monitoring these statistics is desirable. > +where monitoring these statistics is desirable. > > Trailing whitespace was introduced here because I was noticed to add two spaces after end of sentence periods. I guess from this, that this does not apply when this period is followed by newline. > -@defvr {Scheme variable} prometheus-node-exporter-service-type > Ludo pointed out that this should be defvr. The error is that it should end in enddefvr. Should I correct this? > +@defvar {Scheme variable} prometheus-node-exporter-service-type > This is the service type for the > @uref{https://github.com/prometheus/node_exporter/, > prometheus-node-exporter} > service, its value must be a @code{prometheus-node-exporter-configuration} > >