doc/man: add full stop to descriptive table cells
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 29 Nov 2016 02:35:34 +0000 (21:35 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2016 20:35:10 +0000 (15:35 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/lttng-ust-cyg-profile.3.txt
doc/man/lttng-ust-dl.3.txt
doc/man/lttng-ust.3.txt
doc/man/tracelog.3.txt

index b29373d49462f875fb1283b1d622f8e3ba7f0aef..3448919596b1af409650c78b0f9456392271921a 100644 (file)
@@ -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.
 |===
 
 
index 095eb99dec06621903526bcb874b4f4787f5288f..28d865c65debb0233a997466963d062c5925d309 100644 (file)
@@ -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.
 |===
 
 
index 046e5b458233ed99574894ef7655c485f757fbcf..f610c72ccaf1acd2fc55ccac00ceba41a23da053 100644 (file)
@@ -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.
 |===
 
 
index e90e91895b7614d95b5f4f93630384d470ca79a1..d9aaa71d897e4f9839dd3babc7162dccf8fdc658 100644 (file)
@@ -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()`
This page took 0.027926 seconds and 4 git commands to generate.