summaryrefslogtreecommitdiff
path: root/gpsprof.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-23 14:04:19 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-23 14:04:19 -0400
commit66500ec3a22c7f85a061e40d4a9f9bd97e71762b (patch)
treed015ec0a0c9c810063167d10de8f4d71324b2d5e /gpsprof.xml
parent2436d783d1f0c31d8782b6297a1e43f377457ba6 (diff)
downloadgpsd-66500ec3a22c7f85a061e40d4a9f9bd97e71762b.tar.gz
Restore gpsprof's -T option.
Diffstat (limited to 'gpsprof.xml')
-rw-r--r--gpsprof.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/gpsprof.xml b/gpsprof.xml
index cf8eb493..c68b5d78 100644
--- a/gpsprof.xml
+++ b/gpsprof.xml
@@ -26,6 +26,7 @@ BSD terms apply: see the file COPYING in the distribution root for details.
<arg choice='opt'>-m <replaceable>threshold</replaceable></arg>
<arg choice='opt'>-n <replaceable>packetcount</replaceable></arg>
<arg choice='opt'>-t <replaceable>title</replaceable></arg>
+ <arg choice='opt'>-T <replaceable>terminal</replaceable></arg>
<arg choice='opt'>-d</arg>
<arg choice='opt'>-D <replaceable>debuglevel</replaceable></arg>
<arg choice='opt'>-h</arg>
@@ -54,6 +55,13 @@ gpsprof | gnuplot -persist
</programlisting>
</para>
+<para>To generate an image file:
+
+<programlisting>
+gpsprof -T png | gnuplot >image.png
+</programlisting>
+</para>
+
</refsect1>
<refsect1 id='options'><title>OPTIONS</title>
@@ -146,6 +154,10 @@ is 100.</para>
<para>The -t option sets a text string to be included in the plot
title.</para>
+<para>The -T option generates a terminal type setting into the gnuplot code.
+Typical usage is "-T png" telling gnuplot to write a PNG file. Without
+this option gnuplot will call its X11 display code.</para>
+
<para>The -d option suppresses plot generation, dumping the plot data instead.
This option is a no-op with the space plot.</para>