Fix array usage
[grml-network.git] / man / grml-bridge.8
index f16abac..f87b9ce 100644 (file)
@@ -21,7 +21,7 @@ To specify the name of the bridge, use BRIDGE_NAME, e.g.
 
   BRIDGE_NAME="br0"
 
-Note: this entry is optional, per default the name br0 is choosen.
+Note: this entry is optional, per default the name br0 is chosen.
 
 If you want do disable Spanning Tree Protocol (STP) on your bridge, just set BRIDGE_STP to no, e.g.
 
@@ -57,7 +57,7 @@ your bridged devices to 0.0.0.0. You can do this with following command:
   `----
 
 Now your bridge is working. If you want that your bridge is reachable, please
-give your bridge an ip adress. You can do this for example with
+give your bridge an IP address. You can do this for example with
 
   ,----
   | ifconfig grml-bridge 192.168.0.1
@@ -79,7 +79,7 @@ Note, your devices do not have an ip address, so you have to give them an ip add
 .BR grml-ap (8),
 .BR grml-router (8).
 .SH AUTHOR
-grml-bridge was written by Ulrich Dangel <schula@grml.org> and Michael Prokop <mika@grml.org>.
+grml-bridge was written by Ulrich Dangel <mru@grml.org> and Michael Prokop <mika@grml.org>.
 .PP
 This manual page was written by Michael Prokop
 <mika@grml.org> for the Debian project (but may be used by others).