Change wording of MAN?PREFIX description.
This commit is contained in:
parent
6405fa7a95
commit
4df21d3882
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=974
1 changed files with 6 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: porting.sgml,v 1.53 1997-01-01 22:39:12 obrien Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.54 1997-01-05 21:41:09 max Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||
|
|
@ -957,9 +957,11 @@ MAN8= baz.8
|
|||
|
||||
<p>If your port anchors its man tree somewhere other than
|
||||
<tt>PREFIX</tt>, you can use the <tt>MANPREFIX</tt> to set it.
|
||||
Also, if only some of the manpages go in a non-standard place,
|
||||
such as many Perl modules ports, you can set individual man
|
||||
paths using <tt>MAN%cPREFIX</tt> (where %c=[1-9LN]).
|
||||
Also, if only manpages in certain section go in a
|
||||
non-standard place, such as many Perl modules ports, you
|
||||
can set individual man paths using
|
||||
<tt>MAN<em>sect</em>PREFIX</tt> (where <em>sect</em> is one
|
||||
of 1-9, L or N]).
|
||||
|
||||
<sect3>
|
||||
<heading>INSTALL_* macros</heading>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue