diff options
| -rw-r--r-- | share/man/man4/muge.4 | 4 | ||||
| -rw-r--r-- | share/man/man4/vxlan.4 | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man4/muge.4 b/share/man/man4/muge.4 index 8c6f6859e2977..3bb8810d81b0b 100644 --- a/share/man/man4/muge.4 +++ b/share/man/man4/muge.4 @@ -35,10 +35,6 @@ To load the driver as a module at boot time, place the following line in .Bd -literal -offset indent if_muge_load="YES" .Ed -.Pp -.\" Alternatively, to compile this driver into the kernel, place the -.\" following lines in your kernel configuration file: -.Ed .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/vxlan.4 b/share/man/man4/vxlan.4 index 5dac2b0a4e811..24c87998a2fc5 100644 --- a/share/man/man4/vxlan.4 +++ b/share/man/man4/vxlan.4 @@ -108,7 +108,7 @@ forwarding table entry. When the .Nm interface is brought up, a -.Xr UDP 4 +.Xr udp 4 .Xr socket 9 is created based on the configuration, such as the local address for unicast mode or @@ -214,7 +214,6 @@ Once created, the .Nm interface can be configured with .Xr ifconfig 8 . -.Ed .Pp The following when placed in the file .Pa /etc/rc.conf @@ -224,6 +223,7 @@ to be created, and will configure the interface in unicast mode. .Bd -literal -offset indent cloned_interfaces="vxlan0" create_args_vxlan0="vxlanid 108 vxlanlocal 192.168.100.1 vxlanremote 192.168.100.2" +.Ed .Sh SEE ALSO .Xr inet 4 , .Xr inet6 4 , @@ -238,7 +238,7 @@ create_args_vxlan0="vxlanid 108 vxlanlocal 192.168.100.1 vxlanremote 192.168.100 .%D August 2014 .%O "RFC 7348" .Re -.Sh AUTHOR +.Sh AUTHORS .An -nosplit The .Nm |
