From owner-svn-src-stable-9@FreeBSD.ORG Mon Dec 17 12:55:02 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1786A40; Mon, 17 Dec 2012 12:55:01 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D5CF98FC13; Mon, 17 Dec 2012 12:55:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHCt11i089496; Mon, 17 Dec 2012 12:55:01 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBHCt1Vp089495; Mon, 17 Dec 2012 12:55:01 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212171255.qBHCt1Vp089495@svn.freebsd.org> From: Eitan Adler Date: Mon, 17 Dec 2012 12:55:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r244357 - stable/9/share/man/man4 X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 12:55:02 -0000 Author: eadler Date: Mon Dec 17 12:55:01 2012 New Revision: 244357 URL: http://svnweb.freebsd.org/changeset/base/244357 Log: MFC r241864: Remove MLINK for if_idt. Approved by: cperciva (implicit) Modified: stable/9/share/man/man4/Makefile Directory Properties: stable/9/share/man/man4/ (props changed) Modified: stable/9/share/man/man4/Makefile ============================================================================== --- stable/9/share/man/man4/Makefile Mon Dec 17 12:26:10 2012 (r244356) +++ stable/9/share/man/man4/Makefile Mon Dec 17 12:55:01 2012 (r244357) @@ -592,7 +592,6 @@ MLINKS+=hme.4 if_hme.4 MLINKS+=hpet.4 acpi_hpet.4 MLINKS+=${_hptrr.4} ${_rr232x.4} MLINKS+=${_attimer.4} ${_i8254.4} -MLINKS+=idt.4 if_idt.4 MLINKS+=igb.4 if_igb.4 MLINKS+=ip.4 rawip.4 MLINKS+=ipfirewall.4 ipaccounting.4 \