VM: simplify slab allocator
[minix.git] / man / man1 / dev2name.1
blob13dcff7b657a862a52153673b559634774b9268e
1 .TH DEV2NAME 1
2 .SH NAME
3 dev2name \- obtain device name given its number
4 .SH SYNOPSIS
5 \fBdev2name\fR \fIdeviceno\fR
6 .br
7 \fBdev2name\fR \fImajor\fR \fIminor\fR
8 .br
9 .de FL
10 .TP
11 \\fB\\$1\\fR
12 \\$2
14 .SH OPTIONS
15 .TP 5
16 .B \fImajor\fR
17 # Major device number for which to obtain device name
18 .TP 5
19 .B \fIminor\fR
20 # Minor device number for which to obtain device name
21 .TP 5
22 .B \fIdeviceno\fR
23 # Full device number for which to obtain device name (specifies the minor device number in the low-order byte and the major device number in the remainder)
24 .SH DESCRIPTION
25 .PP
26 This utility locates a file in \fB/dev\fR that represents the device with the specified major/minor device number and prints its name to the standard output. The exit code is zero if such a device is found and non-zero if no such device was found.
27 .SH "SEE ALSO"
28 .BR mknod (1),
29 .BR DESCRIBE (1),
30 .BR MAKEDEV (1).