aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-08-13 21:49:30 +0000
committerUlrich Müller <ulm@gentoo.org>2009-08-13 21:49:30 +0000
commit77a12b228a68a0a0811f1efa376b32e4a3258278 (patch)
tree5212d8deb4e1faf17d82d508b2825e37d11c3723 /doc
parentPOSIX compliant basename and dirname functions, bug 280598. (diff)
downloadeselect-77a12b228a68a0a0811f1efa376b32e4a3258278.tar.gz
eselect-77a12b228a68a0a0811f1efa376b32e4a3258278.tar.bz2
eselect-77a12b228a68a0a0811f1efa376b32e4a3258278.zip
Whitespace.
svn path=/trunk/; revision=604
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guide.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index fa7abf9..acc6726 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -276,10 +276,10 @@ The ``highlight`` utility function can be used to emphasise some text which is
to be displayed by any of the above functions. A typical invocation might look
like: ::
- write_list_start "This is $(highlight list) example"
- write_kv_list_entry "First" "This is the first"
- write_kv_list_entry "$(highlight Second)" "This is the $(highlight second) entry"
- write_kv_list_entry "Third" "$(highlight The end)"
+ write_list_start "This is $(highlight list) example"
+ write_kv_list_entry "First" "This is the first"
+ write_kv_list_entry "$(highlight Second)" "This is the $(highlight second) entry"
+ write_kv_list_entry "Third" "$(highlight The end)"
The ``highlight_warning`` Function
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,