diff options
author | 2008-04-27 15:10:58 +0000 | |
---|---|---|
committer | 2008-04-27 15:10:58 +0000 | |
commit | fdcd8acad6b97a1efcc5a14961f61c37126c28dd (patch) | |
tree | 9f724feb16d77c816c95ab38eb3b4ca6e6bb5aa8 | |
parent | Update to add a few more devices that connect to uturn(4). (diff) | |
download | wireguard-openbsd-fdcd8acad6b97a1efcc5a14961f61c37126c28dd.tar.xz wireguard-openbsd-fdcd8acad6b97a1efcc5a14961f61c37126c28dd.zip |
Add section n for Tcl/Tk related pages.
ok jmc@, no objections espie@
-rw-r--r-- | etc/man.conf | 5 | ||||
-rw-r--r-- | usr.bin/man/man.1 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/etc/man.conf b/etc/man.conf index 3d1d69ac897..3d128083ecd 100644 --- a/etc/man.conf +++ b/etc/man.conf @@ -1,4 +1,4 @@ -# $OpenBSD: man.conf,v 1.13 2007/05/20 12:54:00 jmc Exp $ +# $OpenBSD: man.conf,v 1.14 2008/04/27 15:10:58 deanna Exp $ # Sheer, raging paranoia... _version BSD.2 @@ -9,7 +9,7 @@ _whatdb /usr/local/man/whatis.db _whatdb /usr/X11R6/man/whatis.db # Subdirectories for paths ending in '/', IN SEARCH ORDER. -_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat5 man5 cat7 man7 cat4 man4 cat9 man9 cat3p man3p cat3f man3f +_subdir cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat5 man5 cat7 man7 cat4 man4 cat9 man9 cat3p man3p cat3f man3f catn mann # Files typed by suffix and their commands. # Note the order: .Z must come after .[1-9n].Z, or it will match first. @@ -54,3 +54,4 @@ local /usr/local/man/ 7 /usr/{share,X11R6,local}/man/{cat,man}7 8 /usr/{share,X11R6,local}/man/{cat,man}8 9 /usr/share/man/{cat,man}9 +n /usr/local/man/{cat,man}n diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 401e8720053..d51de2550e9 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.39 2008/01/04 22:37:54 jmc Exp $ +.\" $OpenBSD: man.1,v 1.40 2008/04/27 15:10:58 deanna Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)man.1 8.2 (Berkeley) 1/2/94 .\" -.Dd $Mdocdate: January 4 2008 $ +.Dd $Mdocdate: April 27 2008 $ .Dt MAN 1 .Os .Sh NAME @@ -228,6 +228,8 @@ X Window System. .It local Pages located in .Pa /usr/local . +.It n +Tcl/Tk commands. .El .Pp The |