~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): Joey Schulze
  • Date: 2008-12-13 15:28:58 UTC
  • mfrom: (1.1.37 upstream) (2.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20081213152858-06ey2s94bhc09owg
* New upstream source
* Avoid distribution of more up-to-date pthread manpages that are
  currently also provided by glibc-doc:
  . pthread_cleanup_push_defer_np(3)
  . pthread_cleanup_pop_restore_np(3)

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 2007-07-26 "Linux" "Linux Programmer's Manual"
 
13
.TH MKNOD 2 2008-12-01 "Linux" "Linux Programmer's Manual"
14
14
.SH NAME
15
15
mknod \- create a special or ordinary file
16
16
.SH SYNOPSIS
74
74
then
75
75
.I dev
76
76
specifies the major and minor numbers of the newly created device
77
 
special file; otherwise it is ignored.
 
77
special file
 
78
.RB ( makedev (3)
 
79
may be useful to build the value for
 
80
.IR dev );
 
81
otherwise it is ignored.
78
82
 
79
83
If
80
84
.I pathname
203
207
.BR stat (2),
204
208
.BR umask (2),
205
209
.BR unlink (2),
 
210
.BR makedev (3),
206
211
.BR mkfifo (3),
207
212
.BR path_resolution (7)
208
213
.SH COLOPHON
209
 
This page is part of release 3.14 of the Linux
 
214
This page is part of release 3.15 of the Linux
210
215
.I man-pages
211
216
project.
212
217
A description of the project,