| Summary: | [patch] devfs(8) contains no longer supported argument in examples | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Mateusz Guzik <mjguzik> | ||||
| Component: | Books & Articles | Assignee: | Mike Makonnen <mtm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Mateusz Guzik
2008-06-23 02:20:02 UTC
mtm 2008-06-27 09:09:50 UTC
FreeBSD src repository
Modified files:
sbin/devfs devfs.8
Log:
SVN rev 180060 on 2008-06-27 09:09:50Z by mtm
Support for filtering on major device number was removed in rev. 1.7 or
rule.c. Update man page example accordingly.
Submitted by: Mateusz Guzik <mjguzik@gmail.com>
PR: docs/124892
Revision Changes Path
1.19 +2 -2 src/sbin/devfs/devfs.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Patched in head. Take the PR as a reminder to MFC. Responsible Changed From-To: freebsd-doc->mtm Patched in head. Take the PR as a reminder to MFC. mtm 2008-07-02 13:00:07 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sbin/devfs devfs.8
Log:
SVN rev 180179 on 2008-07-02 13:00:07Z by mtm
MFC r180060:
Support for filtering on major device number was removed in rev. 1.7 or
rule.c. Update man page example accordingly.
Submitted by: Mateusz Guzik <mjguzik@gmail.com>
PR: docs/124892
Revision Changes Path
1.15.2.2 +2 -2 src/sbin/devfs/devfs.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
mtm 2008-07-02 13:03:08 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sbin/devfs devfs.8
Log:
SVN rev 180180 on 2008-07-02 13:03:08Z by mtm
MFC r180060:
Support for filtering on major device number was removed in rev. 1.7 or
rule.c. Update man page example accordingly.
Submitted by: Mateusz Guzik <mjguzik@gmail.com>
PR: docs/124892
Revision Changes Path
1.18.2.1 +2 -2 src/sbin/devfs/devfs.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Committed. Thanks! |