summaryrefslogtreecommitdiff
path: root/share/man/man9/devclass_get_count.9
Commit message (Collapse)AuthorAgeFilesLines
* Use 'manual page' instead of 'man page' for consistency.Hiten Pandya2005-06-281-1/+1
| | | | | | | Approved by: re (hrs) Notes: svn path=/head/; revision=147647
* Markup nit.Ruslan Ermilov2005-01-141-1/+1
| | | | Notes: svn path=/head/; revision=140237
* Add the devclass_get_count(9) function and man page. It gets a count ofNate Lawson2004-12-081-0/+47
the number of devices in a devclass and is a subset of devclass_get_devices(9). Reviewed by: imp, dfr Notes: svn path=/head/; revision=138533