From cb987a4a0c4c4961e0684073600951292129f5e0 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 26 Nov 2015 19:02:22 -0500 Subject: [PATCH] Remove weird hyphens from files Signed-off-by: Philippe Proulx --- .../using-lttng/instrumenting/prebuilt-ust-helpers/intro.md | 6 +++--- .../prebuilt-ust-helpers/liblttng-ust-cyg-profile.md | 2 +- .../instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md | 2 +- .../liblttng-ust-libc-pthread-wrapper.md | 2 +- toc/docs.yml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/intro.md b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/intro.md index e9fcc28..eb780ba 100644 --- a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/intro.md +++ b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/intro.md @@ -13,12 +13,12 @@ The current installed helpers are: * `liblttng-ust-libc-wrapper.so` and `liblttng-ust-pthread-wrapper.so`: - [C standard library and POSIX threads tracing](#doc-liblttng‑ust‑libc‑pthread-wrapper) + [C standard library and POSIX threads tracing](#doc-liblttng-ust-libc-pthread-wrapper) * `liblttng-ust-cyg-profile.so` and `liblttng-ust-cyg-profile-fast.so`: - [function tracing](#doc-liblttng‑ust‑cyg‑profile) + [function tracing](#doc-liblttng-ust-cyg-profile) * `liblttng-ust-dl.so`: - [dynamic linker tracing](#doc-liblttng‑ust‑dl) + [dynamic linker tracing](#doc-liblttng-ust-dl) The following subsections document what helpers instrument exactly and how to use them. diff --git a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-cyg-profile.md b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-cyg-profile.md index 8d19b12..61af565 100644 --- a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-cyg-profile.md +++ b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-cyg-profile.md @@ -1,5 +1,5 @@ --- -id: liblttng‑ust‑cyg‑profile +id: liblttng-ust-cyg-profile --- Function tracing is the recording of which functions are entered and diff --git a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md index 8e920fa..625a752 100644 --- a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md +++ b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md @@ -1,5 +1,5 @@ --- -id: liblttng‑ust‑dl +id: liblttng-ust-dl since: 2.4 --- diff --git a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md index 208d572..c0c126c 100644 --- a/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md +++ b/contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md @@ -1,5 +1,5 @@ --- -id: liblttng‑ust‑libc‑pthread-wrapper +id: liblttng-ust-libc-pthread-wrapper since: 2.3 --- diff --git a/toc/docs.yml b/toc/docs.yml index 5188ee8..d6f2492 100644 --- a/toc/docs.yml +++ b/toc/docs.yml @@ -124,11 +124,11 @@ cats: - id: prebuilt-ust-helpers title: Prebuilt user space tracing helpers cats: - - id: liblttng‑ust‑libc‑pthread-wrapper + - id: liblttng-ust-libc-pthread-wrapper title: C standard library and POSIX threads tracing - - id: liblttng‑ust‑cyg‑profile + - id: liblttng-ust-cyg-profile title: Function tracing - - id: liblttng‑ust‑dl + - id: liblttng-ust-dl title: Dynamic linker tracing - id: java-application title: Java application -- 2.34.1