From owner-svn-src-head@FreeBSD.ORG Thu Sep 2 20:43:01 2010 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 69E3A1065750; Thu, 2 Sep 2010 20:43:01 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 589958FC1B; Thu, 2 Sep 2010 20:43:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o82Kh1qK019543; Thu, 2 Sep 2010 20:43:01 GMT (envelope-from yongari@svn.freebsd.org) Received: (from yongari@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o82Kh1eb019541; Thu, 2 Sep 2010 20:43:01 GMT (envelope-from yongari@svn.freebsd.org) Message-Id: <201009022043.o82Kh1eb019541@svn.freebsd.org> From: Pyun YongHyeon Date: Thu, 2 Sep 2010 20:43:01 +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: r212161 - 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: Thu, 02 Sep 2010 20:43:01 -0000 Author: yongari Date: Thu Sep 2 20:43:01 2010 New Revision: 212161 URL: http://svn.freebsd.org/changeset/base/212161 Log: Better wording. Submitted by: jkim Modified: head/share/man/man4/sis.4 Modified: head/share/man/man4/sis.4 ============================================================================== --- head/share/man/man4/sis.4 Thu Sep 2 19:40:28 2010 (r212160) +++ head/share/man/man4/sis.4 Thu Sep 2 20:43:01 2010 (r212161) @@ -157,9 +157,9 @@ This variable controls how to pad short controllers on the specified device. DP83815/DP83816 controllers are known to pad 0xFF for short frames which is violation of RFC 1042. -A non-zero value have driver manually pad zeros for short frames -with the cost of extra CPU cycles. -The default valus is 0 to let hardware automatically pad short frames. +Set this variable to a non-zero value to let driver manually pad +each short frame with zeros at the cost of extra CPU cycles. +The default value is 0 to let hardware perform automatic padding. .El .Sh DIAGNOSTICS .Bl -diag