From 38748fddf3fa66d3313d409f1322d057065c9514 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 27 Mar 2004 11:35:46 +0000 Subject: Yet more doc cleanups --- docs/busybox_header.pod | 5 +++-- 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: uptime, usleep, uudecode, uuencode, vconfig, vi, vlock, watch, watchdog, wc, wget, which, who, whoami, xargs, yes, zcat, [ -=over 4 - =head1 LIBC NSS 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 addition to making your system significantly smaller, uClibc does not need or use any NSS support files or libraries. +=over 4 + + 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 @@ #define dpkg_deb_example_usage \ "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n" -#define dpkg_divert_trivial_usage \ - "blah" -#define dpkg_divert_full_usage \ - "blah blah" - #ifdef CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K #define USAGE_DU_DEFALT_BLOCKSIZE_1k(a) a #define USAGE_NOT_DU_DEFALT_BLOCKSIZE_1k(a) @@ -1359,11 +1354,6 @@ " [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n" \ " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n" -#define insmod_ng_trivial_usage \ - "MODULE [symbol=value]..." -#define insmod_ng_full_usage \ - "Loads the specified kernel modules into the kernel." - #define kill_trivial_usage \ "[-signal] process-id [process-id ...]" #define kill_full_usage \ -- cgit v1.2.3