From c69e618c5505ae941fd73fb08e5aee58d0f0bd10 Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Wed, 17 Oct 2007 20:18:29 +0000 Subject: [PATCH] fix man page error sf #1813483 git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@972 7f574dfc-610e-0410-a909-a81674777703 --- README | 6 +++--- doc/conky.1 | 6 +++--- doc/docs.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index faad4e5..bca2d5b 100644 --- a/README +++ b/README @@ -622,7 +622,7 @@ VARIABLES Displays current disk IO for reads. - diskio_readgraph (height),(width) (gradient colour 1) (gradient colour + diskiograph_read (height),(width) (gradient colour 1) (gradient colour 2) (scale) Disk IO graph for reads, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph. @@ -632,7 +632,7 @@ VARIABLES Displays current disk IO for writes. - diskio_writegraph (height),(width) (gradient colour 1) (gradient colour + diskiograph_write (height),(width) (gradient colour 1) (gradient colour 2) (scale) Disk IO graph for writes, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph. @@ -1372,7 +1372,7 @@ VARIABLES EXAMPLES - conky -t '${time %D %H:%m}' -o -u 30 + conky -t '${time %D %H:%M}' -o -u 30 Start Conky in its own window with date and clock as text and 30 sec update interval. diff --git a/doc/conky.1 b/doc/conky.1 index 85560fd..1e1f0c5 100644 --- a/doc/conky.1 +++ b/doc/conky.1 @@ -608,7 +608,7 @@ Disk IO graph, colours defined in hex, minus the #. If scale is non-zero, it bec Displays current disk IO for reads. .TP -\fB\*(T<\fBdiskio_readgraph\fR\*(T>\fR \*(T<\fB(height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> +\fB\*(T<\fBdiskiograph_read\fR\*(T>\fR \*(T<\fB(height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> Disk IO graph for reads, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph. .TP @@ -616,7 +616,7 @@ Disk IO graph for reads, colours defined in hex, minus the #. If scale is non-ze Displays current disk IO for writes. .TP -\fB\*(T<\fBdiskio_writegraph\fR\*(T>\fR \*(T<\fB(height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> +\fB\*(T<\fBdiskiograph_write\fR\*(T>\fR \*(T<\fB(height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> Disk IO graph for writes, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph. .TP @@ -1267,7 +1267,7 @@ Prints the song name in either the form "artist - title" or file name, depending .SH EXAMPLES .TP -\*(T\*(T<\fB\-t '${time %D %H:%m}' \-o \-u 30\fR\*(T> +\*(T\*(T<\fB\-t '${time %D %H:%M}' \-o \-u 30\fR\*(T> Start Conky in its own window with date and clock as text and 30 sec update interval. .TP \*(T\*(T<\fB\-a top_left \-x 5 \-y 500 \-d\fR\*(T> diff --git a/doc/docs.xml b/doc/docs.xml index f49df58..25628e4 100644 --- a/doc/docs.xml +++ b/doc/docs.xml @@ -183,7 +183,7 @@ - conky + conky Start Conky in its own window with date and clock as text and 30 sec update interval. -- 1.7.9.5