[lttng-dev] [PATCH lttng-ust] Docs: LTTNG-UST(3): missing references to some namespace man pages
Michael Jeanson
mjeanson at efficios.com
Thu Oct 24 15:12:08 EDT 2019
On 2019-10-24 3:08 p.m., Jérémie Galarneau wrote:
> The LTTNG-UST(3) manual page is missing references to the mount,
> network, ipc, and uts namespace man pages.
>
> Signed-off-by: Jérémie Galarneau <jeremie.galarneau at efficios.com>
> ---
> doc/man/lttng-ust.3.txt | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/doc/man/lttng-ust.3.txt b/doc/man/lttng-ust.3.txt
> index 1bd4d1e0..2534612a 100644
> --- a/doc/man/lttng-ust.3.txt
> +++ b/doc/man/lttng-ust.3.txt
> @@ -804,15 +804,15 @@ The following man:namespaces(7) context fields are supported by LTTng-UST:
>
> `ipc_ns`::
> System V IPC, POSIX message queues namespace: inode number of the
> - current IPC namespace in the proc filesystem.
> + current man:ipc_namespaces(7) namespace in the proc filesystem.
>
> `mnt_ns`::
> - Mount points namespace: inode number of the current Mount namespace
> - in the proc filesystem.
> + Mount points namespace: inode number of the current
> + man:mount_namespaces(7) in the proc filesystem.
>
> `net_ns`::
> Network devices, stacks, ports namespace: inode number of the
> - current Network namespace in the proc filesystem.
> + current man:network_namespaces(7) in the proc filesystem.
>
> `pid_ns`::
> Process IDs namespace: inode number of the current
> @@ -824,7 +824,7 @@ The following man:namespaces(7) context fields are supported by LTTng-UST:
>
> `uts_ns`::
> Hostname and NIS domain name namespace: inode number of the
> - current UTS namespace in the proc filesystem.
> + current man:uts_namespaces(7) in the proc filesystem.
>
> The following man:credentials(7) context fields are supported by LTTng-UST:
>
>
The 'ipc_namespaces(7)' and 'uts_namespaces(7)' aren't present on my
system, do you have them on Arch?
More information about the lttng-dev
mailing list