summaryrefslogtreecommitdiff
path: root/gpsprof.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-05-15 09:16:19 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-05-15 09:16:19 +0000
commit0a3c3eac603b272ce666e2018409d3be16388ce5 (patch)
tree9ad9d6c14448c32c5054c5b74a63c136349ebae5 /gpsprof.xml
parent609b4e183ea0544f0a7eb99f03fcad158ed39151 (diff)
downloadgpsd-0a3c3eac603b272ce666e2018409d3be16388ce5.tar.gz
Profiling is always enabled.
Diffstat (limited to 'gpsprof.xml')
-rw-r--r--gpsprof.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/gpsprof.xml b/gpsprof.xml
index 3967687c..a1f4655f 100644
--- a/gpsprof.xml
+++ b/gpsprof.xml
@@ -35,8 +35,7 @@ useful for establishing an upper bound on latency, and thus on
position accuracy of a GPS in motion.</para>
<para><application>gpsprof</application> uses instrumentation built
-into <application>gpsd</application> that will only be present if
-it was configured to support profiling.</para>
+into <application>gpsd</application>.</para>
<para>To display the graph, use
<citerefentry><refentrytitle>gnuplot</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
@@ -44,7 +43,7 @@ Thus, for example, to display the default spatial scatter plot, do
this:
<programlisting>
-gpsplot | gnuplot -persist
+gpsprof | gnuplot -persist
</programlisting>
</para>