zint.1.pmd: fix whitesp info, other tweaks; manual.pmd tweak

This commit is contained in:
gitlost 2022-05-20 09:42:19 +01:00
parent 7a32402b93
commit 6537d4670f
7 changed files with 65 additions and 27 deletions

View file

@ -45,7 +45,8 @@ typedef int static_assert_int_at_least_32bits[CHAR_BIT != 8 || sizeof(int) < 4 ?
/* Print list of supported symbologies */
static void types(void) {
printf( " 1 CODE11 Code 11 74 CODABLOCKF Codablock-F\n"
printf( " # Name Description # Name Description\n"
" 1 CODE11 Code 11 74 CODABLOCKF Codablock-F\n"
" 2 C25STANDARD Standard 2 of 5 75 NVE18 NVE-18\n"
" 3 C25INTER Interleaved 2 of 5 76 JAPANPOST Japanese Post\n"
" 4 C25IATA IATA 2 of 5 77 KOREAPOST Korea Post\n"