Module Name:    src
Committed By:   christos
Date:           Sun Apr 29 03:46:43 UTC 2012

Modified Files:
        src/usr.bin/man: man.conf.5

Log Message:
document _machine


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/man/man.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/man/man.conf.5
diff -u src/usr.bin/man/man.conf.5:1.21 src/usr.bin/man/man.conf.5:1.22
--- src/usr.bin/man/man.conf.5:1.21	Tue Dec 27 08:15:55 2011
+++ src/usr.bin/man/man.conf.5	Sat Apr 28 23:46:43 2012
@@ -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

Reply via email to