diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-13 05:57:57 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-13 06:01:01 +0000 |
| commit | dc978c5cb55b75d292c7ef32564f5c376685234b (patch) | |
| tree | d845e2d9e6f11ed9ff198011a1b5ee07b018dcb9 | |
| parent | f08c46c8c83b4de306db1c8fab36a51c6c0ca28e (diff) | |
bridge.4: Fix the synopsis for -ifuntagged
This command doesn't accept a vlan-id.
PR: 290141
MFC after: 3 days
Reported by: Paul Procacci <pprocacci@gmail.com>
Reviewed by: ziaee (manpages)
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D53049
| -rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index fafb77e1ca6c..d4f8d2b5747a 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 12, 2025 +.Dd October 12, 2025 .Dt IFCONFIG 8 .Os .Sh NAME @@ -2799,7 +2799,7 @@ Set the untagged VLAN identifier for an interface. Frames received on this interface without an 802.1Q tag will be assigned to this VLAN instead of the default VLAN 0, and outgoing frames on this VLAN will have their 802.1Q tag removed. -.It Cm -ifuntagged Ar interface Ar vlan-id +.It Cm -ifuntagged Ar interface Clear the untagged VLAN identifier for an interface. .It Cm defuntagged Ar vlan-id Enable the |
