summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-09 22:17:15 +0200
committerDan McGee <dan@archlinux.org>2011-08-09 22:41:07 +0200
commita42e52a09f8ccf25a46d7953b2e0a30f306ed223 (patch)
tree435220d23c23ffcb0d224e809e583eba3d2ebd0f /doc
parent6803260f2608b0a0028f5382c5a498d61bce45c3 (diff)
downloadpacman-a42e52a09f8ccf25a46d7953b2e0a30f306ed223.tar.gz
pacman-a42e52a09f8ccf25a46d7953b2e0a30f306ed223.tar.xz
doc/pacman.conf: make SigLevel overview an unordered list
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.conf.5.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt
index 4832934f..e793e78b 100644
--- a/doc/pacman.conf.5.txt
+++ b/doc/pacman.conf.5.txt
@@ -233,11 +233,11 @@ The 'SigLevel' directive is valid in both the `[options]` and repository
sections. If used in `[options]`, it sets a default value for any repository
that does not provide the setting.
-If set to *Never*, no signature checking will take place.
-If set to *Optional* , signatures will be checked when present, but unsigned
-databases and packages will also be accepted.
-If set to *Required*, signatures will be required on all packages and
-databases.
+* If set to *Never*, no signature checking will take place.
+* If set to *Optional* , signatures will be checked when present, but unsigned
+ databases and packages will also be accepted.
+* If set to *Required*, signatures will be required on all packages and
+ databases.
Alternatively, you can get more fine-grained control by combining some of
the options and prefixes described below. All options in a config file are