aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/io.4
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)
* Fix style nit: don't use leading zero for dates in .DdEitan Adler2012-06-051-1/+1
| | | | | | | | | Prompted by: brueffer Approved by: brueffer MFC after: 3 days Notes: svn path=/head/; revision=236596
* More mdoc nitpicking to improve compatibility to mdocmlUlrich Spörlein2010-06-111-1/+1
| | | | | | | | | | | - .Nd in section NAME is not optional - .Ed was missing - "indent" is not a flag, but a literal argument for -offset - stop switching font sizes for acronyms - use .Brq instead of rolling our own Notes: svn path=/head/; revision=209034
* [0] Improve wording.Attilio Rao2010-06-031-9/+13
| | | | | | | | | | | | [1] Following style for manpages, just do carriage return after a sentence. Sponsored by: Sandvine Incorporated [0] Submitted by: emaste [1] Submitted by: rwatson Notes: svn path=/head/; revision=208771
* Adjust the manpage after r207329.Attilio Rao2010-06-011-12/+69
| | | | | | | | | Sponsored by: Sandvine Incorporated Reviewed by: cpercival, emaste, marcel X-MFC: r207329 Notes: svn path=/head/; revision=208716
* Update .Dt on these man pages: the kernel modules and corresponding manGavin Atkinson2010-02-081-2/+2
| | | | | | | pages are installed on more platforms than just i386. Notes: svn path=/head/; revision=203684
* Move man pages out of man4.i386. Most of them are applicable to amd64Rui Paulo2008-08-211-0/+69
too, so, instead of descending to the i386 directory, we add some magic to the parent Makefile. These man pages refer to drivers that I'm aware that work on amd64. Most likely there are more, but I'll deal with them later. Approved by: brueffer, philip, takawata Notes: svn path=/head/; revision=181942