diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-23 20:24:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-23 20:24:08 +0000 |
commit | 9b2e900f89e666553a85118e0c906ca164c8d45a (patch) | |
tree | e19e8e9d14b13ccdc33f4a08b70296e5d8674b12 /usr.bin/man/man.1 | |
parent | a46f3e43285e4ed0168497583c7147e9b397de0c (diff) |
update the section list;
Diffstat (limited to 'usr.bin/man/man.1')
-rw-r--r-- | usr.bin/man/man.1 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/usr.bin/man/man.1 b/usr.bin/man/man.1 index 2b7fa261191..b9af5c954cf 100644 --- a/usr.bin/man/man.1 +++ b/usr.bin/man/man.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.1,v 1.31 2007/05/23 20:16:54 jmc Exp $ +.\" $OpenBSD: man.1,v 1.32 2007/05/23 20:24:07 jmc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -203,7 +203,7 @@ argument restricts the directories that will search to a specific section. The currently available sections are: .Pp -.Bl -tag -width "3p " -offset indent -compact +.Bl -tag -width "localXXX" -offset indent -compact .It 1 General commands .Pq tools and utilities . @@ -226,6 +226,13 @@ Miscellaneous. System maintenance and operation commands. .It 9 Kernel internals. +.It X11 +An alias for X11R6. +.It X11R6 +X Window System. +.It local +Pages located in +.Pa /usr/local . .El .Pp The @@ -235,7 +242,7 @@ configuration file, specifies the possible .Ar section values, and their search order. -Additional sections may also be specified. +Additional sections may be specified. .Pp Guidelines for .Ox |