$OpenBSD: patch-kioslave_man_kio_man_cpp,v 1.3 2002/05/23 14:37:21 espie Exp $
--- kioslave/man/kio_man.cpp.orig	Thu May 16 23:24:56 2002
+++ kioslave/man/kio_man.cpp	Thu May 16 23:25:31 2002
@@ -571,6 +571,10 @@ QString sectionName(const QString& secti
         return i18n("System Calls");
     else if (section == "3")
         return i18n("Subroutines");
+    else if (section == "3p")
+    	return i18n("Perl Modules");
+    else if (section == "3n")
+    	return i18n("Network Functions");
     else if (section == "4")
         return i18n("Devices");
     else if (section == "5")
