diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-10-12 20:54:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-12 20:54:38 +0300 |
commit | 756e682f2a628395c610efe01813a2c6fabe3e7f (patch) | |
tree | 53069ddc9c5d8af071b7ae824d1a9e618402bd5e | |
parent | f1c410fc98003fa99c6b3de2eb8552968a9e1907 (diff) | |
parent | 39f2eeb233810e15e1a3ca7780eedb6b895deb8c (diff) | |
download | meson-756e682f2a628395c610efe01813a2c6fabe3e7f.zip meson-756e682f2a628395c610efe01813a2c6fabe3e7f.tar.gz meson-756e682f2a628395c610efe01813a2c6fabe3e7f.tar.bz2 |
Merge pull request #2477 from 1ace/fix/man-mesonconf
Couple fixes for the man pages
-rw-r--r-- | man/meson.1 | 10 | ||||
-rw-r--r-- | man/mesonintrospect.1 | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/man/meson.1 b/man/meson.1 index 1f60a7c..04b56de 100644 --- a/man/meson.1 +++ b/man/meson.1 @@ -63,8 +63,9 @@ print command line help .SH The configure command -Mesonconf provides a way to configure a Meson -project from the command line. Its usage is simple. +.B meson configure +provides a way to configure a Meson project from the command line. +Its usage is simple: .B meson configure [ .I build directory @@ -74,8 +75,9 @@ project from the command line. Its usage is simple. 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. +If no parameters are set, +.B meson configure +will print the value of all build options to the console. To set values, use the \-D command line argument like this. diff --git a/man/mesonintrospect.1 b/man/mesonintrospect.1 index d4101de..c32767c 100644 --- a/man/mesonintrospect.1 +++ b/man/mesonintrospect.1 @@ -1,4 +1,4 @@ -.TH MESONCONF "1" "October 2017" "mesonintrospect 0.43.0" "User Commands" +.TH MESONINTROSPECT "1" "October 2017" "mesonintrospect 0.43.0" "User Commands" .SH NAME mesonintrospect - a tool to extract information about a Meson build .SH DESCRIPTION |