From owner-freebsd-current@FreeBSD.ORG Mon Jun 27 09:02:18 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 5C64816A41F for ; Mon, 27 Jun 2005 09:02:18 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: from mail.interbgc.com (mx02.interbgc.com [217.9.224.227]) by mx1.FreeBSD.org (Postfix) with SMTP id 8418243D5C for ; Mon, 27 Jun 2005 09:02:16 +0000 (GMT) (envelope-from nike_d@cytexbg.com) Received: (qmail 74442 invoked from network); 27 Jun 2005 09:02:15 -0000 Received: from nike_d@cytexbg.com by keeper.interbgc.com by uid 1002 with qmail-scanner-1.14 (uvscan: v4.2.40/v4374. spamassassin: 2.63. Clear:SA:0(-2.1/8.0):. Processed in 3.002273 secs); 27 Jun 2005 09:02:15 -0000 X-Spam-Status: No, hits=-2.1 required=8.0 Received: from 213-240-205-251.1697748.ddns.cablebg.net (HELO tormentor.totalterror.net) (213.240.205.251) by mx02.interbgc.com with SMTP; 27 Jun 2005 09:02:11 -0000 Received: (qmail 20314 invoked from network); 27 Jun 2005 09:02:10 -0000 Received: from qmail by qscan (mail filter); 27 Jun 2005 09:02:10 +0000 Received: from unknown (HELO ?10.0.0.3?) (10.0.0.3) by tormentor.totalterror.net with SMTP; 27 Jun 2005 09:02:10 -0000 Message-ID: <42BFC0A3.7050509@cytexbg.com> Date: Mon, 27 Jun 2005 12:02:27 +0300 From: Niki Denev User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 09:02:18 -0000 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 @@ The following will cause a bridge consisting of all 8 ports with Spanning Tree enabled to be created: .Bd -literal -offset indent -iconfig bridge0 create +ifconfig bridge0 create ifconfig bridge0 \e addm fxp0 stp fxp0 \e addm fxp1 stp fxp1 \e P.S.: my mailer probably will mangle the patch, so here it is again if needed :) [http://totalterror.net/src/if_bridge.4.patch] --niki