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
This commit is contained in:
maxim 2003-06-16 09:11:29 +00:00
parent 3a396a9cec
commit 5a52dec8ac

View File

@ -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