~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man2/mmap.2

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
.B MAP_GROWSDOWN
225
225
Used for stacks.
226
226
Indicates to the kernel virtual memory system that the mapping
227
 
should extend downwards in memory.
 
227
should extend downward in memory.
228
228
.TP
229
229
.BR MAP_HUGETLB " (since Linux 2.6.32)"
230
230
Allocate the mapping using "huge pages."
644
644
    }
645
645
 
646
646
    exit(EXIT_SUCCESS);
647
 
} /* main */
 
647
}
648
648
.fi
649
649
.SH "SEE ALSO"
650
650
.BR getpagesize (2),
665
665
.\" Repeat after me: private read-only mappings are 100% equivalent to
666
666
.\" shared read-only mappings. No ifs, buts, or maybes. -- Linus
667
667
.SH COLOPHON
668
 
This page is part of release 3.27 of the Linux
 
668
This page is part of release 3.32 of the Linux
669
669
.I man-pages
670
670
project.
671
671
A description of the project,