SVN commit 712343 by hasso: Sections for BSD systems according to mdoc(7). M +10 -0 man2html.cpp --- trunk/KDE/kdebase/runtime/kioslave/man/man2html.cpp #712342:712343 @@ -2667,6 +2667,16 @@ "9S", "DDI and DKI Data Structures", "9s", "DDI and DKI Data Structures", "L", "Local Commands", +#elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) + "1", "General Commands", + "2", "System Calls", + "3", "Library Functions", + "4", "Kernel Interfaces", + "5", "File Formats", + "6", "Games", + "7", "Miscellaneous Information", + "8", "System Manager's Manuals", + "9", "Kernel Developer's Manuals", #else // Other OS "1", "User Commands ",