From fa4aca6282663d5cccd1a0206a03ddecdb043dec Mon Sep 17 00:00:00 2001 From: Antoine Busque Date: Wed, 20 Apr 2016 17:05:09 -0400 Subject: [PATCH] Doc: update manpages for soinfo/sopath name change Signed-off-by: Antoine Busque Signed-off-by: Mathieu Desnoyers --- 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 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 |================================================================== -- 2.34.1