Remove weird hyphens from files
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 27 Nov 2015 00:02:22 +0000 (19:02 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 27 Nov 2015 00:02:22 +0000 (19:02 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
contents/using-lttng/instrumenting/prebuilt-ust-helpers/intro.md
contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-cyg-profile.md
contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-dl.md
contents/using-lttng/instrumenting/prebuilt-ust-helpers/liblttng-ust-libc-pthread-wrapper.md
toc/docs.yml

index e9fcc2804818474105eeb5dcf934acc091cce602..eb780ba3e6ccb62d4017b451bb7a2461492c6bc5 100644 (file)
@@ -13,12 +13,12 @@ The current installed helpers are:
 
   * `liblttng-ust-libc-wrapper.so` and
     `liblttng-ust-pthread-wrapper.so`:
-    [C&nbsp;standard library and POSIX threads tracing](#doc-liblttng‑ust‑libc‑pthread-wrapper)
+    [C&nbsp;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.
index 8d19b1241d943b6eb154b0b349893fbf1f675343..61af565e4cfe4cc917e79e25df8cdc9b6aa8e0ec 100644 (file)
@@ -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
index 8e920fa1e403268aaa91361f0660bd0321c3ac69..625a75237255f6879899706735d0e6b9e4184e38 100644 (file)
@@ -1,5 +1,5 @@
 ---
-id: liblttng‑ust‑dl
+id: liblttng-ust-dl
 since: 2.4
 ---
 
index 208d57265bf59b19c34a60f70d8dc3ee7c722845..c0c126cd0b0737c97314f20fd2e5db52b9f3b2e0 100644 (file)
@@ -1,5 +1,5 @@
 ---
-id: liblttng‑ust‑libc‑pthread-wrapper
+id: liblttng-ust-libc-pthread-wrapper
 since: 2.3
 ---
 
index 5188ee859c5b2e2937b7d9451e669f3c20fe702f..d6f24925e9a7aaa5704cf2ed418bcd0af9ef175d 100644 (file)
@@ -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
This page took 0.031476 seconds and 4 git commands to generate.