summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Paillard <spaillard@debian.org>2013-09-05 13:08:35 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-09-05 13:09:41 +0200
commit5c977011c18ac57725da4c2a613312f4be20c912 (patch)
tree829e11216690a6e966f46b0d6e1980bfa91e9427
parent78638aae3035d85ca027c003f480ff5d7921fac0 (diff)
ptrace.2, setns.2, glob.7, ld.so.8: ffix: hyphen-used-as-minus-sign
See http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/ptrace.22
-rw-r--r--man2/setns.24
-rw-r--r--man7/glob.72
-rw-r--r--man8/ld.so.82
4 files changed, 5 insertions, 5 deletions
diff --git a/man2/ptrace.2 b/man2/ptrace.2
index f9118bff..fa5d63f1 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 780cd804..614cc9cb 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 d6b52ce6..98e6fc8c 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 76f31b04..eb358ade 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