summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2003-06-16 09:11:29 +0000
committermaxim <maxim@FreeBSD.org>2003-06-16 09:11:29 +0000
commit884d86069c36819f1a9fbef32289f734b42d666e (patch)
treedab4bfdd3569996444393160a653398efa9cb790 /etc
parent34a8115079a045c0f679b0e6d8ac5301662062f9 (diff)
downloadFreeBSD-src-884d86069c36819f1a9fbef32289f734b42d666e.zip
FreeBSD-src-884d86069c36819f1a9fbef32289f734b42d666e.tar.gz
o Correct usage example: ep(4) does not have 'link0' option.
o Fix a typo. PR: misc/51955 Submitted by: Xander <x+freebsd-gnats@surfnet.nl> MFC after: 1 week
Diffstat (limited to 'etc')
-rwxr-xr-xetc/pccard_ether4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 69ea3d9..6afa800 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -4,7 +4,7 @@
#
# pccard_ether interfacename [start|stop] [ifconfig option]
#
-# example: pccard_ether ep0 start -link0
+# example: pccard_ether fxp0 start link0
#
stop_dhcp() {
@@ -158,7 +158,7 @@ case ${startstop} in
stop_dhcp
;;
*)
- # Delelte static route if specified
+ # Delete static route if specified
eval ifx_routes=\$static_routes_${interface}
if [ -n "${ifx_routes}" ]; then
for i in ${ifx_routes}; do
OpenPOWER on IntegriCloud