diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-06-27 11:27:20 -0700 |
---|---|---|
committer | Artem Bityutskiy <dedekind1@gmail.com> | 2011-06-29 08:42:38 +0300 |
commit | 15f5f89995de6f10a5dc7b30ebf87d856c4e1127 (patch) | |
tree | 8eb845b328f07685164ce8b078cf74851e74fa2e /device_table.txt | |
parent | 6977ec0308678514ea4450e25e9d443a787da12e (diff) |
mtd-utils: remove whitespace at end of lines
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
Diffstat (limited to 'device_table.txt')
-rw-r--r-- | device_table.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/device_table.txt b/device_table.txt index 74fdc56..194fed6 100644 --- a/device_table.txt +++ b/device_table.txt @@ -5,10 +5,10 @@ # /sbin/foobar f 2755 0 0 - - - - - # and (assuming the file /sbin/foobar exists) it will be made setuid # root (regardless of what its permissions are on the host filesystem. -# +# # Device table entries take the form of: # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count> -# where name is the file name, type can be one of: +# where name is the file name, type can be one of: # f A regular file # d Directory # c Character special device file @@ -19,7 +19,7 @@ # file. # When building a target filesystem, it is desirable to not have to -# become root and then run 'mknod' a thousand times. Using a device +# become root and then run 'mknod' a thousand times. Using a device # table you can create device nodes and directories "on the fly". # Furthermore, you can use a single table entry to create a many device # minors. For example, if I wanted to create /dev/hda and /dev/hda[0-15] |