diff options
author | Thomas Goirand <thomas@goirand.fr> | 2014-02-18 11:18:04 +0800 |
---|---|---|
committer | Thomas Goirand <thomas@goirand.fr> | 2014-02-18 11:42:18 +0800 |
commit | 822274b637e61fbfc035a4991dbf77281e6aea51 (patch) | |
tree | fb53686ee7235328e5cc4b17a12accd244e6f0ad /tests/test_multithreading.py | |
parent | 0aa0f4f6ccda99aae754768f2980be2f93f8fb92 (diff) | |
download | python-swiftclient-822274b637e61fbfc035a4991dbf77281e6aea51.tar.gz |
swift.1 manpage fix for groff warnings
The current manual page contains hyphens where a minus sign
was intended. By default, "-" chars are interpreted as
hyphens (U+2010) by groff, not as minus signs (U+002D).
Since options to programs use minus signs (U+002D), this
means for example in UTF-8 locales that you cannot cut and
paste options, nor search for them easily.
This patch fixes this by escaping hyphens with backslashes,
and also fixes a typo: s/retreived/retrieved/.
Change-Id: If954c91eebe7b39bdac792f1f126998d2e3bcb8e
Diffstat (limited to 'tests/test_multithreading.py')
0 files changed, 0 insertions, 0 deletions