diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-02 23:54:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-02 23:54:42 +0000 |
commit | adebdb6a4e04e037aae40a4abf258e4c7773ac61 (patch) | |
tree | 396581d65966279f2997543f906344a22832688a /etc | |
parent | 35dfd315f757669bafe234d972060be1adcf8e0d (diff) |
more support for section 3p (like 3f)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/man.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/man.conf b/etc/man.conf index 35e019151f3..8013a4c902c 100644 --- a/etc/man.conf +++ b/etc/man.conf @@ -1,4 +1,4 @@ -# $OpenBSD: man.conf,v 1.6 1998/03/09 22:45:55 millert Exp $ +# $OpenBSD: man.conf,v 1.7 1999/05/02 23:54:41 millert Exp $ # Sheer, raging paranoia... _version BSD.2 @@ -53,6 +53,8 @@ doc /usr/share/doc/{sendmail/op,sendmail/intro} 3 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}3 3F /usr/share/man/cat3f 3f /usr/share/man/cat3f +3P /usr/share/man/cat3p +3p /usr/share/man/cat3p 4 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}4 5 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}5 6 /usr/{share,X11R6,X386,X11,X11R4,contrib,local}/{man/,man/old/}{cat,man}6 |