From d01f365ab46ae32b002602ee8fe8b7ad4102a659 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 28 Nov 2016 21:35:34 -0500 Subject: [PATCH] doc/man: add full stop to descriptive table cells Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- doc/man/lttng-ust-cyg-profile.3.txt | 10 +++++----- doc/man/lttng-ust-dl.3.txt | 18 +++++++++--------- doc/man/lttng-ust.3.txt | 18 +++++++++--------- doc/man/tracelog.3.txt | 8 ++++---- 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/doc/man/lttng-ust-cyg-profile.3.txt b/doc/man/lttng-ust-cyg-profile.3.txt index b29373d4..34489195 100644 --- a/doc/man/lttng-ust-cyg-profile.3.txt +++ b/doc/man/lttng-ust-cyg-profile.3.txt @@ -113,7 +113,7 @@ Fields: |Field name |Description |`func_addr` -|Function address +|Function address. |=== `lttng_ust_cyg_profile_fast:func_exit`:: @@ -145,10 +145,10 @@ Fields: |Field name |Description |`func_addr` -|Function address +|Function address. |`call_site` -|Address from which this function was called +|Address from which this function was called. |=== `lttng_ust_cyg_profile:func_exit`:: @@ -162,10 +162,10 @@ Fields: |Field name |Description |`func_addr` -|Function address +|Function address. |`call_site` -|Address from which this function was called +|Address from which this function was called. |=== diff --git a/doc/man/lttng-ust-dl.3.txt b/doc/man/lttng-ust-dl.3.txt index 095eb99d..28d865c6 100644 --- a/doc/man/lttng-ust-dl.3.txt +++ b/doc/man/lttng-ust-dl.3.txt @@ -39,13 +39,13 @@ Fields: |Field name |Description |`baddr` -|Base address of loaded library +|Base address of loaded library. |`memsz` -|Size of loaded library in memory +|Size of loaded library in memory. |`path` -|Path to loaded library file +|Path to loaded library file. |=== `lttng_ust_dl:dlclose`:: @@ -58,7 +58,7 @@ Fields: |Field name |Description |`baddr` -|Base address of loaded library +|Base address of loaded library. |=== `lttng_ust_dl:debug_link`:: @@ -74,13 +74,13 @@ Fields: |Field name |Description |`baddr` -|Base address of loaded library +|Base address of loaded library. |`filename` -|Debug link file name +|Debug link file name. |`crc` -|Debug link file's CRC +|Debug link file's CRC. |=== `lttng_ust_dl:build_id`:: @@ -96,10 +96,10 @@ Fields: |Field name |Description |`baddr` -|Base address of loaded library +|Base address of loaded library. |`build_id` -|Build ID +|Build ID. |=== diff --git a/doc/man/lttng-ust.3.txt b/doc/man/lttng-ust.3.txt index 046e5b45..f610c72c 100644 --- a/doc/man/lttng-ust.3.txt +++ b/doc/man/lttng-ust.3.txt @@ -821,16 +821,16 @@ Fields: |Field name |Description |`baddr` -|Base address of loaded executable +|Base address of loaded executable. |`memsz` -|Size of loaded executable in memory +|Size of loaded executable in memory. |`path` -|Path to loaded executable file +|Path to loaded executable file. |`is_pic` -|Whether the executable is position-independent code +|Whether the executable is position-independent code. |=== `lttng_ust_statedump:build_id`:: @@ -846,10 +846,10 @@ Fields: |Field name |Description |`baddr` -|Base address of loaded library +|Base address of loaded library. |`build_id` -|Build ID +|Build ID. |=== `lttng_ust_statedump:debug_link`:: @@ -865,13 +865,13 @@ Fields: |Field name |Description |`baddr` -|Base address of loaded library +|Base address of loaded library. |`crc` -|Debug link file's CRC +|Debug link file's CRC. |`filename` -|Debug link file name +|Debug link file name. |=== diff --git a/doc/man/tracelog.3.txt b/doc/man/tracelog.3.txt index e90e9189..d9aaa71d 100644 --- a/doc/man/tracelog.3.txt +++ b/doc/man/tracelog.3.txt @@ -51,16 +51,16 @@ The `tracelog()` events contain the following fields: |Field name |Description |`line` -|Line in source file where `tracelog()` was called +|Line in source file where `tracelog()` was called. |`file` -|Source file from which `tracelog()` was called +|Source file from which `tracelog()` was called. |`func` -|Function name from which `tracelog()` was called +|Function name from which `tracelog()` was called. |`msg` -|Formatted string output +|Formatted string output. |=== If you do not need to attach a specific log level to a `tracelog()` -- 2.34.1