summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJan Sarenik2009-09-02 20:03:20 +0200
committerKarel Zak2009-09-07 12:52:33 +0200
commitfe8bf220a9ea0dab156fba6c7b22c45e3ada416c (patch)
tree0cffdbb679aecc11a3bc822524312911a29460aa /README
parentcfdisk: more key alternatives (diff)
downloadkernel-qcow2-util-linux-fe8bf220a9ea0dab156fba6c7b22c45e3ada416c.tar.gz
kernel-qcow2-util-linux-fe8bf220a9ea0dab156fba6c7b22c45e3ada416c.tar.xz
kernel-qcow2-util-linux-fe8bf220a9ea0dab156fba6c7b22c45e3ada416c.zip
docs: README width and language correction
Signed-off-by: Jan Sarenik <jsarenik@redhat.com>
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
diff --git a/README b/README
index 3a142161a..13d13e3a1 100644
--- 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):