diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-12 19:41:47 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-12 19:41:47 +0000 |
commit | 7ab9c7ee52db8759d457819f5480378fa3aa97cc (patch) | |
tree | 37ef0fb8b142a4925b866c7caa5207b71b4ecae6 /docs | |
parent | 3d427ac5efd249dc25dd03deb30520335f68911a (diff) | |
download | busybox-w32-7ab9c7ee52db8759d457819f5480378fa3aa97cc.tar.gz busybox-w32-7ab9c7ee52db8759d457819f5480378fa3aa97cc.tar.bz2 busybox-w32-7ab9c7ee52db8759d457819f5480378fa3aa97cc.zip |
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
which lets you compile out most of the "--help" output, saving
up to 17k.
Renamed mnc to nc.
-Erik
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index ea14459ef..408bbfa72 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -488,7 +488,7 @@ Example: | |||
488 | 488 | ||
489 | Usage: free | 489 | Usage: free |
490 | 490 | ||
491 | Displays the amount of free and used memory in the system. | 491 | Displays the amount of free and used system memory. |
492 | 492 | ||
493 | Example: | 493 | Example: |
494 | 494 | ||
@@ -504,7 +504,7 @@ Example: | |||
504 | 504 | ||
505 | Usage: freeramdisk DEVICE | 505 | Usage: freeramdisk DEVICE |
506 | 506 | ||
507 | Free all memory used by the specified ramdisk. | 507 | Frees all memory used by the specified ramdisk. |
508 | 508 | ||
509 | Example: | 509 | Example: |
510 | 510 | ||
@@ -799,9 +799,9 @@ Example: | |||
799 | 799 | ||
800 | =item length | 800 | =item length |
801 | 801 | ||
802 | Usage: length string | 802 | Usage: length STRING |
803 | 803 | ||
804 | Prints out the length of the specified string. | 804 | Prints out the length of the specified STRING. |
805 | 805 | ||
806 | Example: | 806 | Example: |
807 | 807 | ||
@@ -1120,7 +1120,7 @@ Flags: | |||
1120 | -t fs-type: Specify the filesystem type. | 1120 | -t fs-type: Specify the filesystem type. |
1121 | -w: Mount for reading and writing (default). | 1121 | -w: Mount for reading and writing (default). |
1122 | 1122 | ||
1123 | Options for use with the "-o" flag: | 1123 | Options for use with the "B<-o>" flag: |
1124 | 1124 | ||
1125 | async/sync: Writes are asynchronous / synchronous. | 1125 | async/sync: Writes are asynchronous / synchronous. |
1126 | atime/noatime: Enable / disable updates to inode access times. | 1126 | atime/noatime: Enable / disable updates to inode access times. |
@@ -1881,4 +1881,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
1881 | 1881 | ||
1882 | =cut | 1882 | =cut |
1883 | 1883 | ||
1884 | # $Id: busybox.pod,v 1.29 2000/05/10 05:00:31 erik Exp $ | 1884 | # $Id: busybox.pod,v 1.30 2000/05/12 19:41:47 erik Exp $ |