From owner-svn-src-head@FreeBSD.ORG Tue Apr 7 19:53:37 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 4B5E91065686; Tue, 7 Apr 2009 19:53:37 +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 395D18FC26; Tue, 7 Apr 2009 19:53:37 +0000 (UTC) (envelope-from brueffer@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 n37JrbAt024785; Tue, 7 Apr 2009 19:53:37 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n37JrbmQ024784; Tue, 7 Apr 2009 19:53:37 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200904071953.n37JrbmQ024784@svn.freebsd.org> From: Christian Brueffer Date: Tue, 7 Apr 2009 19:53:37 +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: r190822 - 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, 07 Apr 2009 19:53:38 -0000 Author: brueffer Date: Tue Apr 7 19:53:36 2009 New Revision: 190822 URL: http://svn.freebsd.org/changeset/base/190822 Log: Move an "end list" macro to the right place. Found by: man2hwnotes.pl MFC after: 3 days Modified: head/share/man/man4/wpi.4 Modified: head/share/man/man4/wpi.4 ============================================================================== --- head/share/man/man4/wpi.4 Tue Apr 7 19:49:38 2009 (r190821) +++ head/share/man/man4/wpi.4 Tue Apr 7 19:53:36 2009 (r190822) @@ -116,11 +116,11 @@ unload/reload the driver to continue. .It "wpi%d: Radio transmitter is switched off" The hardware switch controlling the radio is currently turned off. Data transmission is not possible in this state. +.El .Sh BUGS Not all the error messages are documented here. .Pp Background scanning is not currently supported. -.El .Sh SEE ALSO .Xr wpifw 4 , .Xr pci 4 ,