From owner-freebsd-doc@FreeBSD.ORG Tue Jul 15 23:56:22 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE55137B401 for ; Tue, 15 Jul 2003 23:56:22 -0700 (PDT) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 5FAFF43FA3 for ; Tue, 15 Jul 2003 23:56:21 -0700 (PDT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 2187 invoked from network); 16 Jul 2003 15:56:19 +0900 Received: from unknown (HELO localhost) (61.213.0.21) by mx.bl.mmtr.or.jp with SMTP; 16 Jul 2003 15:56:19 +0900 Date: Wed, 16 Jul 2003 15:56:17 +0900 (JST) Message-Id: <20030716.155617.18307268.rushani@bl.mmtr.or.jp> To: pawel.worach@telia.com From: Hideyuki KURASHINA In-Reply-To: <3F14F0BA.8070709@telia.com> References: <3F14F0BA.8070709@telia.com> X-PGP-Public-Key: http://www.bl.mmtr.or.jp/~rushani/public_key.txt X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-URL: http://www.bl.mmtr.or.jp/~rushani/ X-Mailer: Mew version 3.1.53 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-doc@freebsd.org Subject: Re: [PATCH] fxp(4) typo X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 06:56:23 -0000 Committed, thanks! >>> On Wed, 16 Jul 2003 08:29:14 +0200, Pawel Worach said: > Small typo in fxp(4) > > -Pawel > > --- fxp.4.org Wed Apr 16 08:24:43 2003 > +++ fxp.4 Wed Jul 16 08:25:03 2003 > @@ -77,7 +77,7 @@ > .It Cm link0 > Some chip revisions have loadable microcode which can be used to reduce the > interrupt load on the host cpu. > -Not all boards have support microcode support. > +Not all boards have microcode support. > Setting the > .Cm link0 > flag with -- rushani