Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 2009 12:11:16 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r194185 - head/share/man/man9
Message-ID:  <200906141211.n5ECBGno048873@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906141211.n5ECBGno048873>