OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / makedev.3
index 5920872..dbf59f2 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH MAKEDEV 3 2012-05-10 "Linux" "Linux Programmer's Manual"
+.TH MAKEDEV 3 2014-05-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 makedev, major, minor \- manage a device number
 .SH SYNOPSIS
@@ -31,7 +31,7 @@ makedev, major, minor \- manage a device number
 .BR "#define _BSD_SOURCE" "             /* See feature_test_macros(7) */"
 .B #include <sys/types.h>
 
-.BI "dev_t makedev(int " maj ", int " min );
+.BI "dev_t makedev(unsigned int " maj ", unsigned int " min );
 
 .BI "unsigned int major(dev_t " dev );
 .BI "unsigned int minor(dev_t " dev );
@@ -81,10 +81,11 @@ The latter names are exported, but the traditional names are more portable.
 .BR mknod (2),
 .BR stat (2)
 .SH COLOPHON
-This page is part of release 3.65 of the Linux
+This page is part of release 3.68 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.