diff options
-rw-r--r-- | docs/busybox_header.pod | 5 | ||||
-rw-r--r-- | include/usage.h | 10 |
2 files changed, 3 insertions, 12 deletions
diff --git a/docs/busybox_header.pod b/docs/busybox_header.pod index 395e2c81a..c8ca66693 100644 --- a/docs/busybox_header.pod +++ b/docs/busybox_header.pod | |||
@@ -103,8 +103,6 @@ Currently defined functions include: | |||
103 | uptime, usleep, uudecode, uuencode, vconfig, vi, vlock, watch, | 103 | uptime, usleep, uudecode, uuencode, vconfig, vi, vlock, watch, |
104 | watchdog, wc, wget, which, who, whoami, xargs, yes, zcat, [ | 104 | watchdog, wc, wget, which, who, whoami, xargs, yes, zcat, [ |
105 | 105 | ||
106 | =over 4 | ||
107 | |||
108 | =head1 LIBC NSS | 106 | =head1 LIBC NSS |
109 | 107 | ||
110 | GNU Libc (glibc) uses the Name Service Switch (NSS) to configure the behavior | 108 | GNU Libc (glibc) uses the Name Service Switch (NSS) to configure the behavior |
@@ -128,3 +126,6 @@ Shameless Plug: As an alternative one could use a C library such as uClibc. In | |||
128 | addition to making your system significantly smaller, uClibc does not need or | 126 | addition to making your system significantly smaller, uClibc does not need or |
129 | use any NSS support files or libraries. | 127 | use any NSS support files or libraries. |
130 | 128 | ||
129 | =over 4 | ||
130 | |||
131 | |||
diff --git a/include/usage.h b/include/usage.h index 272c3d055..faad511ec 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -445,11 +445,6 @@ | |||
445 | #define dpkg_deb_example_usage \ | 445 | #define dpkg_deb_example_usage \ |
446 | "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n" | 446 | "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n" |
447 | 447 | ||
448 | #define dpkg_divert_trivial_usage \ | ||
449 | "blah" | ||
450 | #define dpkg_divert_full_usage \ | ||
451 | "blah blah" | ||
452 | |||
453 | #ifdef CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K | 448 | #ifdef CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K |
454 | #define USAGE_DU_DEFALT_BLOCKSIZE_1k(a) a | 449 | #define USAGE_DU_DEFALT_BLOCKSIZE_1k(a) a |
455 | #define USAGE_NOT_DU_DEFALT_BLOCKSIZE_1k(a) | 450 | #define USAGE_NOT_DU_DEFALT_BLOCKSIZE_1k(a) |
@@ -1359,11 +1354,6 @@ | |||
1359 | " [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n" \ | 1354 | " [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n" \ |
1360 | " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n" | 1355 | " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n" |
1361 | 1356 | ||
1362 | #define insmod_ng_trivial_usage \ | ||
1363 | "MODULE [symbol=value]..." | ||
1364 | #define insmod_ng_full_usage \ | ||
1365 | "Loads the specified kernel modules into the kernel." | ||
1366 | |||
1367 | #define kill_trivial_usage \ | 1357 | #define kill_trivial_usage \ |
1368 | "[-signal] process-id [process-id ...]" | 1358 | "[-signal] process-id [process-id ...]" |
1369 | #define kill_full_usage \ | 1359 | #define kill_full_usage \ |