]> git.cworth.org Git - tar/commitdiff
Drop undefined B macro from tar man page, (fixes lintian warning)
authorCarl Worth <cworth@cworth.org>
Tue, 4 Aug 2009 19:20:05 +0000 (12:20 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 4 Aug 2009 19:22:19 +0000 (12:22 -0700)
This undefined macro was causing misformatting of the first line
of the man page:

   The first argument to should be...

rather than:

   The first argument to tar should be...

Presumably just dropping it misses out on some intending formatting,
(emboldening of the word tar perhaps?), but this is at least better
than the word being missing.

debian/tarman

index 74df4ff55c425f10f693f29688314c00e79f8744..3ef257dc5a915c657d2eb739e8a88e6c50eebc5b 100644 (file)
@@ -275,7 +275,7 @@ $command_string
 stores and extracts files from a tape or disk archive.
 .Pp
 The first argument to
 stores and extracts files from a tape or disk archive.
 .Pp
 The first argument to
-.B tar
+tar
 should be a function; either one of the letters
 .Cm $short_letters ,
 or one of the long function names.
 should be a function; either one of the letters
 .Cm $short_letters ,
 or one of the long function names.