summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/munmap.2
Commit message (Collapse)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Document EINVAL for len == 0.des2003-11-101-1/+1
|
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-2/+2
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-2/+4
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andmike2002-08-241-1/+0
| | | | <sys/mman.h>.
* We are munmap(2), so there's no need to list ourselves in the SEE ALSOdd2002-01-071-1/+1
| | | | | | | section; instead, list our partner in crime, mmap(2). PR: 33153 Submitted by: Faried Nawaz <fn@hungry.org>
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.yar2001-08-091-6/+1
| | | | Reviewed by: ru
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | 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
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-311-1/+1
| | | | | | | | | | | | | | | | mlock, mmap, mprotect, msync, munlock, and munmap are defined by POSIX as taking void *. The const modifier has been added to mlock, munlock, and mprotect as the standard dictates. minherit comes from OpenBSD and has been updated to conform with their recent change to void *. madvise and mincore are not defined by POSIX, but their arguments have been modified to be consistent with the POSIX-defined functions. mincore takes a const pointer, but madvise does not due to the MADV_FREE case. Discussed with: bde
* Merge from Lite2 onto mainline -peter1997-03-111-4/+4
| | | | | - add undelete() and undelete.2 (requires libc minor bump some time) - man page updates
* Sort cross references.wosch1997-01-201-1/+1
|
* Minor mdoc fixes in msync.2 and munmap.2.mpp1997-01-111-3/+4
| | | | | | Add RETURN VALUES and ERRORS sections to mincore. Closes PR# 1493.
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-2/+3
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Correct a bunch of man page cross references and generallympp1996-02-111-2/+2
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* Submitted by: bruce, davidg, dysonwosch1996-02-021-0/+2
| | | | | add a BUG section for mmap with current limitation section SYNOPSIS completed
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+78
OpenPOWER on IntegriCloud