diff options
author | Rob Landley <rob@landley.net> | 2006-06-24 22:39:19 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-06-24 22:39:19 +0000 |
commit | e1ee4826843e82ffd1d5f9f4cfb0f77ac6c8420e (patch) | |
tree | 656a01bba8a38a17153c20e621c912b89e7d2b5d | |
parent | c983274565a3443177ba1a68aab23a61ae70d5ea (diff) | |
download | busybox-w32-e1ee4826843e82ffd1d5f9f4cfb0f77ac6c8420e.tar.gz busybox-w32-e1ee4826843e82ffd1d5f9f4cfb0f77ac6c8420e.tar.bz2 busybox-w32-e1ee4826843e82ffd1d5f9f4cfb0f77ac6c8420e.zip |
Document mount's new error return conventions.
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 209db7699..8defbd1fc 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2047,6 +2047,8 @@ USE_FEATURE_DATE_ISOFMT( \ | |||
2047 | "$ mount /dev/fd0 /mnt -t msdos -o ro\n" \ | 2047 | "$ mount /dev/fd0 /mnt -t msdos -o ro\n" \ |
2048 | "$ mount /tmp/diskimage /opt -t ext2 -o loop\n" \ | 2048 | "$ mount /tmp/diskimage /opt -t ext2 -o loop\n" \ |
2049 | "$ mount cd_image.iso mydir\n" | 2049 | "$ mount cd_image.iso mydir\n" |
2050 | #define mount_notes_usage \ | ||
2051 | "Returns 0 for success, number of failed mounts for -a, or errno for one mount." | ||
2050 | 2052 | ||
2051 | #define mountpoint_trivial_usage \ | 2053 | #define mountpoint_trivial_usage \ |
2052 | "[-q] <[-d] DIR | -x DEVICE>" | 2054 | "[-q] <[-d] DIR | -x DEVICE>" |
@@ -3463,6 +3465,6 @@ USE_FEATURE_START_STOP_DAEMON_FANCY( \ | |||
3463 | "\t-f foreground mode\n" \ | 3465 | "\t-f foreground mode\n" \ |
3464 | "\t-q quit after address (no daemon)\n" \ | 3466 | "\t-q quit after address (no daemon)\n" \ |
3465 | "\t-r 169.254.x.x request this address first\n" \ | 3467 | "\t-r 169.254.x.x request this address first\n" \ |
3466 | "\t-v verbose; show version" | 3468 | "\t-v verbose" |
3467 | 3469 | ||
3468 | #endif /* __BB_USAGE_H__ */ | 3470 | #endif /* __BB_USAGE_H__ */ |