diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-06-17 19:51:17 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-06-17 19:51:17 +0000 |
commit | 01ddd31ffccbca094d9ea9bbbf06d94aeede12e7 (patch) | |
tree | 3de305154b107137472e8a5cf8c5748a26fb4082 /share/man/man4/idt.4 | |
parent | 45ab3f53501f7ad26e2d3395b34712e209942b25 (diff) |
Assorted markup, spelling, and grammar fixes.
Notes
Notes:
svn path=/head/; revision=130650
Diffstat (limited to 'share/man/man4/idt.4')
-rw-r--r-- | share/man/man4/idt.4 | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/share/man/man4/idt.4 b/share/man/man4/idt.4 index 4bce75a466df..adf1cf79c028 100644 --- a/share/man/man4/idt.4 +++ b/share/man/man4/idt.4 @@ -27,20 +27,20 @@ that specifies a peak cell rate. All other UBR traffic goes into the lower queue. .Pp The following sysctls are recognized by the driver: -.Bl -tag -width XXX -.It Cm hw.idt.log_bufstat +.Bl -tag -width indent +.It Va hw.idt.log_bufstat Print statistics about buffer use to the system log periodically. -.It Cm hw.idt.log_vcs +.It Va hw.idt.log_vcs Print information about VC opens, closes, and other events to the system log. -.It Cm hw.idt.bufs_large +.It Va hw.idt.bufs_large Set or print the maximum size of the 2KB buffer queue. -.It Cm hw.idt.bufs_small +.It Va hw.idt.bufs_small Set or print the maximum size of the mbuf queue. -.It Cm hw.idt.cur_large +.It Va hw.idt.cur_large Print the current size of the 2KB buffer queue. -.It Cm hw.idt.cur_small +.It Va hw.idt.cur_small Print the current size of the mbuf queue. -.It Cm hw.idt.qptr_hold +.It Va hw.idt.qptr_hold Optimize the TX queue buffer for lowest overhead. .El .Sh SEE ALSO @@ -49,11 +49,12 @@ Optimize the TX queue buffer for lowest overhead. .Xr ifconfig 8 , .Xr route 8 .Sh AUTHORS +.An -nosplit .An Richard Hodges , based on the original driver for .Fx 2.2 by -.An Mark Tinguely. +.An Mark Tinguely . .An Bruce M. Simpson wrote this manual page and backported the driver to .Fx 4.9 . |