From owner-svn-src-head@FreeBSD.ORG Tue Oct 27 17:22:04 2009 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 0187D106568B; Tue, 27 Oct 2009 17:22:04 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E406B8FC08; Tue, 27 Oct 2009 17:22:03 +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 n9RHM3dP037257; Tue, 27 Oct 2009 17:22:03 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9RHM33c037255; Tue, 27 Oct 2009 17:22:03 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200910271722.n9RHM33c037255@svn.freebsd.org> From: Christian Brueffer Date: Tue, 27 Oct 2009 17:22:03 +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: r198521 - head/share/man/man4 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: Tue, 27 Oct 2009 17:22:04 -0000 Author: brueffer Date: Tue Oct 27 17:22:03 2009 New Revision: 198521 URL: http://svn.freebsd.org/changeset/base/198521 Log: Fix typos and mdoc style. Modified: head/share/man/man4/iwn.4 Modified: head/share/man/man4/iwn.4 ============================================================================== --- head/share/man/man4/iwn.4 Tue Oct 27 17:14:22 2009 (r198520) +++ head/share/man/man4/iwn.4 Tue Oct 27 17:22:03 2009 (r198521) @@ -42,7 +42,8 @@ kernel configuration file: .Cd "device firmware" .Ed .Pp -You also need to select a firmware for your device. Chose one from: +You also need to select a firmware for your device. +Choose one from: .Bd -ragged -offset indent .Cd "device iwn4965fw" .Cd "device iwn5000fw" @@ -57,7 +58,7 @@ Or you can use to include them all. .Pp Alternatively, to load the driver as a -module at boot time, place the following line in +module at boot time, place the following lines in .Xr loader.conf 5 : .Bd -literal -offset indent if_iwn_load="YES"