diff options
author | uqs <uqs@FreeBSD.org> | 2011-06-02 09:56:53 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2011-06-02 09:56:53 +0000 |
commit | 75c697f88d61363d7adef67f64cb2a0073c9beec (patch) | |
tree | e94369ba2b112f7b08376a6a50a7996917dc4e8e /share/man/man4/igb.4 | |
parent | 1c9f17fc8bc959ef6ecec0ba9d0b579e0dc4adb3 (diff) | |
download | FreeBSD-src-75c697f88d61363d7adef67f64cb2a0073c9beec.zip FreeBSD-src-75c697f88d61363d7adef67f64cb2a0073c9beec.tar.gz |
mdoc: reorder sections consistently
Diffstat (limited to 'share/man/man4/igb.4')
-rw-r--r-- | share/man/man4/igb.4 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man4/igb.4 b/share/man/man4/igb.4 index 65012d2..70db340 100644 --- a/share/man/man4/igb.4 +++ b/share/man/man4/igb.4 @@ -161,6 +161,20 @@ The minimum is 80, and the maximum is 4096. If set to 1, enable Adaptive Interrupt Moderation. The default is to enable Adaptive Interrupt Moderation. .El +.Sh FILES +.Bl -tag -width /dev/led/igb* +.It Pa /dev/led/igb* +identification LED device nodes +.El +.Sh EXAMPLES +Make the identification LED of igb0 blink: +.Pp +.Dl "echo f2 > /dev/led/igb0" +.Pp +Turn the identification LED of igb0 off again: +.Pp +.Dl "echo 0 > /dev/led/igb0" +.Pp .Sh DIAGNOSTICS .Bl -diag .It "igb%d: Unable to allocate bus resource: memory" @@ -180,20 +194,6 @@ If an issue is identified with the released source code on the supported kernel with a supported adapter, email the specific information related to the issue to .Aq freebsdnic@mailbox.intel.com . -.Sh FILES -.Bl -tag -width /dev/led/igb* -.It Pa /dev/led/igb* -identification LED device nodes -.El -.Sh EXAMPLES -Make the identification LED of igb0 blink: -.Pp -.Dl "echo f2 > /dev/led/igb0" -.Pp -Turn the identification LED of igb0 off again: -.Pp -.Dl "echo 0 > /dev/led/igb0" -.Pp .Sh SEE ALSO .Xr altq 4 , .Xr arp 4 , |