diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-07-18 09:45:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-07-18 09:45:35 +0000 |
commit | 2ada89b60f61019b3e1b80819257cc8af486e10c (patch) | |
tree | 9171f10eefff37761025af06b5f3688af9adf3bb /include | |
parent | 54e57da96a073330463dde1f62fda85b7290ed4c (diff) | |
download | busybox-2ada89b60f61019b3e1b80819257cc8af486e10c.tar.gz |
a bit more polish
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index ff99c4041..363b01cdd 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1676,7 +1676,6 @@ #define makedevs_full_usage \ "Creates a range of special files as specified in a device table.\n" \ "Device table entries take the form of:\n" \ - "type mode user group major minor start increment count\n\n" \ "<type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n" \ "Where name is the file name, type can be one of:\n" \ " f A regular file\n" \ |