1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-25 04:06:03 +00:00

fix man page error sf #1813483

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@972 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2007-10-17 20:18:29 +00:00
parent 22852b88da
commit c69e618c55
3 changed files with 7 additions and 7 deletions

6
README
View File

@ -622,7 +622,7 @@ VARIABLES
Displays current disk IO for reads. 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) 2) (scale)
Disk IO graph for reads, colours defined in hex, minus the #. If Disk IO graph for reads, colours defined in hex, minus the #. If
scale is non-zero, it becomes the scale for the graph. scale is non-zero, it becomes the scale for the graph.
@ -632,7 +632,7 @@ VARIABLES
Displays current disk IO for writes. 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) 2) (scale)
Disk IO graph for writes, colours defined in hex, minus the #. Disk IO graph for writes, colours defined in hex, minus the #.
If scale is non-zero, it becomes the scale for the graph. If scale is non-zero, it becomes the scale for the graph.
@ -1372,7 +1372,7 @@ VARIABLES
EXAMPLES 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 Start Conky in its own window with date and clock as text and 30
sec update interval. sec update interval.

View 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. Displays current disk IO for reads.
.TP .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. Disk IO graph for reads, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
.TP .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. Displays current disk IO for writes.
.TP .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. Disk IO graph for writes, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
.TP .TP
@ -1267,7 +1267,7 @@ Prints the song name in either the form "artist - title" or file name, depending
.SH EXAMPLES .SH EXAMPLES
.TP .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. Start Conky in its own window with date and clock as text and 30 sec update interval.
.TP .TP
\*(T<conky \*(T>\*(T<\fB\-a top_left \-x 5 \-y 500 \-d\fR\*(T> \*(T<conky \*(T>\*(T<\fB\-a top_left \-x 5 \-y 500 \-d\fR\*(T>

View File

@ -183,7 +183,7 @@
<variablelist> <variablelist>
<varlistentry> <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> <listitem>Start Conky in its own window with date and clock as text and 30 sec update interval.</listitem>
</varlistentry> </varlistentry>