grml-addtun: fix usage information
[grml-network.git] / docs / grml-addtun.8.txt
index 358d3e8..f29e0b4 100644 (file)
@@ -1,7 +1,5 @@
 GRML-ADDTUN(8)
 ==============
-Michael Gebetsroither <michael.geb@gmx.at>
-
 
 NAME
 ----
@@ -24,7 +22,7 @@ bridge handling.
 OPTIONS
 -------
 *-d*::
-Delete the given tun/tap devices and remove them from the bridge (if given with -b).
+Delete the tun/tap devices and remove them from the bridge (if given with -b).
 
 *-u <user>*::
 Make tun devices useable from <user> without special permissions.
@@ -45,14 +43,15 @@ Show the help message.
 
 EXAMPLES
 --------
-Config sampe for /etc/network/interfaces with bridge and tun/tap devices.
-This creates tap0..tap3 which are part of bridge vnet.
+
+Config sample file for /etc/network/interfaces with bridge and tun/tap devices.
+This creates tap0..tap3 which are part of the bridge vnet.
 
 -------------
     auto vnet
     iface vnet inet static
-        post-up  /root/bin/grml-addtun -u einstein -b vnet tap{0..3}
-        pre-down /root/bin/grml-addtun -u einstein -b vnet -d tap{0..3}
+        post-up  /usr/sbin/grml-addtun -u grml -b vnet tap{0..3}
+        pre-down /usr/sbin/grml-addtun -u grml -b vnet -d tap{0..3}
         bridge_ports none
         address 192.168.10.1
         netmask 255.255.255.0