From 24f4f9822fe8c6758e72577173495705cfcc6713 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 1 Sep 2011 15:03:39 -0500 Subject: doc: consistency when referencing other options Use '\--option' rather than `--option` everywhere. Signed-off-by: Dan McGee --- doc/makepkg.conf.5.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/makepkg.conf.5.txt') diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index a0ea2d77..2778361b 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -96,7 +96,7 @@ Options *check*;; Run the check() function if present in the PKGBUILD. This can be enabled or disabled for individual packages through the use of - makepkg's `--check` and `--nocheck` options respectively. + makepkg's '\--check' and '\--nocheck' options respectively. *sign*;; Generate a PGP signature file using GnuPG. This will execute `gpg @@ -120,7 +120,7 @@ Options **GPGKEY=**"":: Specify a key to use for gpg signing instead of the default key in the - keyring. Can be overridden with makepkg's `--key` option. + keyring. Can be overridden with makepkg's '\--key' option. **OPTIONS=(**strip docs libtool emptydirs zipman purge !upx**)**:: This array contains options that affect the default packaging. They are -- cgit v1.2.3-24-g4f1b