diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-14 12:11:15 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-14 12:11:15 +0000 |
| commit | 44549f1334270d558199cb504cec51c755418882 (patch) | |
| tree | 277a9f794ac5d96a9ae3a4d1fbe9300e34f83e48 | |
| parent | 324f7abb7f91ad2dc7c338cefee1cb6e0472b089 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/netisr.9 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/netisr.9 b/share/man/man9/netisr.9 index 3c65dee94926..d54b6ff128b6 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" |
