aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-01 22:57:09 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-01 22:57:09 +0000
commit4c45e0991a17827a5ba577535325442cdc77e73d (patch)
tree189837e7cd3cb5f5c27baa4eda07e59494ac9027
parentb8b8d81c24418010c86686e662f6a020aa28f817 (diff)
downloadbusybox-w32-4c45e0991a17827a5ba577535325442cdc77e73d.tar.gz
busybox-w32-4c45e0991a17827a5ba577535325442cdc77e73d.tar.bz2
busybox-w32-4c45e0991a17827a5ba577535325442cdc77e73d.zip
Update some descriptions
-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 @@
165// enable ls -p and -F 165// enable ls -p and -F
166#define BB_FEATURE_LS_FILETYPES 166#define BB_FEATURE_LS_FILETYPES
167// 167//
168// sort the file names (still a bit buggy) 168// sort the file names
169#define BB_FEATURE_LS_SORTFILES 169#define BB_FEATURE_LS_SORTFILES
170// 170//
171// enable ls -R 171// enable ls -R
@@ -210,7 +210,8 @@
210// Enable support for a real /etc/mtab file instead of /proc/mounts 210// Enable support for a real /etc/mtab file instead of /proc/mounts
211//#define BB_FEATURE_MOUNT_MTAB_SUPPORT 211//#define BB_FEATURE_MOUNT_MTAB_SUPPORT
212// 212//
213// Enable support for mounting remote NFS volumes 213// Enable support for mounting remote NFS volumes.
214// You may no -o nolock if no local portmapper is running.
214#define BB_FEATURE_NFSMOUNT 215#define BB_FEATURE_NFSMOUNT
215// 216//
216// Enable support forced filesystem unmounting 217// Enable support forced filesystem unmounting