summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-12-03 12:28:49 +0000
committerColin Watson <cjwatson@debian.org>2017-12-03 12:28:49 +0000
commitc93c355dc98ea17786f880ed3e88cef0b8824fda (patch)
treee35cdc4cf7a49fe461becd14ae07355a07cffc48 /docs
parentf3749790f6efb2a1927558827569de7bd66df472 (diff)
Use more conventional bullets in documentation
* docs/INSTALL.quick, NEWS, README: Use "*" for bullet points instead of "o".
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.quick20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/INSTALL.quick b/docs/INSTALL.quick
index 4170575e..c94abeb1 100644
--- a/docs/INSTALL.quick
+++ b/docs/INSTALL.quick
@@ -5,29 +5,29 @@ the Quick install below.
man-db requires several external packages:
- o libpipeline >= 1.5.0 (http://libpipeline.nongnu.org/)
- o flex >= 2.5.30 (http://flex.sf.net/)
- o a database library, one of:
+ * libpipeline >= 1.5.0 (http://libpipeline.nongnu.org/)
+ * flex >= 2.5.30 (http://flex.sf.net/)
+ * a database library, one of:
GDBM (http://www.gnu.org.ua/software/gdbm/)
Berkeley DB < 6
NDBM
and on systems without GNU libc:
- o libiconv >= 1.8 (http://www.gnu.org/software/libiconv/)
+ * libiconv >= 1.8 (http://www.gnu.org/software/libiconv/)
Some other packages are recommended and used if available:
- o zlib (http://zlib.net/)
- o libseccomp (https://github.com/seccomp/libseccomp)
+ * zlib (http://zlib.net/)
+ * libseccomp (https://github.com/seccomp/libseccomp)
Quick INSTALL
=============
- o RUN `./configure <appropriate flags>'
- o EDIT configuration files/headers if necessary
- o RUN `make <appropriate variable definitions>'
- o RUN `make install <appropriate variable definitions>'
+ * RUN `./configure <appropriate flags>'
+ * EDIT configuration files/headers if necessary
+ * RUN `make <appropriate variable definitions>'
+ * RUN `make install <appropriate variable definitions>'
Note (1): If you don't know what <appropriate flags> or <appropriate
variable definitions> mean, you should be reading/following the install