X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Fmakedev.3;h=dbf59f2586ad25d01fd2efc2e3fd03677857e3ec;hb=110dba020f489b75aff2497105f7970c05e2b87c;hp=5920872ba6df7ce0d03f8c5c3caf2ffe12e6eef6;hpb=361fd72f831aabd8a0aa6fe7bc4ef66ef4f89a1b;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/makedev.3 b/original/man3/makedev.3 index 5920872b..dbf59f25 100644 --- a/original/man3/makedev.3 +++ b/original/man3/makedev.3 @@ -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 -.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/.