[Bug-tar] [PATCH] doc/tar.1: typesetting and spelling fixes

2015-09-24 Thread Kir Kolyshkin
). Finally, a case when \fI was missing I so the next character (N) was interpreted as a font name rather than a literal. Signed-off-by: Kir Kolyshkin --- doc/tar.1 | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/tar.1 b/doc/tar.1 index 0c1e8bd..0b67355 100644

[Bug-tar] [PATCH] tar.1: minor fixes

2019-03-22 Thread Kir Kolyshkin
1. Add missing .TP before TAR_SUBCOMMAND, otherwise it is merged with the description of the previous option. 2. Fix typesetting of pax(1) utility (last word was in bold). 3. Remove .B from examples (some were in bold, some not, and by default bold is not used in examples). Signed-off-by: Kir