chiark / gitweb /
man: always supply quotes around literals
[elogind.git] / man / systemd-analyze.xml
index ae7a3377c65be90c49e60f00bb07d7061f2d7af7..cecf1bf4d383c1f5601c001c8b9dc45e1742de27 100644 (file)
                 <title>Examples</title>
 
                 <para>This plots all dependencies of any unit whose
-                name starts with "<literal>avahi-daemon.</literal>":</para>
+                name starts with <literal>avahi-daemon.</literal>:</para>
 
                 <programlisting>$ systemd-analyze dot 'avahi-daemon.*' | dot -Tsvg > avahi.svg
 $ eog avahi.svg</programlisting>