Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-02 01:57:09 +0300
committerEric Andersen <andersen@codepoet.org>2000-12-02 01:57:09 +0300
commit4c45e0991a17827a5ba577535325442cdc77e73d (patch)
tree189837e7cd3cb5f5c27baa4eda07e59494ac9027 /Config.h
parentb8b8d81c24418010c86686e662f6a020aa28f817 (diff)
Update some descriptions
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Config.h b/Config.h
index cb798ca25..c7745f665 100644
--- a/Config.h
+++ b/Config.h
@@ -165,7 +165,7 @@
// enable ls -p and -F
#define BB_FEATURE_LS_FILETYPES
//
-// sort the file names (still a bit buggy)
+// sort the file names
#define BB_FEATURE_LS_SORTFILES
//
// enable ls -R
@@ -210,7 +210,8 @@
// Enable support for a real /etc/mtab file instead of /proc/mounts
//#define BB_FEATURE_MOUNT_MTAB_SUPPORT
//
-// Enable support for mounting remote NFS volumes
+// Enable support for mounting remote NFS volumes.
+// You may no -o nolock if no local portmapper is running.
#define BB_FEATURE_NFSMOUNT
//
// Enable support forced filesystem unmounting