[kupfer] Quickstart.rst: Use explicit emphasis markup **



commit 43c2f4ab6e73322b416fd6e91469445d8546b119
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Wed Sep 23 23:36:10 2009 +0200

    Quickstart.rst: Use explicit emphasis markup **

 Documentation/Quickstart.rst |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/Documentation/Quickstart.rst b/Documentation/Quickstart.rst
index f0b8b21..82deb67 100644
--- a/Documentation/Quickstart.rst
+++ b/Documentation/Quickstart.rst
@@ -13,7 +13,7 @@ A simple launcher
 SYNOPSIS
 ========
 
-``kupfer`` [ `OPTIONS` | `QUERY` ]
+``kupfer`` [ *OPTIONS* | *QUERY* ]
 
 DESCRIPTION
 ===========
@@ -41,7 +41,7 @@ kupfer.
 
 Kupfer can be invoked with a text query, with
 
-        ``kupfer`` `QUERY`
+        ``kupfer`` *QUERY*
 
 OPTIONS
 =======
@@ -62,9 +62,9 @@ CONFIGURATION
 =============
 
 Custom plugins are added to kupfer by installing them to the directory
-`~/.local/share/kupfer/plugins`, or any kupfer/plugins directory in any
+*~/.local/share/kupfer/plugins*, or any kupfer/plugins directory in any
 of ``$XDG_DATA_DIRS``.
 
 .. vim: ft=rst tw=72
 .. this document best viewed with::
-        TMP=$(tempfile); rst2html Quickstart.rst > $TMP; xdg-open $TMP
+        rst2pdf Quickstart.rst && xdg-open Quickstart.pdf



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]