Update manpage of grml-addtun
[grml-network.git] / docs / grml-addtun.8.txt
index 701d437..0703fbf 100644 (file)
@@ -1,7 +1,5 @@
-GRML-ADDTUN(1)
+GRML-ADDTUN(8)
 ==============
-Michael Gebetsroither <michael.geb@gmx.at>
-
 
 NAME
 ----
@@ -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