diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-10 22:26:19 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-10 22:26:19 +0000 |
commit | f234e7c755f30cf2cf7f48762370b2bcde76f68f (patch) | |
tree | a03a08a6925cb2db4d8eb28715a46ac8a4b70249 /docs | |
parent | e16860df08a8fbc6fb356a35914257b1f85da3c7 (diff) | |
download | busybox-f234e7c755f30cf2cf7f48762370b2bcde76f68f.tar.gz |
Config feature DEVPTS defined and used in telnetd, by Pavel Roskin
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Configure.help | 8 |
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 CONFIG_FEATURE_DEVFS Enable if you want BusyBox to work with devfs. +Enable devfs support +CONFIG_FEATURE_DEVPTS + Enable if you want BusyBox to use Unix98 PTY support. If enabled, + busybox will use /dev/ptmx for the master side of the pseudoterminal + and /dev/pts/<number> for the slave side. Otherwise, BSD style + /dev/ttyp<number> will be used. To use this option, you should have + devpts or devfs mounted. + Clean up all memory before exiting CONFIG_FEATURE_CLEAN_UP As a size optimization, busybox by default does not cleanup memory |