aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/uio.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)
* Fix a few speelling errorsEitan Adler2017-12-281-1/+1
| | | | | | | | | | - man pages - bin/sh Reviewed by: jilles Notes: svn path=/head/; revision=327281
* Document uiomove_frombuf(9).Ian Lepore2017-03-111-3/+25
| | | | Notes: svn path=/head/; revision=315089
* 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
* Document copyin_nofault, copyout_nofault, uiomove_nofault.Konstantin Belousov2011-07-091-7/+38
| | | | | | | Submitted by: alc Notes: svn path=/head/; revision=223890
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
| | | | | | | They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-12/+12
| | | | | | | | | | This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections. Found by: mdocml lint run Reviewed by: ru Notes: svn path=/head/; revision=208028
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Correct the type for uio_resid.Konstantin Belousov2010-03-211-2/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=205416
* mdoc fix: Add missing .El requestGiorgos Keramidas2007-10-301-1/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=173193
* Bump .Dd, (9 year jump!)Alfred Perlstein2006-11-291-1/+1
| | | | | | | | Requested by: ru cvs: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=164758
* Do a better job of documenting uio_resid.Alfred Perlstein2006-11-291-12/+18
| | | | Notes: svn path=/head/; revision=164755
* 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
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141851
* Expand *n't contractions.Ruslan Ermilov2005-02-131-2/+2
| | | | Notes: svn path=/head/; revision=141846
* Sort sections.Ruslan Ermilov2005-01-211-9/+9
| | | | Notes: svn path=/head/; revision=140561
* Do a style fixup on the example function.Mark Murray2004-04-151-9/+9
| | | | Notes: svn path=/head/; revision=128275
* Nuke caddr_t.Dag-Erling Smørgrav2003-03-031-2/+2
| | | | | | | Reminded by: ru Notes: svn path=/head/; revision=111807
* Remove references to UIO_USERISPACE which no longer exists.Peter Wemm2002-06-201-4/+1
| | | | Notes: svn path=/head/; revision=98478
* mdoc(7) police: general cleanup.Ruslan Ermilov2001-11-211-29/+37
| | | | Notes: svn path=/head/; revision=86724
* Catch up to proc->thread changes.Dima Dorfman2001-11-051-4/+4
| | | | | | | | PR: 31428 Submitted by: Chad David <davidc@acns.ab.ca> Notes: svn path=/head/; revision=86064
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-1/+1
| | | | | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days Notes: svn path=/head/; revision=79727
* Fix a typo (pasto?).Dima Dorfman2001-05-091-1/+1
| | | | Notes: svn path=/head/; revision=76395
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-2/+1
| | | | Notes: svn path=/head/; revision=68575
* Grammar police; "has been written by" --> "was written by".Mark Murray2000-08-151-1/+1
| | | | Notes: svn path=/head/; revision=64681
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-131-2/+1
| | | | Notes: svn path=/head/; revision=24890
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22986
* Fix a typo and one small style point.Mike Pritchard1997-02-021-2/+2
| | | | Notes: svn path=/head/; revision=22231
* Add a man page for the uio handling, after all the recent ramblings inJoerg Wunsch1997-02-021-0/+175
the hackers list. Please correct me where i'm wrong. Notes: svn path=/head/; revision=22206