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

« back to all changes in this revision

Viewing changes to man2/mknod.2

  • 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:
10
10
.\" Modified 2003-04-23 by Michael Kerrisk
11
11
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
12
12
.\"
13
 
.TH MKNOD 2 2008-12-01 "Linux" "Linux Programmer's Manual"
 
13
.TH MKNOD 2 2010-09-20 "Linux" "Linux Programmer's Manual"
14
14
.SH NAME
15
15
mknod \- create a special or ordinary file
16
16
.SH SYNOPSIS
29
29
.in
30
30
.sp
31
31
.BR mknod ():
32
 
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500
 
32
.ad l
 
33
.RS 4
 
34
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
 
35
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
 
36
.RE
 
37
.ad
33
38
.SH DESCRIPTION
34
39
The system call
35
40
.BR mknod ()
211
216
.BR mkfifo (3),
212
217
.BR path_resolution (7)
213
218
.SH COLOPHON
214
 
This page is part of release 3.26 of the Linux
 
219
This page is part of release 3.27 of the Linux
215
220
.I man-pages
216
221
project.
217
222
A description of the project,