diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-26 12:14:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-26 12:14:30 +0000 |
commit | 1386e7021015959443a3b601b224660848acdda4 (patch) | |
tree | 05cc6c41012fe0f7ff2df50a4ba84d4b5ced4d8f /docs | |
parent | ef40aa81c5024bc305a4e95f6edb76bae258cc2b (diff) | |
download | busybox-w32-1386e7021015959443a3b601b224660848acdda4.tar.gz busybox-w32-1386e7021015959443a3b601b224660848acdda4.tar.bz2 busybox-w32-1386e7021015959443a3b601b224660848acdda4.zip |
Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
Fix thanks to Arne Bernin <arne@matrix.loopback.org>
-Erik
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 3f7152ad0..5c2c59054 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -276,11 +276,12 @@ Prints selected fields from each input FILE to standard output. | |||
276 | 276 | ||
277 | Options: | 277 | Options: |
278 | 278 | ||
279 | -b LIST Output only bytes from LIST | 279 | -b LIST Output only bytes from LIST |
280 | -c LIST Output only characters from LIST | 280 | -c LIST Output only characters from LIST |
281 | -d DELIM Use DELIM instead of tab as the field delimiter | 281 | -d CHAR Use CHAR instead of tab as the field delimiter |
282 | -f N Print only these fields | 282 | -s Only output Lines if the include DELIM |
283 | -n Ignored | 283 | -f N Print only these fields |
284 | -n Ignored | ||
284 | 285 | ||
285 | Example: | 286 | Example: |
286 | 287 | ||
@@ -2062,4 +2063,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2062 | 2063 | ||
2063 | =cut | 2064 | =cut |
2064 | 2065 | ||
2065 | # $Id: busybox.pod,v 1.51 2000/06/21 22:53:24 andersen Exp $ | 2066 | # $Id: busybox.pod,v 1.52 2000/06/26 12:14:30 andersen Exp $ |