Commit ba82e50f authored by Maxime Hadjinlian's avatar Maxime Hadjinlian Committed by Peter Korsgaard
Browse files

makedevs: Rework README



Make all the example as a space separated list.
The definition of the different type was modified to look like the same
section on the manual.

Signed-off-by: default avatarMaxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent dd44b943
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@ Device table entries take the form of:

where name is the file name,  type can be one of:

      f       A regular file
      d       Directory
      c       Character special device file
      b       Block special device file
      p       Fifo (named pipe)
      f: A regular file
      d: Directory
      c: Character special device file
      b: Block special device file
      p: Fifo (named pipe)

uid is the user id for the target file, gid is the group id for the
target file.  The rest of the entries (major, minor, etc) apply only