diff options
| -rw-r--r-- | usr/src/cmd/man/man.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr/src/cmd/man/man.c b/usr/src/cmd/man/man.c index 3a676ee0e5..ec8c361190 100644 --- a/usr/src/cmd/man/man.c +++ b/usr/src/cmd/man/man.c @@ -89,13 +89,13 @@ static const struct map_entry { { "4", "5" }, { "5", "7" }, { "7", "4" }, - { "7B", "4B" }, - { "7D", "4D" }, - { "7FS", "4FS" }, - { "7I", "4I" }, - { "7IPP", "4IPP" }, - { "7M", "4M" }, - { "7P", "4P" }, + { "7b", "4b" }, + { "7d", "4d" }, + { "7fs", "4fs" }, + { "7i", "4i" }, + { "7ipp", "4ipp" }, + { "7m", "4m" }, + { "7p", "4p" }, { NULL, NULL } }; |
