From: Carl Worth Date: Tue, 4 Aug 2009 19:20:05 +0000 (-0700) Subject: Drop undefined B macro from tar man page, (fixes lintian warning) X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=8eb6f656242a57ed67ef752ce25ca7c9d04dc255;hp=8eb6f656242a57ed67ef752ce25ca7c9d04dc255;p=tar Drop undefined B macro from tar man page, (fixes lintian warning) 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. ---