aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-07-08 23:33:33 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-07-08 23:33:33 +0300
commit5e648a9fb92ffe9ca8d6641c9b316acf4af9174a (patch)
treee985cfbbc0e7edd5b071549b5632e02c122e17fc /man
parent1d9795a4c811001414ba7e9008b7c7653f1eab82 (diff)
downloadmeson-5e648a9fb92ffe9ca8d6641c9b316acf4af9174a.zip
meson-5e648a9fb92ffe9ca8d6641c9b316acf4af9174a.tar.gz
meson-5e648a9fb92ffe9ca8d6641c9b316acf4af9174a.tar.bz2
Quote dashes so groff treats them as minus characters rather than hyphens.
Diffstat (limited to 'man')
-rw-r--r--man/mesonconf.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/mesonconf.1 b/man/mesonconf.1
index 5339f7b..29ce1b4 100644
--- a/man/mesonconf.1
+++ b/man/mesonconf.1
@@ -17,9 +17,9 @@ If build directory is omitted, the current directory is used instead.
If no parameters are set, mesonconf will print the value of all build
options to the console.
-To set values, just use the -D command line argument like this.
+To set values, just use the \-D command line argument like this.
-.B mesonconf -Dopt1=value1 -Dopt2=value2
+.B mesonconf \-Dopt1=value1 \-Dopt2=value2
.SH SEE ALSO
-https://sourceforge.net/p/meson
+https://jpakkane.github.io/meson/