From c91401db415d2ea35e9bde1b73b469590fd68f43 Mon Sep 17 00:00:00 2001 From: schweikh Date: Tue, 1 May 2001 09:15:30 +0000 Subject: pseudo-device -> device in kernel config lines. Removed whitespace at EOL. Reviewed by: joerg, dd --- share/man/man4/ef.4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share/man/man4/ef.4') diff --git a/share/man/man4/ef.4 b/share/man/man4/ef.4 index e92136a..8906983 100644 --- a/share/man/man4/ef.4 +++ b/share/man/man4/ef.4 @@ -30,11 +30,11 @@ .Os .Sh NAME .Nm ef -.Nd "pseudo-device driver provides support for multiple ethernet frame types" +.Nd "pseudo-device driver providing support for multiple ethernet frame types" .Sh SYNOPSIS .Cd "kldload if_ef.ko" .Sh DESCRIPTION -The +The .Nm pseudo-device driver clones each ethernet type device with four additional interfaces. Each of them capable to send or receive only @@ -42,7 +42,7 @@ one predefined frame type. .Pp Names for the new interfaces created by adding .Ar fN -suffix to an existing device name. Where +suffix to an existing device name. Where .Ar N is a device unit which can have one of the following values: .Bd -literal -offset indent @@ -87,7 +87,7 @@ in the .Xr rc.conf 5 file: .Dl network_interfaces="ed2 lo0 tun0 ed2f0 ed2f1" -.Dl ifconfig_ed2f0_ipx="ipx 0x101" +.Dl ifconfig_ed2f0_ipx="ipx 0x101" .Dl ifconfig_ed2f1_ipx="ipx 0x102" .Sh DIAGNOSTICS None. -- cgit v1.1