diff options
author | Dan McGee <dan@archlinux.org> | 2008-08-07 13:11:20 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-07 13:11:20 -0500 |
commit | f201f107dbee25294aa7c7f1139bf521e6afa267 (patch) | |
tree | 7f3f3a12b619881f0e5d3f8c2a9aa43ad8b45e0c | |
parent | 72c5a298a3ee0f18019010ef2eb43da654ec25f8 (diff) | |
download | pacman-f201f107dbee25294aa7c7f1139bf521e6afa267.tar.xz |
doc: allow asciidoc to format the note
By doing the bolding manually, it doesn't look as cool in the HTML generated
manpages. Let asciidoc do the work.
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | doc/pacman.conf.5.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 20a90671..8ef11ecb 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -40,8 +40,9 @@ Include = /etc/pacman.d/core Server = file:///home/pkgs -------- -*NOTE*: Each directive must be in CamelCase. If the case isn't respected, the directive -won't be recognized. For example. noupgrade or NOUPGRADE will not work. +NOTE: Each directive must be in CamelCase. If the case isn't respected, the +directive won't be recognized. For example. noupgrade or NOUPGRADE will not +work. Options ------- |