summaryrefslogtreecommitdiffstats
path: root/share/man/man9/kernacc.9
Commit message (Collapse)AuthorAgeFilesLines
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-6/+9
| | | | | | | | | "rw" argument, rather than hijacking B_{READ|WRITE}. Fix two bugs (physio & cam) resulting by the confusion caused by this. Submitted by: Tor.Egge@fast.no Reviewed by: alc, ken (partly)
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* Fixed #include and/or prototype bugs in synopsis.bde1997-04-131-0/+3
|
* One minor mdoc fix.mpp1997-03-221-1/+1
|
* Add kernacc(9) that documents the kernacc() and useracc() kernelmpp1997-03-221-0/+81
functions. Obtained from: NetBSD (renamed from access.9)
OpenPOWER on IntegriCloud