From owner-svn-src-all@FreeBSD.ORG Sat Oct 9 11:43:01 2010 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 56332106566C; Sat, 9 Oct 2010 11:43:01 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2B2B58FC20; Sat, 9 Oct 2010 11:43:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o99Bh18K038316; Sat, 9 Oct 2010 11:43:01 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o99Bh1uA038313; Sat, 9 Oct 2010 11:43:01 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201010091143.o99Bh1uA038313@svn.freebsd.org> From: Ulrich Spoerlein Date: Sat, 9 Oct 2010 11:43:01 +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: r213653 - in head: share/man/man4 usr.sbin/config 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: Sat, 09 Oct 2010 11:43:01 -0000 Author: uqs Date: Sat Oct 9 11:43:00 2010 New Revision: 213653 URL: http://svn.freebsd.org/changeset/base/213653 Log: mdoc: drop redundant .Pp calls, kill EOL whitespace Modified: head/share/man/man4/pci.4 head/usr.sbin/config/config.5 Modified: head/share/man/man4/pci.4 ============================================================================== --- head/share/man/man4/pci.4 Sat Oct 9 09:24:16 2010 (r213652) +++ head/share/man/man4/pci.4 Sat Oct 9 11:43:00 2010 (r213653) @@ -55,8 +55,8 @@ device. If used improperly, this driver can allow userland applications to crash a machine or cause data loss. .Pp -The -.Nm +The +.Nm driver implements the .Tn PCI bus in the kernel. @@ -74,7 +74,7 @@ children when client drivers are dynamically loaded at runtime. .Sh KERNEL CONFIGURATION -The +The .Nm device is included in the kernel as described in the SYNOPSIS section. The @@ -90,7 +90,6 @@ driver. They are defined in the header file .In sys/pciio.h . .Bl -tag -width 012345678901234 -.Pp .It PCIOCGETCONF This .Xr ioctl 2 Modified: head/usr.sbin/config/config.5 ============================================================================== --- head/usr.sbin/config/config.5 Sat Oct 9 09:24:16 2010 (r213652) +++ head/usr.sbin/config/config.5 Sat Oct 9 11:43:00 2010 (r213653) @@ -86,9 +86,9 @@ Directives are processed in order of app directive lines overriding the effect of prior ones. .Pp The list of keywords and their meanings are as follows: +.Pp .Bl -tag -width indent -compact .\" -------- CPU -------- -.Pp .It Ic cpu Ar cputype Specify the CPU this kernel will run on. There can be more than one @@ -208,9 +208,9 @@ When .Ar cpuarch is not specified, it is assumed to be the same as .Ar arch . -.Ar arch +.Ar arch corresponds to MACHINE. -.Ar cpuarch +.Ar cpuarch corresponds to MACHINE_ARCH. .Pp A kernel configuration file may have only one @@ -351,7 +351,6 @@ option to The following kernel configuration directives are obsolete. .Bl -tag -width indent .\" -------- CONFIG -------- -.Pp .It Ic config This directive was used to specify the device to be used for the root file system.