summaryrefslogtreecommitdiff
path: root/usr.bin/man
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2012-04-29 03:46:43 +0000
committerchristos <christos@NetBSD.org>2012-04-29 03:46:43 +0000
commit53c4aa17e4118ac91091ad5ebd65745f4ec1bd7a (patch)
treea7614ef57daadbdcee154d2053438b5ed8e7f0f5 /usr.bin/man
parentc37fdeb5d18e496383bcf313134f4032c601939b (diff)
document _machine
Diffstat (limited to 'usr.bin/man')
-rw-r--r--usr.bin/man/man.conf.515
1 files changed, 13 insertions, 2 deletions
diff --git a/usr.bin/man/man.conf.5 b/usr.bin/man/man.conf.5
index 632148daabf..7100f24f641 100644
--- a/usr.bin/man/man.conf.5
+++ b/usr.bin/man/man.conf.5
@@ -1,4 +1,4 @@
-.\" $NetBSD: man.conf.5,v 1.21 2011/12/27 13:15:55 apb Exp $
+.\" $NetBSD: man.conf.5,v 1.22 2012/04/29 03:46:43 christos Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)man.conf.5 8.5 (Berkeley) 1/2/94
.\"
-.Dd December 27, 2011
+.Dd April 28, 2012
.Dt MAN.CONF 5
.Os
.Sh NAME
@@ -156,6 +156,16 @@ including curly braces
to escape a shell globbing character,
precede it with a backslash
.Pq Dq \e .
+.It _\*[Lt]machine\*[Gt]
+The defines additional paths to be searched for the particular
+.Dv machine
+whose literal value is taken from
+.Xr uname 1
+.Fl m .
+For example on an
+.Dv amd64 ,
+.Dv _amd64
+is used.
.El
.Pp
Section configuration lines in
@@ -223,6 +233,7 @@ _subdir cat[123]
_suffix .0
_build .[1-9] nroff -man %s
_build .tbl tbl %s | nroff -man
+_i386 x86
_default /usr/share/man/
sect3 /usr/share/man/{old/,}cat3
.Ed