From owner-svn-src-head@FreeBSD.ORG Sun Jun 14 12:11:17 2009 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 46042106566B; Sun, 14 Jun 2009 12:11:16 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 343508FC16; Sun, 14 Jun 2009 12:11:16 +0000 (UTC) (envelope-from bz@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 n5ECBGY3048874; Sun, 14 Jun 2009 12:11:16 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5ECBGno048873; Sun, 14 Jun 2009 12:11:16 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <200906141211.n5ECBGno048873@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Sun, 14 Jun 2009 12:11:16 +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: r194185 - head/share/man/man9 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: Sun, 14 Jun 2009 12:11:17 -0000 Author: bz Date: Sun Jun 14 12:11:15 2009 New Revision: 194185 URL: http://svn.freebsd.org/changeset/base/194185 Log: Remove a line break leaving a function return type attached to the old function declaration bottom rather than the new function declaration start. Modified: head/share/man/man9/netisr.9 Modified: head/share/man/man9/netisr.9 ============================================================================== --- head/share/man/man9/netisr.9 Sun Jun 14 12:04:34 2009 (r194184) +++ head/share/man/man9/netisr.9 Sun Jun 14 12:11:15 2009 (r194185) @@ -51,8 +51,7 @@ .Fn netisr_clearqdrops "const struct netisr_handler *nhp" .Ft void .Fn netisr_getqdrops "const struct netisr_handler *nhp" "u_int64_t *qdropsp" -.Ft -void +.Ft void .Fn netisr_getqlimit "const struct netisr_handler *nhp" "u_int *qlimitp" .Ft int .Fn netisr_setqlimit "const struct netisr_handler *nhp" "u_int qlimit"