summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-14 12:11:15 +0000
committerbz <bz@FreeBSD.org>2009-06-14 12:11:15 +0000
commit1ce6fee7c0b7335e65c9f1c3ee157eba4d283115 (patch)
tree277a9f794ac5d96a9ae3a4d1fbe9300e34f83e48 /share/man
parent1d472053cc375e2bcff77665b64e088d7e0f97ac (diff)
downloadFreeBSD-src-1ce6fee7c0b7335e65c9f1c3ee157eba4d283115.zip
FreeBSD-src-1ce6fee7c0b7335e65c9f1c3ee157eba4d283115.tar.gz
Remove a line break leaving a function return type attached to the old
function declaration bottom rather than the new function declaration start.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/netisr.93
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/netisr.9 b/share/man/man9/netisr.9
index 3c65dee..d54b6ff 100644
--- a/share/man/man9/netisr.9
+++ b/share/man/man9/netisr.9
@@ -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"
OpenPOWER on IntegriCloud