aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-10 22:26:19 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-10 22:26:19 +0000
commit83e71cfa575f836834e34086c21c2c03408ba7c0 (patch)
treea03a08a6925cb2db4d8eb28715a46ac8a4b70249 /docs
parent761ac6d435ba454a403352e1db93a2d0dd55383a (diff)
downloadbusybox-w32-83e71cfa575f836834e34086c21c2c03408ba7c0.tar.gz
busybox-w32-83e71cfa575f836834e34086c21c2c03408ba7c0.tar.bz2
busybox-w32-83e71cfa575f836834e34086c21c2c03408ba7c0.zip
Config feature DEVPTS defined and used in telnetd, by Pavel Roskin
git-svn-id: svn://busybox.net/trunk/busybox@5905 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r--docs/Configure.help8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Configure.help b/docs/Configure.help
index 8ba638b68..53cebd578 100644
--- a/docs/Configure.help
+++ b/docs/Configure.help
@@ -54,6 +54,14 @@ Enable devfs support
54CONFIG_FEATURE_DEVFS 54CONFIG_FEATURE_DEVFS
55 Enable if you want BusyBox to work with devfs. 55 Enable if you want BusyBox to work with devfs.
56 56
57Enable devfs support
58CONFIG_FEATURE_DEVPTS
59 Enable if you want BusyBox to use Unix98 PTY support. If enabled,
60 busybox will use /dev/ptmx for the master side of the pseudoterminal
61 and /dev/pts/<number> for the slave side. Otherwise, BSD style
62 /dev/ttyp<number> will be used. To use this option, you should have
63 devpts or devfs mounted.
64
57Clean up all memory before exiting 65Clean up all memory before exiting
58CONFIG_FEATURE_CLEAN_UP 66CONFIG_FEATURE_CLEAN_UP
59 As a size optimization, busybox by default does not cleanup memory 67 As a size optimization, busybox by default does not cleanup memory