diff options
author | Tim Riker | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /include/usage.h | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip busybox-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz |
just whitespace
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index 9925732..bff187a 100644 --- a/include/usage.h +++ b/include/usage.h @@ -873,7 +873,7 @@ "\t-s Don't print or kill anything.\n" \ "\t-4 When using port/proto only search IPv4 space\n" \ "\t-6 When using port/proto only search IPv6 space\n" \ - "\t-SIGNAL When used with -k, this signal will be used to kill\n" + "\t-SIGNAL When used with -k, this signal will be used to kill\n" #define getopt_trivial_usage \ "[OPTIONS]..." #define getopt_full_usage \ @@ -1873,8 +1873,8 @@ #ifdef CONFIG_FEATURE_MDEV_CONFIG #define mdev_notes_usage \ "The mdev config file contains lines that look like:\n" \ - " hd[a-z][0-9]* 0:3 660\n\n" \ - "That's device name (with regex match), uid:gid, and permissions.\n\n" \ + " hd[a-z][0-9]* 0:3 660\n\n" \ + "That's device name (with regex match), uid:gid, and permissions.\n\n" \ "Optionally, that can be followed (on the same line) by an asterisk\n" \ "and a command line to run after creating the corresponding device(s),\n"\ "ala:\n\n" \ |