From owner-svn-src-all@FreeBSD.ORG Thu Apr 16 11:09:59 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F21F1065686; Thu, 16 Apr 2009 11:09:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 518638FC12; Thu, 16 Apr 2009 11:09:59 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3GB9xcv078458; Thu, 16 Apr 2009 11:09:59 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3GB9xlT078457; Thu, 16 Apr 2009 11:09:59 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <200904161109.n3GB9xlT078457@svn.freebsd.org> From: Robert Watson Date: Thu, 16 Apr 2009 11:09:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191139 - head/share/man/man4/man4.i386 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2009 11:10:06 -0000 Author: rwatson Date: Thu Apr 16 11:09:59 2009 New Revision: 191139 URL: http://svn.freebsd.org/changeset/base/191139 Log: Remove man pages ar(4), ray(4), and sr(4) following removal of these non-MPSAFE device drivers. Deleted: head/share/man/man4/man4.i386/ar.4 head/share/man/man4/man4.i386/ray.4 head/share/man/man4/man4.i386/sr.4 Modified: head/share/man/man4/man4.i386/Makefile Modified: head/share/man/man4/man4.i386/Makefile ============================================================================== --- head/share/man/man4/man4.i386/Makefile Thu Apr 16 11:09:13 2009 (r191138) +++ head/share/man/man4/man4.i386/Makefile Thu Apr 16 11:09:59 2009 (r191139) @@ -4,7 +4,6 @@ MAN= aic.4 \ alpm.4 \ amdpm.4 \ apm.4 \ - ar.4 \ ce.4 \ cp.4 \ CPU_ELAN.4 \ @@ -29,12 +28,10 @@ MAN= aic.4 \ perfmon.4 \ pnp.4 \ pnpbios.4 \ - ray.4 \ sbni.4 \ scd.4 \ smapi.4 \ snc.4 \ - sr.4 \ streams.4 \ svr4.4 \ viapm.4 \