svn commit: r194185 - head/share/man/man9

Bjoern A. Zeeb bz at FreeBSD.org
Sun Jun 14 12:11:17 UTC 2009


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"


More information about the svn-src-all mailing list