public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: Timo Juhani Lindfors <timo.lindfors@iki.fi>
To: systemtap@sourceware.org
Cc: Timo Juhani Lindfors <timo.lindfors@iki.fi>
Subject: [PATCH 6/8] man stappaths.7: properly escape dot in the beginning of the line
Date: Sat, 23 Feb 2013 22:56:00 -0000	[thread overview]
Message-ID: <1361660152-29009-6-git-send-email-timo.lindfors@iki.fi> (raw)
In-Reply-To: <1361660152-29009-1-git-send-email-timo.lindfors@iki.fi>

The zero-width control character ensures that the dot is not treated
as a control character. This fixes the following Debian lintian
warning:

W: systemtap-doc: manpage-has-errors-from-man usr/share/man/man7/stappaths.7.gz 61: warning: macro `Elfutils' not defined
---
 man/stappaths.7.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/stappaths.7.in b/man/stappaths.7.in
index baa6d91..c275ff1 100644
--- a/man/stappaths.7.in
+++ b/man/stappaths.7.in
@@ -57,8 +57,8 @@ The location of kernel debugging information when packaged into the
 RPM, unless overridden by the
 .I SYSTEMTAP_DEBUGINFO_PATH
 environment variable.  The default value for this variable is
-.I \+:.debug:/usr/lib/debug:build 
-.  Elfutils searches vmlinux in this path and it interprets the path as a base
+.I \+:.debug:/usr/lib/debug:build
+\&. Elfutils searches vmlinux in this path and it interprets the path as a base
 directory of which various subdirectories will be searched for finding debuginfo
 for the kernel, kernel modules, and user-space binaries.
 By default, systemtap will also look for vmlinux in these locations:
-- 
1.7.2.5

  parent reply	other threads:[~2013-02-23 22:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-23 22:56 [PATCH 1/8] man stap.1: escape minus sign properly Timo Juhani Lindfors
2013-02-23 22:56 ` [PATCH 2/8] man stap.1: fix typo Timo Juhani Lindfors
2013-02-23 22:56 ` [PATCH 7/8] Add missing executable bit to example scripts Timo Juhani Lindfors
2013-02-23 22:56 ` [PATCH 8/8] man: escape quote properly in header Timo Juhani Lindfors
2013-02-23 22:56 ` [PATCH 4/8] remove executable bit from stapgames tapset Timo Juhani Lindfors
2013-02-23 22:56 ` [PATCH 3/8] man stapprobes.3stap: escape minus sign properly Timo Juhani Lindfors
2013-02-23 22:56 ` Timo Juhani Lindfors [this message]
2013-02-23 22:57 ` [PATCH 5/8] Add missing "#!/usr/bin/env stap" to some examples Timo Juhani Lindfors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1361660152-29009-6-git-send-email-timo.lindfors@iki.fi \
    --to=timo.lindfors@iki.fi \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).