From: Antoine Busque Date: Wed, 20 Apr 2016 21:05:09 +0000 (-0400) Subject: Doc: update manpages for soinfo/sopath name change X-Git-Tag: v2.8.0-rc2~4 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=fa4aca6282663d5cccd1a0206a03ddecdb043dec Doc: update manpages for soinfo/sopath name change Signed-off-by: Antoine Busque Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/man/lttng-ust-dl.3.txt b/doc/man/lttng-ust-dl.3.txt index 93022220..392e5cb7 100644 --- a/doc/man/lttng-ust-dl.3.txt +++ b/doc/man/lttng-ust-dl.3.txt @@ -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`:: diff --git a/doc/man/lttng-ust.3.txt b/doc/man/lttng-ust.3.txt index c7b82c1a..1d69221d 100644 --- a/doc/man/lttng-ust.3.txt +++ b/doc/man/lttng-ust.3.txt @@ -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 |==================================================================