[lttng-dev] [PATCH lttng-ust] Doc: update manpages for soinfo/sopath name change
Mathieu Desnoyers
mathieu.desnoyers at efficios.com
Wed Apr 20 21:10:22 UTC 2016
Merged into master and stable-2.8, thanks!
Mathieu
----- On Apr 20, 2016, at 5:05 PM, Antoine Busque abusque at efficios.com wrote:
> Signed-off-by: Antoine Busque <abusque at efficios.com>
> ---
> doc/man/lttng-ust-dl.3.txt | 2 +-
> doc/man/lttng-ust.3.txt | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/doc/man/lttng-ust-dl.3.txt b/doc/man/lttng-ust-dl.3.txt
> index 9302222..392e5cb 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 c7b82c1..1d69221 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
> |==================================================================
> --
> 2.8.0
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list