diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2006-04-22 13:42:49 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2006-04-22 13:42:49 +0000 |
| commit | 5bb234b1a63ec85680de858137585e643db8df74 (patch) | |
| tree | b1a21084d16a69300e6dec4e303cad796da32284 | |
| parent | 8b4b23668d44208554564218592f2878ad44a232 (diff) | |
Notes
| -rw-r--r-- | etc/defaults/devfs.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/devfs.rules b/etc/defaults/devfs.rules index d8a77519dd255..435ae4a5987a1 100644 --- a/etc/defaults/devfs.rules +++ b/etc/defaults/devfs.rules @@ -1,6 +1,6 @@ # # The following are some default rules for devfs(5) mounts. -# The format is very simple. Empty lines and lines begining +# The format is very simple. Empty lines and lines beginning # with a hash '#' are ignored. If the hash mark occurs anywhere # other than the beginning of a line, it and any subsequent # characters will be ignored. A line in between brackets '[]' @@ -10,7 +10,7 @@ # passed to the devfs(8) command. These will be passed # "as-is" to the devfs(8) command with the exception that # any references to other rulesets will be expanded first. These -# references must include a dollar sign '$' in-front of the +# references must include a dollar sign '$' in front of the # name to be expanded properly. # # $FreeBSD$ |
