git: fc0e6adb9d26 - main - igb(4): Document identification LED device nodes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Aug 2026 02:11:49 UTC
The branch main has been updated by kbowling:
URL: https://cgit.FreeBSD.org/src/commit/?id=fc0e6adb9d26f94616db5357afcbb585e4176c6d
commit fc0e6adb9d26f94616db5357afcbb585e4176c6d
Author: Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2026-08-12 02:03:33 +0000
Commit: Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2026-08-12 02:09:01 +0000
igb(4): Document identification LED device nodes
The shared em(4) manual page lists only the em device-node name.
Document the /dev/led/igb* name as well.
MFC after: 2 weeks
---
share/man/man4/em.4 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/man/man4/em.4 b/share/man/man4/em.4
index 22898e894b00..360c0752b04a 100644
--- a/share/man/man4/em.4
+++ b/share/man/man4/em.4
@@ -32,7 +32,7 @@
.\"
.\" * Other names and brands may be claimed as the property of others.
.\"
-.Dd August 7, 2026
+.Dd August 11, 2026
.Dt EM 4
.Os
.Sh NAME
@@ -455,8 +455,8 @@ Maximum number of received packets to process at a time, -1 means unlimited.
The default value is 100.
.El
.Sh FILES
-.Bl -tag -width /dev/led/em*
-.It Pa /dev/led/em*
+.Bl -tag -width "/dev/led/igb*"
+.It Pa /dev/led/em* , Pa /dev/led/igb*
identification LED device nodes
.El
.Sh EXAMPLES