summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2022-03-03 10:50:03 -0500
committerDan McDonald <danmcd@joyent.com>2022-03-03 10:50:03 -0500
commitff6103d7e1a4533534e83ab1c5e06459f862030a (patch)
treed3fe44955b0026fac28311f46348f45f374a872d
parent97e222d4ec71f1d80fcbc8823801dd7f6cbd05ee (diff)
downloadillumos-joyent-ff6103d7e1a4533534e83ab1c5e06459f862030a.tar.gz
Mappings for old sections must be lowercase
-rw-r--r--usr/src/cmd/man/man.c14
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 }
};