From 82dac3a74569bedcd07d9df252c76afbd3ff0868 Mon Sep 17 00:00:00 2001 From: joel Date: Thu, 6 Dec 2018 20:04:01 +0000 Subject: [PATCH] Minor mandoc fixes. --- share/man/man4/muge.4 | 4 ---- 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 8c6f6859e29..3bb8810d81b 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 5dac2b0a4e8..24c87998a2f 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 -- 2.45.0