diff options
| author | Joel Dahl <joel@FreeBSD.org> | 2018-12-06 20:04:01 +0000 |
|---|---|---|
| committer | Joel Dahl <joel@FreeBSD.org> | 2018-12-06 20:04:01 +0000 |
| commit | 788cf7253accd583c0db6b17669de78222602ad3 (patch) | |
| tree | e4338332e0409e537f34c7a13379ab0c92d589a5 | |
| parent | 8e2a46c8bd361395add649440758880c1e3da3ee (diff) | |
Notes
| -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 |
