diff options
| author | Mark Wielaard <[email protected]> | 2017-09-01 12:42:45 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-09-15 13:12:23 +0200 |
| commit | 2a9dc514e5d35934589d06a12c12da29ccde72ea (patch) | |
| tree | 4a43f194ba5fd91acba452e99408ec41462055f3 /src/stack.c | |
| parent | 760925bc7b43814d30ee4e0396709fe8a3f66cd6 (diff) | |
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 <[email protected]>
Diffstat (limited to 'src/stack.c')
| -rw-r--r-- | src/stack.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |
