diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-07-18 09:45:35 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-07-18 09:45:35 +0000 |
commit | ba3ba3ad6e6332da2597383a0e3cf0a5cb70e59e (patch) | |
tree | 9171f10eefff37761025af06b5f3688af9adf3bb /include/usage.h | |
parent | 74dddad829befba7c879c1aece54c48c4e4cf15c (diff) | |
download | busybox-w32-ba3ba3ad6e6332da2597383a0e3cf0a5cb70e59e.tar.gz busybox-w32-ba3ba3ad6e6332da2597383a0e3cf0a5cb70e59e.tar.bz2 busybox-w32-ba3ba3ad6e6332da2597383a0e3cf0a5cb70e59e.zip |
a bit more polish
git-svn-id: svn://busybox.net/trunk/busybox@10848 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-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 @@ | |||
1676 | #define makedevs_full_usage \ | 1676 | #define makedevs_full_usage \ |
1677 | "Creates a range of special files as specified in a device table.\n" \ | 1677 | "Creates a range of special files as specified in a device table.\n" \ |
1678 | "Device table entries take the form of:\n" \ | 1678 | "Device table entries take the form of:\n" \ |
1679 | "type mode user group major minor start increment count\n\n" \ | ||
1680 | "<type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n" \ | 1679 | "<type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n" \ |
1681 | "Where name is the file name, type can be one of:\n" \ | 1680 | "Where name is the file name, type can be one of:\n" \ |
1682 | " f A regular file\n" \ | 1681 | " f A regular file\n" \ |