From: Philippe Proulx Date: Fri, 4 Sep 2015 03:41:13 +0000 (-0400) Subject: manpage -> man pages X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=5037eb527469ce05a4c1b31b2af4319832c9c881;p=lttng-docs.git manpage -> man pages Signed-off-by: Philippe Proulx --- diff --git a/contents/getting-started/tracing-your-own-user-application.md b/contents/getting-started/tracing-your-own-user-application.md index 71ac5e8..9d27585 100644 --- a/contents/getting-started/tracing-your-own-user-application.md +++ b/contents/getting-started/tracing-your-own-user-application.md @@ -65,7 +65,7 @@ TRACEPOINT_EVENT( The exact syntax is well explained in the [C application](#doc-c-application) instrumenting guide of the [Using LTTng](#doc-using-lttng) chapter, as well as in the -LTTng-UST manpage. +LTTng-UST man page. Save the above snippet as `hello-tp.tp` and run: diff --git a/contents/reference/intro.md b/contents/reference/intro.md index 19b67be..f422066 100644 --- a/contents/reference/intro.md +++ b/contents/reference/intro.md @@ -3,5 +3,5 @@ id: reference --- This chapter presents various references for LTTng packages such as links -to online manpages, tables needed by the rest of the text, descriptions +to online man pages, tables needed by the rest of the text, descriptions of library functions, and more. diff --git a/contents/reference/online-manpages.md b/contents/reference/online-manpages.md index 1eb0579..b330e57 100644 --- a/contents/reference/online-manpages.md +++ b/contents/reference/online-manpages.md @@ -2,7 +2,7 @@ id: online-lttng-manpages --- -LTTng packages currently install the following manpages, available +LTTng packages currently install the following man pages, available online using the links below: * **LTTng-tools** diff --git a/contents/understanding-lttng/plumbing/liblttng-ctl-lttng.md b/contents/understanding-lttng/plumbing/liblttng-ctl-lttng.md index d880bd5..873f3b6 100644 --- a/contents/understanding-lttng/plumbing/liblttng-ctl-lttng.md +++ b/contents/understanding-lttng/plumbing/liblttng-ctl-lttng.md @@ -21,7 +21,7 @@ Every function/structure is thoroughly documented. The `lttng` program is the _de facto_ standard user interface to control LTTng tracing sessions. `lttng` uses `liblttng-ctl` to communicate with session daemons behind the scenes. -Its manpage is exhaustive, as +Its man page is exhaustive, as well as its command line help (lttng cmd --help, where cmd is the command name). diff --git a/contents/understanding-lttng/plumbing/lttng-sessiond.md b/contents/understanding-lttng/plumbing/lttng-sessiond.md index f87beaa..4469902 100644 --- a/contents/understanding-lttng/plumbing/lttng-sessiond.md +++ b/contents/understanding-lttng/plumbing/lttng-sessiond.md @@ -78,5 +78,5 @@ pkill lttng-sessiond The default `SIGTERM` signal terminates it cleanly. Several other options are available and described in -lttng-sessiond's manpage -or by running `lttng-sessiond --help`. +lttng-sessiond's +man page or by running `lttng-sessiond --help`. diff --git a/contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md b/contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md index 9682cd4..a33935d 100644 --- a/contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md +++ b/contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md @@ -4,7 +4,7 @@ id: fine-tuning-channels There are various parameters that may be fine-tuned with the `enable-channel` command. The latter are well documented in -the manpage of `lttng` +the man page of `lttng` and in the [Channel](#doc-channel) section of the [Understanding LTTng](#doc-understanding-lttng) chapter. For basic tracing needs, their default values should be just fine, but here are a diff --git a/contents/using-lttng/controlling-tracing/intro.md b/contents/using-lttng/controlling-tracing/intro.md index 3b177c3..a8f4d71 100644 --- a/contents/using-lttng/controlling-tracing/intro.md +++ b/contents/using-lttng/controlling-tracing/intro.md @@ -14,10 +14,10 @@ automatically by the `lttng` command when needed. Trace data may be forwarded to the network and used elsewhere using an LTTng relay daemon (`lttng-relayd`). -The manpages of `lttng`, `lttng-sessiond` and `lttng-relayd` are pretty +The man pages of `lttng`, `lttng-sessiond` and `lttng-relayd` are pretty complete, thus this section is not an online copy of the latter (we leave this contents for the -[Online LTTng manpages](#doc-online-lttng-manpages) section). +[Online LTTng man pages](#doc-online-lttng-manpages) section). This section is rather a tour of LTTng features through practical examples and tips. diff --git a/contents/using-lttng/instrumenting/c-application/building-linking/lttng-ust-pkg-config.md b/contents/using-lttng/instrumenting/c-application/building-linking/lttng-ust-pkg-config.md index 7014793..1e38f43 100644 --- a/contents/using-lttng/instrumenting/c-application/building-linking/lttng-ust-pkg-config.md +++ b/contents/using-lttng/instrumenting/c-application/building-linking/lttng-ust-pkg-config.md @@ -18,4 +18,4 @@ pkg-config --modversion lttng-ust For more information about pkg-config, see -its manpage. +its man page. diff --git a/contents/using-lttng/instrumenting/c-application/lttng-gen-tp.md b/contents/using-lttng/instrumenting/c-application/lttng-gen-tp.md index ff1c06a..1ac4ad0 100644 --- a/contents/using-lttng/instrumenting/c-application/lttng-gen-tp.md +++ b/contents/using-lttng/instrumenting/c-application/lttng-gen-tp.md @@ -31,4 +31,4 @@ CFLAGS=-I/custom/include/path lttng-gen-tp my-template.tp For more information on `lttng-gen-tp`, see -its manpage. +its man page. diff --git a/toc/docs.yml b/toc/docs.yml index dbb8ade..c0703c3 100644 --- a/toc/docs.yml +++ b/toc/docs.yml @@ -203,7 +203,7 @@ cats: title: Reference cats: - id: online-lttng-manpages - title: Online LTTng manpages + title: Online LTTng man pages - id: lttng-ust-ref title: LTTng-UST cats: