svn commit: r209249 - head/share/man/man7

pluknet pluknet at gmail.com
Thu Jun 17 12:17:33 UTC 2010


On 17 June 2010 16:05, Gabor Kovesdan <gabor at freebsd.org> wrote:
> Author: gabor
> Date: Thu Jun 17 12:05:47 2010
> New Revision: 209249
> URL: http://svn.freebsd.org/changeset/base/209249
>
> Log:
>  - Add c99(7) manual page
>  - Add MLINKS to c.7, c79.7, c89.7, c90.7
>
> Added:
>  head/share/man/man7/c99.7   (contents, props changed)
> Modified:
>  head/share/man/man7/Makefile
>
> Modified: head/share/man/man7/Makefile
> ==============================================================================
> --- head/share/man/man7/Makefile        Thu Jun 17 11:54:49 2010        (r209248)
> +++ head/share/man/man7/Makefile        Thu Jun 17 12:05:47 2010        (r209249)
> @@ -7,6 +7,7 @@ MAN=    adding_user.7 \
>        bsd.snmpmod.mk.7 \
>        build.7 \
>        clocks.7 \
> +       c99.7 \
>        development.7 \
>        environ.7 \
>        ffs.7 \
> @@ -27,5 +28,9 @@ MAN=  adding_user.7 \
>
>  MLINKS=        intro.7 miscellaneous.7
>  MLINKS+= security.7 securelevel.7
> +MLINKS+= c99.7 c.7
> +MLINKS+= c99.7 c79.7

Hi, should it be MLINKS+= c99.7 c78.7 instead?
You cite c78 in manpage, but link to c79 here in Makefile.

-- 
wbr,
pluknet


More information about the svn-src-all mailing list