]> err.no Git - util-linux/commitdiff
docs: README width and language correction
authorJan Sarenik <jsarenik@redhat.com>
Wed, 2 Sep 2009 18:03:20 +0000 (20:03 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Sep 2009 10:52:33 +0000 (12:52 +0200)
Signed-off-by: Jan Sarenik <jsarenik@redhat.com>
README

diff --git a/README b/README
index 3a142161ae145bc94983ec882ee3ab701ac15d42..13d13e3a173d5e5359497503d9724daba91f06ef 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
-                          utils-linux-ng
+                          util-linux-ng
            (fork of util-linux, based on version 2.13-pre7)
 
          util-linux is a random collection of Linux utilities
@@ -78,11 +78,12 @@ STATIC LINKING:
       Note, mount(8) uses get{pw,gr}nam() and getpwuid() functions for
       translation from username and groupname to UID and GID. These functions
       could be implemented by dynamically loaded independent modules (NSS) in
-      your libc (e.g. glibc). These modules are not statically linked to mount(8)
-      and mount.static is still using dlopen() like dynamically linked version.
+      your libc (e.g. glibc). These modules are not statically linked to
+      mount(8) and mount.static is still using dlopen() like dynamically
+      linked version.
 
-      The translation won't be work in environment where is not installed the
-      NSS modules.
+      The translation won't work in environment where NSS modules are
+      not installed.
 
       For example normal system (NSS modules are available):