From bd2a0d5c04e2d86b0b4bb64df12e7cf57d5cf2d3 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 14 Jun 2021 12:41:57 -0400 Subject: [PATCH] Use double quotes for full section names Signed-off-by: Philippe Proulx --- common/acknowledgements.txt | 13 ++++++------- common/convention.txt | 4 ++-- common/welcome.txt | 6 +++--- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/common/acknowledgements.txt b/common/acknowledgements.txt index 3234875..932de9c 100644 --- a/common/acknowledgements.txt +++ b/common/acknowledgements.txt @@ -4,16 +4,15 @@ A few people made the online LTTng Documentation possible. http://eepp.ca/[Philippe Proulx] wrote most of the content, created -the diagrams, and formatted the document. He is the current maintainer +the diagrams, and formatted the document. He's the current maintainer of the LTTng Documentation. Daniel U. Thibault, from the DRDC, wrote -http://cradpdf.drdc-rddc.gc.ca/PDFS/unc246/p804561_A1b.pdf[LTTng: -The Linux Trace Toolkit Next Generation{nbsp}—{nbsp}A -Comprehensive User's Guide (version 2.3 edition)] which was used -to complete parts of the <> and -<> sections and for a few passages here -and there. +``http://cradpdf.drdc-rddc.gc.ca/PDFS/unc246/p804561_A1b.pdf[LTTng: The +Linux Trace Toolkit Next Generation{nbsp}—{nbsp}A Comprehensive +User's Guide (version 2.3 edition)]'' which was used to complete parts +of the ``<>'' and ``<>'' sections and for a few passages here and there. The entire http://www.efficios.com/[EfficiOS] team made essential reviews of the whole document. diff --git a/common/convention.txt b/common/convention.txt index edb6174..a7274c2 100644 --- a/common/convention.txt +++ b/common/convention.txt @@ -10,14 +10,14 @@ following sentence. Practical tips and notes are given throughout the document using the following style: -TIP: Make sure you read the tips. +TIP: Read the tips. Terminal boxes are used to show command lines: [role="term"] ---- $ echo Command line as a regular user -# echo Command line as a priviledged user +# echo Command line as a the `root` user ---- Command lines which you need to execute as a priviledged user start with diff --git a/common/welcome.txt b/common/welcome.txt index ac73634..0c3fc74 100644 --- a/common/welcome.txt +++ b/common/welcome.txt @@ -4,13 +4,13 @@ Welcome to the **LTTng Documentation**! The _Linux Trace Toolkit: next generation_ is an open source software -toolkit which you can use to simultaneously trace the Linux kernel, user -applications, and user libraries. +toolkit which you can use to trace the Linux kernel, user applications, +and user libraries at the same time. LTTng consists of: * Kernel modules to trace the Linux kernel. -* Shared libraries to trace user applications written in C or C++. +* Shared libraries to trace C/$$C++$$ user applications. * Java packages to trace Java applications which use `java.util.logging` or Apache log4j 1.2. * A Python package to trace Python applications which use the standard -- 2.34.1