about summary refs log tree commit diff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@teco.edu>2006-08-07 22:27:21 +0000
committerMichael Biebl <biebl@teco.edu>2006-08-07 22:27:21 +0000
commit55de205b9e6260d5c0580a92670f680218f9ac3a (patch)
tree74e23d53df2e5c35e2d2a511c17f4dae6f48f368 /debian/README.Debian
parent321063053e273062a758eba1a2754c4209b8f023 (diff)
- Use the term "D-Bus" in favor of dbus, upstream recommends this spelling.
- Proper line breaks in changelog.
- Fix for a minor typo in README.Debian.


git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@922 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 0e20e53e..59a789e4 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -8,7 +8,7 @@ Security
 To allow users to connect to the NetworkManager daemon they have to be in the
 group "netdev". If you want to add a user to group "netdev" use the command
 "adduser username netdev" or one of the graphical user management frontends.
-After that you have to reload dbus with the command "/etc/init.d/dbus reload".
+After that you have to reload D-Bus with the command "/etc/init.d/dbus reload".
 
 Configuration
 ~~~~~~~~~~~~~
@@ -28,7 +28,7 @@ iface wlan0 inet dhcp
 1.a)
 allow-hotplug eth0
 iface eth0 inet dhcp
--> This device is manager by NM
+-> This device is managed by NM
 
 2.)
 auto wlan0
@@ -42,9 +42,9 @@ iface wlan0 inet dhcp
 
 4.)
 iface eth0 inet static
-address 192.168.1.10
-netmask 255.255.255.0
-gateway 192.168.1.1
+	address 192.168.1.10
+	netmask 255.255.255.0
+	gateway 192.168.1.1
 -> This device is *not* managed by NM because it is configured as "static" and
    has additional options.