doc/man: reorganize source for tables
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 29 Nov 2016 02:34:26 +0000 (21:34 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2016 20:35:07 +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 267b9a4009ccee174fb74e9a230d72bfca199a84..b29373d49462f875fb1283b1d622f8e3ba7f0aef 100644 (file)
@@ -109,10 +109,12 @@ The following LTTng-UST events are available when using
 Fields:
 +
 [options="header"]
-|=========================================================================
-| Field name                 | Description
-| `func_addr`                | Function address
-|=========================================================================
+|===
+|Field name |Description
+
+|`func_addr`
+|Function address
+|===
 
 `lttng_ust_cyg_profile_fast:func_exit`::
     Emitted when an application function returns, or more
@@ -139,11 +141,15 @@ The following LTTng-UST events are available when using
 Fields:
 +
 [options="header"]
-|=========================================================================
-| Field name                 | Description
-| `func_addr`                | Function address
-| `call_site`                | Address from which this function was called
-|=========================================================================
+|===
+|Field name |Description
+
+|`func_addr`
+|Function address
+
+|`call_site`
+|Address from which this function was called
+|===
 
 `lttng_ust_cyg_profile:func_exit`::
     Emitted when an application function returns, or more
@@ -152,11 +158,15 @@ Fields:
 Fields:
 +
 [options="header"]
-|=========================================================================
-| Field name                 | Description
-| `func_addr`                | Function address
-| `call_site`                | Address from which this function was called
-|=========================================================================
+|===
+|Field name |Description
+
+|`func_addr`
+|Function address
+
+|`call_site`
+|Address from which this function was called
+|===
 
 
 include::common-footer.txt[]
index 392e5cb7e6751a5bdfcb9ebd4734092747dfe223..095eb99dec06621903526bcb874b4f4787f5288f 100644 (file)
@@ -35,12 +35,18 @@ The following LTTng-UST events are available when using this library:
 Fields:
 +
 [options="header"]
-|==============================================================
-| Field name                 | Description
-| `baddr`                    | Base address of loaded library
-| `memsz`                    | Size of loaded library in memory
-| `path`                     | Path to loaded library file
-|==============================================================
+|===
+|Field name |Description
+
+|`baddr`
+|Base address of loaded library
+
+|`memsz`
+|Size of loaded library in memory
+
+|`path`
+|Path to loaded library file
+|===
 
 `lttng_ust_dl:dlclose`::
     Emitted when man:dlclose(3) is called.
@@ -48,10 +54,12 @@ Fields:
 Fields:
 +
 [options="header"]
-|==============================================================
-| Field name                 | Description
-| `baddr`                    | Base address of loaded library
-|==============================================================
+|===
+|Field name |Description
+
+|`baddr`
+|Base address of loaded library
+|===
 
 `lttng_ust_dl:debug_link`::
     Emitted when debug link information is found when loading a library
@@ -62,12 +70,18 @@ Fields:
 Fields:
 +
 [options="header"]
-|==============================================================
-| Field name                 | Description
-| `baddr`                    | Base address of loaded library
-| `filename`                 | Debug link file name
-| `crc`                      | Debug link file's CRC
-|==============================================================
+|===
+|Field name |Description
+
+|`baddr`
+|Base address of loaded library
+
+|`filename`
+|Debug link file name
+
+|`crc`
+|Debug link file's CRC
+|===
 
 `lttng_ust_dl:build_id`::
     Emitted when a build ID is found when loading a library
@@ -78,11 +92,15 @@ Fields:
 Fields:
 +
 [options="header"]
-|==============================================================
-| Field name                 | Description
-| `baddr`                    | Base address of loaded library
-| `build_id`                 | Build ID
-|==============================================================
+|===
+|Field name |Description
+
+|`baddr`
+|Base address of loaded library
+
+|`build_id`
+|Build ID
+|===
 
 
 include::common-footer.txt[]
index c2910f55df6ef1f63f61bad1517d2fec19e70cf0..046e5b458233ed99574894ef7655c485f757fbcf 100644 (file)
@@ -817,14 +817,21 @@ This event has no fields.
 Fields:
 +
 [options="header"]
-|==================================================================
-| Field name                 | Description
-| `baddr`                    | Base address of loaded executable
-| `memsz`                    | Size of loaded executable in memory
-| `path`                     | Path to loaded executable file
-| `is_pic`                   | Whether the executable is
-                               position-independent code
-|==================================================================
+|===
+|Field name |Description
+
+|`baddr`
+|Base address of loaded executable
+
+|`memsz`
+|Size of loaded executable in memory
+
+|`path`
+|Path to loaded executable file
+
+|`is_pic`
+|Whether the executable is position-independent code
+|===
 
 `lttng_ust_statedump:build_id`::
     Emitted when a build ID is found in a currently loaded shared
@@ -835,11 +842,15 @@ Fields:
 Fields:
 +
 [options="header"]
-|==============================================================
-| Field name                 | Description
-| `baddr`                    | Base address of loaded library
-| `build_id`                 | Build ID
-|==============================================================
+|===
+|Field name |Description
+
+|`baddr`
+|Base address of loaded library
+
+|`build_id`
+|Build ID
+|===
 
 `lttng_ust_statedump:debug_link`::
     Emitted when debug link information is found in a currently loaded
@@ -850,12 +861,18 @@ Fields:
 Fields:
 +
 [options="header"]
-|==============================================================
-| Field name                 | Description
-| `baddr`                    | Base address of loaded library
-| `crc`                      | Debug link file's CRC
-| `filename`                 | Debug link file name
-|==============================================================
+|===
+|Field name |Description
+
+|`baddr`
+|Base address of loaded library
+
+|`crc`
+|Debug link file's CRC
+
+|`filename`
+|Debug link file name
+|===
 
 
 [[example]]
index 43ba934befc1ed79ac30a2b6d2bec1918459d1d9..e90e91895b7614d95b5f4f93630384d470ca79a1 100644 (file)
@@ -47,13 +47,21 @@ command.
 The `tracelog()` events contain the following fields:
 
 [options="header"]
-|===============================================================
-| Field name | Description
-| `line`     | Line in source file where `tracelog()` was called
-| `file`     | Source file from which `tracelog()` was called
-| `func`     | Function name from which `tracelog()` was called
-| `msg`      | Formatted string output
-|===============================================================
+|===
+|Field name |Description
+
+|`line`
+|Line in source file where `tracelog()` was called
+
+|`file`
+|Source file from which `tracelog()` was called
+
+|`func`
+|Function name from which `tracelog()` was called
+
+|`msg`
+|Formatted string output
+|===
 
 If you do not need to attach a specific log level to a `tracelog()`
 call, use man:tracef(3) instead.
This page took 0.027793 seconds and 4 git commands to generate.