Re: svn commit: r247102 - head/share/man/man4

2013-02-21 Thread Sergey Kandaurov
On 21 February 2013 19:41, Sergey Kandaurov wrote: > Author: pluknet > Date: Thu Feb 21 15:41:09 2013 > New Revision: 247102 > URL: http://svnweb.freebsd.org/changeset/base/247102 > > Log: > In the EXAMPLES section: append the subsystem regular expression with a > typical interface name patter

svn commit: r247102 - head/share/man/man4

2013-02-21 Thread Sergey Kandaurov
Author: pluknet Date: Thu Feb 21 15:41:09 2013 New Revision: 247102 URL: http://svnweb.freebsd.org/changeset/base/247102 Log: In the EXAMPLES section: append the subsystem regular expression with a typical interface name pattern as devd(8) uses full string match. Discussed with: avg