diff options
-rw-r--r-- | miscutils/makedevs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/makedevs.c b/miscutils/makedevs.c index 8cca83882..c945a1352 100644 --- a/miscutils/makedevs.c +++ b/miscutils/makedevs.c | |||
@@ -38,7 +38,7 @@ | |||
38 | //usage:#define makedevs_full_usage "\n\n" | 38 | //usage:#define makedevs_full_usage "\n\n" |
39 | //usage: "Create a range of special files as specified in a device table.\n" | 39 | //usage: "Create a range of special files as specified in a device table.\n" |
40 | //usage: "Device table entries take the form of:\n" | 40 | //usage: "Device table entries take the form of:\n" |
41 | //usage: "<type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n" | 41 | //usage: "<name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n" |
42 | //usage: "Where name is the file name, type can be one of:\n" | 42 | //usage: "Where name is the file name, type can be one of:\n" |
43 | //usage: " f Regular file\n" | 43 | //usage: " f Regular file\n" |
44 | //usage: " d Directory\n" | 44 | //usage: " d Directory\n" |