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

« back to all changes in this revision

Viewing changes to man3/getumask.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
.\" This replaces an earlier man page written by Walter Harms
24
24
.\" <walter.harms@informatik.uni-oldenburg.de>.
25
25
.\"
26
 
.TH GETUMASK 3 2009-01-20 "GNU" "Linux Programmer's Manual"
 
26
.TH GETUMASK 3 2010-09-10 "GNU" "Linux Programmer's Manual"
27
27
.SH NAME
28
28
getumask \- get file creation mask
29
29
.SH SYNOPSIS
30
 
.B #define _GNU_SOURCE
 
30
.BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
31
31
.br
32
32
.B "#include <sys/types.h>"
33
33
.br
61
61
.SH "SEE ALSO"
62
62
.BR umask (2)
63
63
.SH COLOPHON
64
 
This page is part of release 3.26 of the Linux
 
64
This page is part of release 3.27 of the Linux
65
65
.I man-pages
66
66
project.
67
67
A description of the project,