From: Jan Sarenik Date: Wed, 2 Sep 2009 18:03:20 +0000 (+0200) Subject: docs: README width and language correction X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8bf220a9ea0dab156fba6c7b22c45e3ada416c;p=util-linux docs: README width and language correction Signed-off-by: Jan Sarenik --- diff --git a/README b/README index 3a142161..13d13e3a 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):