aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/mdev.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/mdev.txt b/docs/mdev.txt
index b24025f7b..b13a0bb93 100644
--- a/docs/mdev.txt
+++ b/docs/mdev.txt
@@ -60,9 +60,9 @@ or
60For example: 60For example:
61 hd[a-z][0-9]* 0:3 660 61 hd[a-z][0-9]* 0:3 660
62 62
63The config file parsing stops at the first matching line. If no line is 63The config file parsing stops at the first matching line unless this line
64matched, then the default of 0:0 660 is used. To set your own default, simply 64starts with "-". If no line is matched, then the default of 0:0 660 is used.
65create your own total match like so: 65To set your own default, simply create your own total match like so:
66 66
67 .* 1:1 777 67 .* 1:1 777
68 68