Doc: update manpages for soinfo/sopath name change
authorAntoine Busque <abusque@efficios.com>
Wed, 20 Apr 2016 21:05:09 +0000 (17:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 20 Apr 2016 21:10:04 +0000 (17:10 -0400)
Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/man/lttng-ust-dl.3.txt
doc/man/lttng-ust.3.txt

index 930222206bededec7e806091a00e679d596782c7..392e5cb7e6751a5bdfcb9ebd4734092747dfe223 100644 (file)
@@ -39,7 +39,7 @@ Fields:
 | Field name                 | Description
 | `baddr`                    | Base address of loaded library
 | `memsz`                    | Size of loaded library in memory
-| `sopath`                   | Path to loaded library file
+| `path`                     | Path to loaded library file
 |==============================================================
 
 `lttng_ust_dl:dlclose`::
index c7b82c1a61876762a0026b183b8c3d1aabdce890..1d69221d122f269311727c463b26f484ee379834 100644 (file)
@@ -776,7 +776,7 @@ This event has no fields.
 +
 This event has no fields.
 
-`lttng_ust_statedump:soinfo`::
+`lttng_ust_statedump:bin_info`::
     Emitted when information about a currently loaded executable or
     shared object is found.
 +
@@ -787,7 +787,7 @@ Fields:
 | Field name                 | Description
 | `baddr`                    | Base address of loaded executable
 | `memsz`                    | Size of loaded executable in memory
-| `sopath`                   | Path to loaded executable file
+| `path`                     | Path to loaded executable file
 | `is_pic`                   | Whether the executable is
                                position-independent code
 |==================================================================
This page took 0.027866 seconds and 4 git commands to generate.