summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/ef.48
-rw-r--r--sys/modules/if_ef/Makefile4
-rw-r--r--sys/modules/if_ef/ef.48
3 files changed, 9 insertions, 11 deletions
diff --git a/share/man/man4/ef.4 b/share/man/man4/ef.4
index 6165e06..a83cc59 100644
--- a/share/man/man4/ef.4
+++ b/share/man/man4/ef.4
@@ -27,7 +27,7 @@
.\"
.Dd June 20, 1999
.Dt EF 4
-.Os BSD
+.Os
.Sh NAME
.Nm ef
.Nd
@@ -84,7 +84,7 @@ file:
.Dl if_ef_load="YES"
.Pp
In this case an ordinary interface configuration commands can be used
-in
+in the
.Xr rc.conf 5
file:
.Dl network_interfaces="ed2 lo0 tun0 ed2f0 ed2f1"
@@ -99,5 +99,5 @@ driver is loaded.
.Sh SEE ALSO
.Xr ipx 3 ,
.Xr ifconfig 8
-.Sh AUTHOR
-Boris Popov.
+.Sh AUTHORS
+.An Boris Popov Aq bp@freebsd.org .
diff --git a/sys/modules/if_ef/Makefile b/sys/modules/if_ef/Makefile
index d009c2a..fb6c689 100644
--- a/sys/modules/if_ef/Makefile
+++ b/sys/modules/if_ef/Makefile
@@ -8,13 +8,11 @@ MAN4= ef.4
# If you need only limited number of frames comment out unneeded ones
# this will reduce number of visible devices
-#ETHER_II=
+ETHER_II=
ETHER_8023=
ETHER_8022=
ETHER_SNAP=
-NBPF?= 1
-
CFLAGS+= ${PROTOS}
.if defined(EFDEBUG)
diff --git a/sys/modules/if_ef/ef.4 b/sys/modules/if_ef/ef.4
index 6165e06..a83cc59 100644
--- a/sys/modules/if_ef/ef.4
+++ b/sys/modules/if_ef/ef.4
@@ -27,7 +27,7 @@
.\"
.Dd June 20, 1999
.Dt EF 4
-.Os BSD
+.Os
.Sh NAME
.Nm ef
.Nd
@@ -84,7 +84,7 @@ file:
.Dl if_ef_load="YES"
.Pp
In this case an ordinary interface configuration commands can be used
-in
+in the
.Xr rc.conf 5
file:
.Dl network_interfaces="ed2 lo0 tun0 ed2f0 ed2f1"
@@ -99,5 +99,5 @@ driver is loaded.
.Sh SEE ALSO
.Xr ipx 3 ,
.Xr ifconfig 8
-.Sh AUTHOR
-Boris Popov.
+.Sh AUTHORS
+.An Boris Popov Aq bp@freebsd.org .
OpenPOWER on IntegriCloud