Skip to content

Commit

Permalink
Add net devices to the sample attach script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajacoutot committed Feb 19, 2016
1 parent 2f0245d commit 221a7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toad.8
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ It will change it back to
after the mount is done (removable drives) or after ejection
(optical media).
.Sh EXAMPLES
This same code can be used for both the
This sample code can be used for both the
.Em attach
and
.Em detach
Expand All @@ -126,7 +126,7 @@ DEVCLASS=$1
DEVNAME=$2

case $DEVCLASS in
2)
2|3)
/usr/local/libexec/toad ${0##*/} $DEVCLASS $DEVNAME
;;
esac
Expand Down

0 comments on commit 221a7b2

Please sign in to comment.