From owner-freebsd-current@FreeBSD.ORG Mon Jun 27 11:01:11 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C49B16A420 for ; Mon, 27 Jun 2005 11:01:11 +0000 (GMT) (envelope-from thompsa@fud.org.nz) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03BF143D4C for ; Mon, 27 Jun 2005 11:01:10 +0000 (GMT) (envelope-from thompsa@fud.org.nz) Received: from thompsa by heff.fud.org.nz with local (Exim 4.50 (FreeBSD)) id 1DmrMT-0005bR-Eu; Mon, 27 Jun 2005 23:01:09 +1200 Date: Mon, 27 Jun 2005 23:01:09 +1200 From: Andrew Thompson To: Niki Denev Message-ID: <20050627110109.GA21511@heff.fud.org.nz> References: <42BFC0A3.7050509@cytexbg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42BFC0A3.7050509@cytexbg.com> User-Agent: Mutt/1.4.2.1i Sender: Andrew Thompson Cc: freebsd-current@freebsd.org Subject: Re: small typo in the if_bridge man page X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 11:01:11 -0000 On Mon, Jun 27, 2005 at 12:02:27PM +0300, Niki Denev wrote: > Hello, > > there is a small typo in the manpage for if_bridge : > > --- /usr/src/share/man/man4/if_bridge.4 Thu Jun 16 21:46:16 2005 > +++ /root/if_bridge.4.fix Mon Jun 27 11:54:16 2005 > @@ -155,7 +155,7 @@ > -iconfig bridge0 create > +ifconfig bridge0 create > This has been committed, thanks. Andrew