aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/devd.conf.5
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-12-07 08:04:36 +0000
committerWarner Losh <imp@FreeBSD.org>2002-12-07 08:04:36 +0000
commit3054f218eb8a087b186b48eeda1af43fd7c59b0d (patch)
tree9e4f2dc42ade56bf73aaf3d7752d018a5c1abda8 /sbin/devd/devd.conf.5
parentb77b2b6ed37fb00ba232a05addc0c3a4ebbac176 (diff)
downloadsrc-3054f218eb8a087b186b48eeda1af43fd7c59b0d.tar.gz
src-3054f218eb8a087b186b48eeda1af43fd7c59b0d.zip
MFp4 (imp_freebsd branch): snapshot of devd work:
o improve parsing and lexing o create data structures based on the parsed file now. o Still need to rewrite main loop and add regex (still uses hard coded devd-generic) o minor man page updates. # There should be one more commit before rc2 Approved by: re (blanket)
Notes
Notes: svn path=/head/; revision=107665
Diffstat (limited to 'sbin/devd/devd.conf.5')
-rw-r--r--sbin/devd/devd.conf.510
1 files changed, 1 insertions, 9 deletions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5
index 7d998b78a50c..63cb4ad733d7 100644
--- a/sbin/devd/devd.conf.5
+++ b/sbin/devd/devd.conf.5
@@ -79,7 +79,7 @@ repated as often as required.
Further details on the syntax and meaning of each statement, and their
substatements is explained below.
.Pp
-Comments may appear anywhere that whitespace may appear in a BIND
+Comments may appear anywhere that whitespace may appear in a
configuration file. To appeal to programmers of all kinds, they can
be written in C, C++, or shell/perl constructs.
.Pp
@@ -114,14 +114,6 @@ pair. For example:
// is a new comment, even though it is logically
// part of the previous comment.
.Ed
-.Pp
-.Em WARNING :
-you cannot use the
-.Li ;
-(semicolon) character to start a comment such as you would in a zone
-file. The semicolon indicates the end of a configuration statement,
-so whatever follows it will be interpreted as the start of the next
-statement.
.Sh FILES
.Bl -tag -width /etc/devd.conf -compact
.It Pa /etc/devd.conf