diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-05 19:50:32 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-05 19:50:32 +0000 |
commit | 0e713cef9d232cdbfd882f6f7a0c376d0385b829 (patch) | |
tree | 7de16f0991eb85a52ae26e9402095023c45f96b6 | |
parent | 6c5f2c602174c7fe0830a1fc4fe5b3dde5ed7068 (diff) | |
download | busybox-w32-0e713cef9d232cdbfd882f6f7a0c376d0385b829.tar.gz busybox-w32-0e713cef9d232cdbfd882f6f7a0c376d0385b829.tar.bz2 busybox-w32-0e713cef9d232cdbfd882f6f7a0c376d0385b829.zip |
Doc updates
-Erik
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ | |||
21 | * Due to the license change, I can now use minix code. Minux tr replaces | 21 | * Due to the license change, I can now use minix code. Minux tr replaces |
22 | the BSD derived tr, saving 4k and eliminating bsearch(3) from the | 22 | the BSD derived tr, saving 4k and eliminating bsearch(3) from the |
23 | list of used Libc symbols. | 23 | list of used Libc symbols. |
24 | * Add support for "noatime" and "nodiratime" mount flags to mount. | ||
25 | * Changed 'umount -f' to mean force, and actually use umount2. | ||
26 | * Changed 'umount -l' to mean "Do not free loop device". | ||
24 | * More doc updates | 27 | * More doc updates |
25 | 28 | ||
26 | -Erik | 29 | -Erik |