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/busybox.pod | |
parent | 3d427ac5efd249dc25dd03deb30520335f68911a (diff) |
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/busybox.pod')
-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: Usage: free -Displays the amount of free and used memory in the system. +Displays the amount of free and used system memory. Example: @@ -504,7 +504,7 @@ Example: Usage: freeramdisk DEVICE -Free all memory used by the specified ramdisk. +Frees all memory used by the specified ramdisk. Example: @@ -799,9 +799,9 @@ Example: =item length -Usage: length string +Usage: length STRING -Prints out the length of the specified string. +Prints out the length of the specified STRING. Example: @@ -1120,7 +1120,7 @@ Flags: -t fs-type: Specify the filesystem type. -w: Mount for reading and writing (default). -Options for use with the "-o" flag: +Options for use with the "B<-o>" flag: async/sync: Writes are asynchronous / synchronous. atime/noatime: Enable / disable updates to inode access times. @@ -1881,4 +1881,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.29 2000/05/10 05:00:31 erik Exp $ +# $Id: busybox.pod,v 1.30 2000/05/12 19:41:47 erik Exp $ |