diff options
Diffstat (limited to 'docs/manual/makedev-syntax.txt')
-rw-r--r-- | docs/manual/makedev-syntax.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/makedev-syntax.txt b/docs/manual/makedev-syntax.txt index 99ecdea82..fc571051a 100644 --- a/docs/manual/makedev-syntax.txt +++ b/docs/manual/makedev-syntax.txt @@ -20,7 +20,7 @@ It takes the form of a line for each file, with the following layout: There are a few non-trivial blocks here: - +name+ is the path to the file you want to create/modify -- +type+ is the type of the file, being one of : +- +type+ is the type of the file, being one of: * f: a regular file * d: a directory * c: a character device file |