aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/bus_child_present.9
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* Regularize copyright notices for me.Warner Losh2019-12-031-5/+1
| | | | | | | | Remove stray All Rights Reserved and other non-license stuff. Make sure all copyrights have year. Notes: svn path=/head/; revision=355330
* use .Mt to mark up email addresses consistently (part6)Baptiste Daroussin2014-06-261-1/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267936
* 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
* Spelling fixes.Mike Pritchard2004-06-211-1/+1
| | | | Notes: svn path=/head/; revision=130843
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-301-15/+20
| | | | Notes: svn path=/head/; revision=115418
* Create a man page for bus_child_present(9), a function to see if aWarner Losh2003-03-281-0/+82
given device is considered accessible by its parent device bus driver (or its parent, etc). Notes: svn path=/head/; revision=112737