fix man page error sf #1813483
authorPhilip Kovacs <pkovacs@users.sourceforge.net>
Wed, 17 Oct 2007 20:18:29 +0000 (20:18 +0000)
committerPhilip Kovacs <pkovacs@users.sourceforge.net>
Wed, 17 Oct 2007 20:18:29 +0000 (20:18 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@972 7f574dfc-610e-0410-a909-a81674777703

README
doc/conky.1
doc/docs.xml

diff --git a/README b/README
index faad4e5..bca2d5b 100644 (file)
--- 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.
 
index 85560fd..1e1f0c5 100644 (file)
@@ -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<conky \*(T>\*(T<\fB\-t '${time %D %H:%m}' \-o \-u 30\fR\*(T>
+\*(T<conky \*(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<conky \*(T>\*(T<\fB\-a top_left \-x 5 \-y 500 \-d\fR\*(T>
index f49df58..25628e4 100644 (file)
                <variablelist>
                
                        <varlistentry>
-                               <term><varname>conky </varname><option>-t &apos;${time %D %H:%m}&apos; -o -u 30</option></term>
+                               <term><varname>conky </varname><option>-t &apos;${time %D %H:%M}&apos; -o -u 30</option></term>
                                <listitem>Start Conky in its own window with date and clock as text and 30 sec update interval.</listitem>
                        </varlistentry>