--- README | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 3a14216..13d13e3 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): -- 1.6.4.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html