From e92b614874f0be32c81e6e4054bcee44bf9233bd Mon Sep 17 00:00:00 2001 From: Miroslav Kubelik Date: Mon, 28 Mar 2011 21:21:00 +0000 Subject: [PATCH] rrd - language mistakes, typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309799 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/rrd/functions/rrd-fetch.xml | 2 +- reference/rrd/functions/rrd-first.xml | 4 ++-- reference/rrd/functions/rrd-graph.xml | 10 +++++----- reference/rrd/functions/rrd-info.xml | 2 +- reference/rrd/functions/rrd-last.xml | 5 ++--- reference/rrd/functions/rrd-lastupdate.xml | 4 ++-- reference/rrd/functions/rrd-restore.xml | 6 +++--- reference/rrd/functions/rrd-tune.xml | 8 ++++---- reference/rrd/functions/rrd-update.xml | 9 ++++----- reference/rrd/functions/rrd-xport.xml | 7 +++---- reference/rrd/rrdcreator/adddatasource.xml | 6 +++--- 11 files changed, 30 insertions(+), 33 deletions(-) diff --git a/reference/rrd/functions/rrd-fetch.xml b/reference/rrd/functions/rrd-fetch.xml index 503b92dcb2..f5488c8243 100644 --- a/reference/rrd/functions/rrd-fetch.xml +++ b/reference/rrd/functions/rrd-fetch.xml @@ -28,7 +28,7 @@ filename - Filename of rrd database file. + RRD database file name. diff --git a/reference/rrd/functions/rrd-first.xml b/reference/rrd/functions/rrd-first.xml index a63ba73881..213ebfa5f8 100644 --- a/reference/rrd/functions/rrd-first.xml +++ b/reference/rrd/functions/rrd-first.xml @@ -26,7 +26,7 @@ file - Filename for a rrd file. + RRD database file name. @@ -34,7 +34,7 @@ raaindex - The index number of the RRA that is to be examined. Default value is 0. + The index number of the RRA that is to be examined. Default value is 0. diff --git a/reference/rrd/functions/rrd-graph.xml b/reference/rrd/functions/rrd-graph.xml index f89a244d97..5e4838a18e 100644 --- a/reference/rrd/functions/rrd-graph.xml +++ b/reference/rrd/functions/rrd-graph.xml @@ -15,7 +15,7 @@ arrayoptions - Creates image for a particular data from RRD file. + Creates image for a particular data from RRD file. @@ -26,7 +26,7 @@ filename - Filename for the RRD file. + RRD database file name. @@ -34,7 +34,7 @@ options - Options for rrd graph generating. See man page of rrd graph for all + Options for generating image. See man page of rrd graph for all possible options. All options (data definitions, variable defintions, etc.) are allowed. @@ -46,8 +46,8 @@ &reftitle.returnvalues; - Array with information about generated image is returned, &false; if error - occurs. + Array with information about generated image is returned, &false; when error + occurs. diff --git a/reference/rrd/functions/rrd-info.xml b/reference/rrd/functions/rrd-info.xml index 5e674fdbc9..a87e5989b6 100644 --- a/reference/rrd/functions/rrd-info.xml +++ b/reference/rrd/functions/rrd-info.xml @@ -25,7 +25,7 @@ file - Filename for the RRD database file. + RRD database file name. diff --git a/reference/rrd/functions/rrd-last.xml b/reference/rrd/functions/rrd-last.xml index 23cf0966b3..6c3fb7c615 100644 --- a/reference/rrd/functions/rrd-last.xml +++ b/reference/rrd/functions/rrd-last.xml @@ -25,7 +25,7 @@ filename - Filename for the RRD database file. + RRD database file name. @@ -35,11 +35,10 @@ &reftitle.returnvalues; - Integer as unix timestamp of the most recent data of the RRD database. + Integer as unix timestamp of the most recent data from the RRD database. -