diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index 34541fa4f8ff..0af77f0c8ba9 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -1,4 +1,4 @@ - + Porting an existing piece of free software @@ -957,9 +957,11 @@ MAN8= baz.8

If your port anchors its man tree somewhere other than PREFIX, you can use the MANPREFIX 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 MAN%cPREFIX (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 + MANsectPREFIX (where sect is one + of 1-9, L or N]). INSTALL_* macros