aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/devctl_notify.9
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Remove stray linesWarner Losh2020-09-231-2/+0
| | | | | | | | | | I snagged the license boiler plate. Fix that. also, it's spelled .Va not .Vn. Plus " quoting issues. Noticed by: rgrimes, xtouqh at hotmail dot com Notes: svn path=/head/; revision=366096
* Add devctl_notify(9) man pageWarner Losh2020-09-221-0/+78
Document the calls to send messages to userland via devctl. devctl_notify will create a message for the specified system, subsystem and type, optionally adding additional information. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D26520 Notes: svn path=/head/; revision=366027