summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-09-01 12:42:45 +0200
committerMark Wielaard <mark@klomp.org>2017-09-15 13:12:23 +0200
commit2a9dc514e5d35934589d06a12c12da29ccde72ea (patch)
tree4a43f194ba5fd91acba452e99408ec41462055f3 /src
parent760925bc7b43814d30ee4e0396709fe8a3f66cd6 (diff)
downloadelfutils-2a9dc514e5d35934589d06a12c12da29ccde72ea.tar.gz
Internationalized messages should not contain the '\v' escape sequence.
Replace horizontal tab '\v' with double line feed '\n\n' in doc strings. Regenerate .po files. Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/stack.c3
-rw-r--r--src/unstrip.c3
3 files changed, 9 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index daedfca6..8370b696 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-01 Mark Wielaard <mark@klomp.org>
+
+ * stack.c (main): Replace \v in doc string with \n\n.
+ * unstrip.c (main): Likewise.
+
2017-05-04 Ulf Hermann <ulf.hermann@qt.io>
* stack.c: Print pid_t using %lld.
diff --git a/src/stack.c b/src/stack.c
index 7c180b79..52ae3a86 100644
--- a/src/stack.c
+++ b/src/stack.c
@@ -678,7 +678,8 @@ main (int argc, char **argv)
{
.options = options,
.parser = parse_opt,
- .doc = N_("Print a stack for each thread in a process or core file.\v\
+ .doc = N_("Print a stack for each thread in a process or core file.\n\
+\n\
Program exits with return code 0 if all frames were shown without \
any errors. If some frames were shown, but there were some non-fatal \
errors, possibly causing an incomplete backtrace, the program exits \
diff --git a/src/unstrip.c b/src/unstrip.c
index 50749093..f368e696 100644
--- a/src/unstrip.c
+++ b/src/unstrip.c
@@ -2383,7 +2383,8 @@ main (int argc, char **argv)
.children = argp_children,
.args_doc = N_("STRIPPED-FILE DEBUG-FILE\n[MODULE...]"),
.doc = N_("\
-Combine stripped files with separate symbols and debug information.\v\
+Combine stripped files with separate symbols and debug information.\n\
+\n\
The first form puts the result in DEBUG-FILE if -o was not given.\n\
\n\
MODULE arguments give file name patterns matching modules to process.\n\