diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-07-08 23:33:33 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-07-08 23:33:33 +0300 |
commit | 5e648a9fb92ffe9ca8d6641c9b316acf4af9174a (patch) | |
tree | e985cfbbc0e7edd5b071549b5632e02c122e17fc /man | |
parent | 1d9795a4c811001414ba7e9008b7c7653f1eab82 (diff) | |
download | meson-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.1 | 6 |
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/ |