| Anonymous | Login | Signup for a new account | 11-10-2008 12:36 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0004424 | [BusyBox] Documentation | minor | always | 08-01-08 00:15 | 08-03-08 12:21 | ||||
| Reporter | Araneidae | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0004424: Documentation for xargs incomplete (version 1.11.1) | ||||||||
| Description |
The following options for xargs are not documented in usage.h: -e Sets end of input string (see issue 0004414) -n Maximum number of arguments per command -s Maximum size of each argument The patch below assumes that the patch in 0004414 has been applied. |
||||||||
| Additional Information |
diff --git a/include/usage.h b/include/usage.h index ceac6d0..dda5f60 100644 --- a/include/usage.h +++ b/include/usage.h @@ -4563,6 +4563,9 @@ USE_FEATURE_XARGS_SUPPORT_ZERO_TERM( \ "\n -0 Input filenames are terminated by a null character") \ "\n -t Print the command line on stderr before executing it" \ + "\n -e Specify end of input marker" \ + "\n -n Maximum number of arguments to pass to COMMAND" \ + "\n -s Maximum size of argument passed to COMMAND" \ #define xargs_example_usage \ "$ ls | xargs gzip\n" \ |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |