diff options
| author | wiz <wiz@NetBSD.org> | 2013-06-28 10:13:18 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2013-06-28 10:13:18 +0000 |
| commit | 8cef473e533696b2282c10ecfe7d6148c56e032b (patch) | |
| tree | 4bf8f5d428f8b9f862a377fa261c03d6d4cf77b0 /usr.bin/man | |
| parent | d654a8a2307a554fc6dbc0b7499218cc1b63fd92 (diff) | |
Prefer Aq to \*[Lt] etc.
Diffstat (limited to 'usr.bin/man')
| -rw-r--r-- | usr.bin/man/man.conf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/man/man.conf.5 b/usr.bin/man/man.conf.5 index 2af6b7c0263..4d5f8032de0 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.23 2013/06/27 21:55:10 jdf Exp $ +.\" $NetBSD: man.conf.5,v 1.24 2013/06/28 10:13:18 wiz Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -81,7 +81,7 @@ Control keywords must start with the .Dq _ character. The following control keywords are currently defined: -.Bl -tag -width "_\*[Lt]machine\*[Gt]" +.Bl -tag -width XXmachineX .It _build Identifies the set of suffixes used for manual pages that must be formatted for display and the command that should be used to format @@ -156,7 +156,7 @@ including curly braces to escape a shell globbing character, precede it with a backslash .Pq Dq \e . -.It _\*[Lt]machine\*[Gt] +.It _ Ns Aq machine Defines additional paths to be searched for the particular .Dv machine whose literal value is taken from @@ -241,7 +241,7 @@ sect3 /usr/share/man/{old/,}cat3 By default, the command .Dq Li man mktemp will search for -.Dq mktemp.\*[Lt]any_digit\*[Gt] +.Dq mktemp. Ns Aq any_digit and .Dq mktemp.tbl in the directories @@ -260,7 +260,7 @@ searched. If .Dq mktemp.tbl was found first, the command -.Dq Li tbl \*[Lt]manual page\*[Gt] | nroff -man +.Dq Li tbl Ao manual page Ac | nroff -man would be run to build a man page for display to the user. .Pp The command |
