git: 618cd9f089ad - stable/14 - igb(4): Document identification LED device nodes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Aug 2026 00:59:42 UTC
The branch stable/14 has been updated by kbowling:
URL: https://cgit.FreeBSD.org/src/commit/?id=618cd9f089ad15de71ca4c39d0faf6f68f48cbfc
commit 618cd9f089ad15de71ca4c39d0faf6f68f48cbfc
Author: Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2026-08-12 02:03:33 +0000
Commit: Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2026-08-26 00:59:22 +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.
(cherry picked from commit fc0e6adb9d26f94616db5357afcbb585e4176c6d)
---
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 4835d41320b2..2b18a6a94c13 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 March 20, 2024
+.Dd August 11, 2026
.Dt EM 4
.Os
.Sh NAME
@@ -291,8 +291,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