manpage -> man pages
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2015 03:41:13 +0000 (23:41 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 4 Sep 2015 15:56:09 +0000 (11:56 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/getting-started/tracing-your-own-user-application.md
contents/reference/intro.md
contents/reference/online-manpages.md
contents/understanding-lttng/plumbing/liblttng-ctl-lttng.md
contents/understanding-lttng/plumbing/lttng-sessiond.md
contents/using-lttng/controlling-tracing/enabling-disabling-channels/fine-tuning-channels.md
contents/using-lttng/controlling-tracing/intro.md
contents/using-lttng/instrumenting/c-application/building-linking/lttng-ust-pkg-config.md
contents/using-lttng/instrumenting/c-application/lttng-gen-tp.md
toc/docs.yml

index 71ac5e8661c0219d36a000aef12618219739b792..9d27585fe63958a8eade07b60c28661e91d4032c 100644 (file)
@@ -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
-<a href="/man/3/lttng-ust" class="ext">LTTng-UST manpage</a>.
+<a href="/man/3/lttng-ust" class="ext">LTTng-UST man page</a>.
 
 Save the above snippet as `hello-tp.tp` and run:
 
index 19b67be55a4d6fda0c1de405ccdec0d588523b68..f422066721f5e38b3ad3de5b944458a526d1aee5 100644 (file)
@@ -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.
index 1eb0579fa9cfae26a8d941b82eaf209534260f67..b330e57e4c8a989bae3a315756a5389d9788bdd2 100644 (file)
@@ -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**
index d880bd5e98089c616030cb74fd4758beb7a91831..873f3b6823acf199919941e9426d2d61491841d3 100644 (file)
@@ -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.
-<a href="/man/1/lttng" class="ext">Its manpage</a> is exhaustive, as
+<a href="/man/1/lttng" class="ext">Its man page</a> is exhaustive, as
 well as its command line help (<code>lttng <em>cmd</em> --help</code>,
 where <code><em>cmd</em></code> is the command name).
 
index f87beaaf5efd2b0ec22cc2caecc93a7372d91508..4469902f89f7363b3bd6ec2cd8f4c23faabf9a43 100644 (file)
@@ -78,5 +78,5 @@ pkill lttng-sessiond
 The default `SIGTERM` signal terminates it cleanly.
 
 Several other options are available and described in
-<a href="/man/8/lttng-sessiond" class="ext"><code>lttng-sessiond</code>'s manpage</a>
-or by running `lttng-sessiond --help`.
+<a href="/man/8/lttng-sessiond" class="ext"><code>lttng-sessiond</code>'s
+man page</a> or by running `lttng-sessiond --help`.
index 9682cd49c4ee76f5326ef74c68bad63fe6788125..a33935d08694c82eb9c3e9e58f7da92ba49faf23 100644 (file)
@@ -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
-<a href="/man/1/lttng" class="ext">the manpage of `lttng`</a>
+<a href="/man/1/lttng" class="ext">the man page of `lttng`</a>
 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
index 3b177c35610cc2f021d4cc759b4abf1ba08edbf9..a8f4d715b248199d48dabb9623712fdbef4db30a 100644 (file)
@@ -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.
 
index 70147934db682e9b1a4735ec4f5b1577b5fe9894..1e38f43a38baf65893a5af9a2a11b4fc145af5d2 100644 (file)
@@ -18,4 +18,4 @@ pkg-config --modversion lttng-ust
 </pre>
 
 For more information about pkg-config, see
-<a href="http://linux.die.net/man/1/pkg-config" class="ext">its manpage</a>.
+<a href="http://linux.die.net/man/1/pkg-config" class="ext">its man page</a>.
index ff1c06aec997bef78709b2264ca7a08fc3bfa07b..1ac4ad02cc73a635e09a3a5ddc750cc4e503ad05 100644 (file)
@@ -31,4 +31,4 @@ CFLAGS=-I/custom/include/path lttng-gen-tp my-template.tp
 </pre>
 
 For more information on `lttng-gen-tp`, see
-<a href="/man/1/lttng-gen-tp" class="ext">its manpage</a>.
+<a href="/man/1/lttng-gen-tp" class="ext">its man page</a>.
index dbb8ade203514483d3ac4c81a0ff9bb5a56354b1..c0703c30e4026204be0b203fbc824e61f545658e 100644 (file)
@@ -203,7 +203,7 @@ cats:
     title: Reference
     cats:
       - id: online-lttng-manpages
-        title: Online <span class="reset-text-transform">LTTng</span> manpages
+        title: Online <span class="reset-text-transform">LTTng</span> man pages
       - id: lttng-ust-ref
         title: <span class="reset-text-transform">LTTng</span>-UST
         cats:
This page took 0.026759 seconds and 4 git commands to generate.