doc/man: add typical `$` and `#` prompts to command lines
[lttng-ust.git] / doc / man / lttng-ust-cyg-profile.3.txt
index 267b9a4009ccee174fb74e9a230d72bfca199a84..5105f76be38d7f59829e4d9fa91446f636804e3e 100644 (file)
@@ -18,7 +18,7 @@ Launch your application by preloading
 
 [role="term"]
 [verse]
-*LD_PRELOAD=liblttng-ust-cyg-profile-fast.so* my-app
+*LD_PRELOAD=liblttng-ust-cyg-profile-fast.so* my-app
 
 Launch your application by preloading
 `liblttng-ust-cyg-profile.so` for slower, more verbose function
@@ -26,7 +26,7 @@ tracing:
 
 [role="term"]
 [verse]
-*LD_PRELOAD=liblttng-ust-cyg-profile.so* my-app
+*LD_PRELOAD=liblttng-ust-cyg-profile.so* my-app
 
 
 DESCRIPTION
@@ -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[]
This page took 0.023708 seconds and 4 git commands to generate.