diff --git a/share/man/man4/ng_fec.4 b/share/man/man4/ng_fec.4 index ae95db0cc08c..26004eee4dd0 100644 --- a/share/man/man4/ng_fec.4 +++ b/share/man/man4/ng_fec.4 @@ -68,9 +68,9 @@ The target interface name is passed as a string argument. .Pp The following control messages define the forwarding method for a node: .Bl -tag -width indent -.It Dv NGM_FEC_MODE_MAC Pq Dq Li set_mode_mac +.It Dv NGM_FEC_SET_MODE_MAC Pq Dq Li set_mode_mac Forwarding decisions will be based on the link-layer MAC address of the destination. -.It Dv NGM_FEC_MODE_INET Pq Dq Li set_mode_inet +.It Dv NGM_FEC_SET_MODE_INET Pq Dq Li set_mode_inet Forwarding decisions will be based on the IP address of the destination. .El .Sh SHUTDOWN