diff options
author | dd <dd@FreeBSD.org> | 2002-10-08 04:21:54 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-10-08 04:21:54 +0000 |
commit | eff660789ca1ead1552913158e5d63c446ae9779 (patch) | |
tree | 7b2728a9c740406e8461e5a2bcaab1ec8d8491c8 /sbin | |
parent | ad775810328c27239d98ff30a2094979615da054 (diff) | |
download | FreeBSD-src-eff660789ca1ead1552913158e5d63c446ae9779.zip FreeBSD-src-eff660789ca1ead1552913158e5d63c446ae9779.tar.gz |
Treat the pathptrn field as a real pattern with the aid of fnmatch().
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/devfs/devfs.8 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/devfs/devfs.8 b/sbin/devfs/devfs.8 index b22a9ad..e6aeeba 100644 --- a/sbin/devfs/devfs.8 +++ b/sbin/devfs/devfs.8 @@ -161,9 +161,6 @@ Matches any node with a path that matches The latter is interpreted as a .Xr glob 3 Ns -style pattern. -(Note: Pattern matching is currently unimplemented; -the only wildcard recognized is an asterisk at the end of the string. -This will be corrected in the future.) .It Cm type Ar devtype Matches any node that is of type .Ar devtype . |