aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/physio.9
Commit message (Collapse)AuthorAgeFilesLines
* Remove remnants of dev_t.Ed Schouten2012-01-191-2/+2
| | | | | | | | | | | These functions take a `struct cdev *' -- not a dev_t. Inside the kernel, dev_t has the same use as in userspace, namely to store a device identifier. MFC after: 2 weeks Notes: svn path=/head/; revision=230330
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-021-7/+0
| | | | | | | | | their software. Obtained from: NetBSD Notes: svn path=/head/; revision=204604
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-121-1/+1
| | | | Notes: svn path=/head/; revision=140140
* Remove trailing spaces.Kirill Ponomarev2005-01-021-1/+1
| | | | | | | | Reviewed by: brueffer MFC after: 3 days Notes: svn path=/head/; revision=139592
* Modernize description of physio. Make explicit that this creates aWarner Losh2004-07-101-5/+19
| | | | | | | request that's passed to the driver's strategy. Notes: svn path=/head/; revision=131888
* Remove double usage of performance, and combine it to one.Hiten Pandya2003-09-121-1/+1
| | | | Notes: svn path=/head/; revision=120007
* mdoc(7) police: tidy up.Ruslan Ermilov2002-03-181-15/+21
| | | | Notes: svn path=/head/; revision=92568
* Update the physio man page to better reflect reality.Josef Karthauser2002-02-051-37/+14
| | | | | | | | | PR: docs/30603 Reviewed by: phk MFC after: 3 days Notes: svn path=/head/; revision=90265
* Update function definitions and required include files to reflectChad David2001-12-261-0/+1
| | | | | | | | | the current state of the system. Approved by: alfred Notes: svn path=/head/; revision=88509
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79538
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* Remove spurious .Fc which caused this manpage to be closedJeroen Ruigrok van der Werven2000-04-011-1/+0
| | | | | | | prematurely. Notes: svn path=/head/; revision=58901
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-031-6/+12
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57731
* Fixed bitrot in synopsis. Important interface changes hadn't reached here.Bruce Evans1999-12-231-7/+2
| | | | Notes: svn path=/head/; revision=55047
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+2
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48795
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-131-3/+5
| | | | Notes: svn path=/head/; revision=24890
* Add physio(9).Mike Pritchard1997-03-221-0/+137
Obtained from: NetBSD w/minor FreeBSD changes Notes: svn path=/head/; revision=24119