From: "Michael Kerrisk (man-pages)" <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Simon Paillard <spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Subject: Re: [PATCH] ffix: hyphen-used-as-minus-sign
Date: Thu, 05 Sep 2013 13:09:58 +0200 [thread overview]
Message-ID: <52286686.1080706@gmail.com> (raw)
In-Reply-To: <1378337755-8807-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
On 05.09.2013 01:35, Simon Paillard wrote:
> See http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html
Thanks, Simon. Applied.
Cheers,
Michael
> ---
> man2/ptrace.2 | 2 +-
> man2/setns.2 | 4 ++--
> man7/glob.7 | 2 +-
> man8/ld.so.8 | 2 +-
> 4 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/man2/ptrace.2 b/man2/ptrace.2
> index 60d5345..f52b43c 100644
> --- a/man2/ptrace.2
> +++ b/man2/ptrace.2
> @@ -1955,7 +1955,7 @@ file descriptor.
> The usual symptom of this bug is that when you attach to
> a quiescent process with the command
>
> - strace -p <process-ID>
> + strace \-p <process-ID>
>
> then, instead of the usual
> and expected one-line output such as
> diff --git a/man2/setns.2 b/man2/setns.2
> index 780cd80..614cc9c 100644
> --- a/man2/setns.2
> +++ b/man2/setns.2
> @@ -146,7 +146,7 @@ Password:
> clone() returned 3550
> uts.nodename in child: bizarro
> uts.nodename in parent: antero
> -# \fBuname -n\fP # Verify hostname in the shell
> +# \fBuname \-n\fP # Verify hostname in the shell
> antero
> .in
> .fi
> @@ -159,7 +159,7 @@ set by the child created by the first program:
> .nf
> .in +4n
> # \fB./ns_exec /proc/3550/ns/uts /bin/bash\fP
> -# \fBuname -n\fP # Executed in shell started by ns_exec
> +# \fBuname \-n\fP # Executed in shell started by ns_exec
> bizarro
> .in
> .fi
> diff --git a/man7/glob.7 b/man7/glob.7
> index d6b52ce..98e6fc8 100644
> --- a/man7/glob.7
> +++ b/man7/glob.7
> @@ -120,7 +120,7 @@ With
> .I bash
> one can force the classical behavior using this command:
>
> - shopt -s nullglob
> + shopt \-s nullglob
> .\" In Bash v1, by setting allow_null_glob_expansion=true
>
> (Similar problems occur elsewhere.
> diff --git a/man8/ld.so.8 b/man8/ld.so.8
> index 76f31b0..eb358ad 100644
> --- a/man8/ld.so.8
> +++ b/man8/ld.so.8
> @@ -97,7 +97,7 @@ Thus, an application located in
> .I somedir/app
> could be compiled with
>
> - gcc -Wl,-rpath,\(aq$ORIGIN/../lib\(aq
> + gcc \-Wl,\-rpath,\(aq$ORIGIN/../lib\(aq
>
> so that it finds an associated shared library in
> .I somedir/lib
>
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2013-09-05 11:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-04 23:35 [PATCH] ffix: hyphen-used-as-minus-sign Simon Paillard
[not found] ` <1378337755-8807-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-09-05 11:09 ` Michael Kerrisk (man-pages) [this message]
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=52286686.1080706@gmail.com \
--to=mtk.manpages-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.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 NNTP newsgroup(s).