From owner-svn-src-head@FreeBSD.ORG Thu Jun 17 12:17:33 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2129106564A; Thu, 17 Jun 2010 12:17:33 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id A502C8FC1C; Thu, 17 Jun 2010 12:17:32 +0000 (UTC) Received: by wyb34 with SMTP id 34so3722910wyb.13 for ; Thu, 17 Jun 2010 05:17:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=y0yvqgQSuAqKcMPWtX6DLlRQwku7vFIuIiX2YJl0Mho=; b=vjDy2h2LXEYFOXchklBwNc44+JcSqJQVEWO1oRHZDHCjhCsp8XrfF8Wuibes3C5O4v 2kZLCV3H+dhSPhP1/pYr8HqLmHuSs/oD3itRf8C8VUP7GqtC6NkNmn4Cad5TN2Ph6Bdi 7noKD8Ae3RhHYwzeozaqYEv43Y94KvyCorX/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=A7g+foC+M/3PDQR8SUXwUWj+pbfpSSz8FeNmQBJb0IyMcmlLTp300uZ+D4JNO2o6OR CmXe9isKmbGqWEgCfl2/jXDlgeY3PItl4g9AQNMviRIijKZLX6pupTECxMjHEJjmSaQF pFp3ges91wojyE7AM4r6JLifPIWpNalhQwcIs= MIME-Version: 1.0 Received: by 10.216.87.201 with SMTP id y51mr6356593wee.80.1276777050364; Thu, 17 Jun 2010 05:17:30 -0700 (PDT) Received: by 10.216.51.78 with HTTP; Thu, 17 Jun 2010 05:17:30 -0700 (PDT) In-Reply-To: <201006171205.o5HC5lV1017096@svn.freebsd.org> References: <201006171205.o5HC5lV1017096@svn.freebsd.org> Date: Thu, 17 Jun 2010 16:17:30 +0400 Message-ID: From: pluknet To: Gabor Kovesdan Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r209249 - head/share/man/man7 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2010 12:17:33 -0000 On 17 June 2010 16:05, Gabor Kovesdan wrote: > Author: gabor > Date: Thu Jun 17 12:05:47 2010 > New Revision: 209249 > URL: http://svn.freebsd.org/changeset/base/209249 > > Log: > =A0- Add c99(7) manual page > =A0- Add MLINKS to c.7, c79.7, c89.7, c90.7 > > Added: > =A0head/share/man/man7/c99.7 =A0 (contents, props changed) > Modified: > =A0head/share/man/man7/Makefile > > Modified: head/share/man/man7/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/share/man/man7/Makefile =A0 =A0 =A0 =A0Thu Jun 17 11:54:49 2010 = =A0 =A0 =A0 =A0(r209248) > +++ head/share/man/man7/Makefile =A0 =A0 =A0 =A0Thu Jun 17 12:05:47 2010 = =A0 =A0 =A0 =A0(r209249) > @@ -7,6 +7,7 @@ MAN=3D =A0 =A0adding_user.7 \ > =A0 =A0 =A0 =A0bsd.snmpmod.mk.7 \ > =A0 =A0 =A0 =A0build.7 \ > =A0 =A0 =A0 =A0clocks.7 \ > + =A0 =A0 =A0 c99.7 \ > =A0 =A0 =A0 =A0development.7 \ > =A0 =A0 =A0 =A0environ.7 \ > =A0 =A0 =A0 =A0ffs.7 \ > @@ -27,5 +28,9 @@ MAN=3D =A0adding_user.7 \ > > =A0MLINKS=3D =A0 =A0 =A0 =A0intro.7 miscellaneous.7 > =A0MLINKS+=3D security.7 securelevel.7 > +MLINKS+=3D c99.7 c.7 > +MLINKS+=3D c99.7 c79.7 Hi, should it be MLINKS+=3D c99.7 c78.7 instead? You cite c78 in manpage, but link to c79 here in Makefile. --=20 wbr, pluknet