diff --git a/share/man/man4/stge.4 b/share/man/man4/stge.4 index 1e45bb4e3ac..710bf2e8fa5 100644 --- a/share/man/man4/stge.4 +++ b/share/man/man4/stge.4 @@ -184,11 +184,11 @@ Sundance TC9021 Gigabit Ethernet Tamarack TC9021 Gigabit Ethernet .El .Sh SYSCTL VARIABLES -The following variable is available as both +The following variables are available as both .Xr sysctl 8 -variable and +variables and .Xr loader 8 -tunable: +tunables: .Bl -tag -width indent .It Va dev.stge.%d.rxint_nframe Number of frames between RxDMAComplete interrupt. @@ -196,7 +196,7 @@ The accepted range is 1 to 255, default value is 8 frames. The interface has to be brought down and up again before a change takes effect. .It Va dev.stge.%d.rxint_dmawait Maximum amount of time to wait in 1us increments before issuing -a Rx interrupt if number of frames recevied is less than rxint_nframe. +a Rx interrupt if number of frames received is less than rxint_nframe. The accepted range is 0 to 4194, default value is 30 microseconds. The interface has to be brought down and up again before a change takes effect. .El