From owner-svn-src-stable-7@FreeBSD.ORG Thu Apr 23 07:56:11 2009 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FFF9106566B; Thu, 23 Apr 2009 07:56:11 +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 F1DE48FC08; Thu, 23 Apr 2009 07:56:10 +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 n3N7uAOb080092; Thu, 23 Apr 2009 07:56:10 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3N7uAeG080091; Thu, 23 Apr 2009 07:56:10 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200904230756.n3N7uAeG080091@svn.freebsd.org> From: Christian Brueffer Date: Thu, 23 Apr 2009 07:56:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191412 - stable/7/share/man/man4 X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2009 07:56:11 -0000 Author: brueffer Date: Thu Apr 23 07:56:10 2009 New Revision: 191412 URL: http://svn.freebsd.org/changeset/base/191412 Log: MFC r190822 Move an "end list" macro to the right place. Approved by: re (kensmith) Modified: stable/7/share/man/man4/ (props changed) stable/7/share/man/man4/igb.4 (props changed) stable/7/share/man/man4/wpi.4 Modified: stable/7/share/man/man4/wpi.4 ============================================================================== --- stable/7/share/man/man4/wpi.4 Thu Apr 23 02:30:44 2009 (r191411) +++ stable/7/share/man/man4/wpi.4 Thu Apr 23 07:56:10 2009 (r191412) @@ -126,6 +126,7 @@ 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 @@ -133,7 +134,6 @@ Automatic recovery of firmware failures detection of toggling the radio switch on. .Pp Background scanning is not currently supported. -.El .Sh SEE ALSO .Xr altq 4 , .Xr ipw 4 ,