This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED] 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>
---
 po/ChangeLog  |   4 +
 po/de.po      | 754 ++++++++++++++++++++++++++++----------------------------
 po/es.po      | 760 ++++++++++++++++++++++++++++----------------------------
 po/fr.po      |   2 +-
 po/it.po      |   2 +-
 po/ja.po      | 754 ++++++++++++++++++++++++++++----------------------------
 po/nl.po      |   2 +-
 po/pl.po      | 780 +++++++++++++++++++++++++++++-----------------------------
 po/ru.po      |   2 +-
 po/uk.po      | 779 ++++++++++++++++++++++++++++-----------------------------
 po/zh_CN.po   |   2 +-
 src/ChangeLog |   5 +
 src/stack.c   |   3 +-
 src/unstrip.c |   3 +-
 14 files changed, 1942 insertions(+), 1910 deletions(-)

diff --git a/po/ChangeLog b/po/ChangeLog
index 465ae16..2c27e64 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-01  Mark Wielaard  <mark@klomp.org>
+
+	* *.po: Regenerated. Replace \v with \n\n.
+
 2017-08-02  Mark Wielaard  <mark@klomp.org>
 
 	* *.po: Update for 0.170.
diff --git a/src/ChangeLog b/src/ChangeLog
index daedfca..8370b69 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 7c180b7..52ae3a8 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 5074909..f368e69 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\
-- 
1.8.3.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]