diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-10-26 02:11:28 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-10-26 02:11:28 +0000 |
commit | 0321b694c7854579f4d21498c53d0f6381200703 (patch) | |
tree | 4d011720f50d6e9301496fa296ee8c8ddd402c37 /sbin/devd/devd.conf.5 | |
parent | 5e6f40a26427fe580c8cfa176e88a3c254de41a4 (diff) | |
download | src-test2-0321b694c7854579f4d21498c53d0f6381200703.tar.gz src-test2-0321b694c7854579f4d21498c53d0f6381200703.zip |
Notes
Diffstat (limited to 'sbin/devd/devd.conf.5')
-rw-r--r-- | sbin/devd/devd.conf.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index e4dea72fd317..09e902bf188e 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -41,7 +41,7 @@ .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS .\" SOFTWARE. .\" -.Dd March 8, 2009 +.Dd October 25, 2011 .Dt DEVD.CONF 5 .Os .Sh NAME @@ -121,6 +121,10 @@ Creates a regular expression and assigns it to the variable .Ar regexp-name . The variable is available throughout the rest of the configuration file. +If the string begins with +.Ql \&! , +it matches if the regular expression formed by the rest of the string +does not match. All regular expressions have an implicit .Ql ^$ around them. |