OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / makedev.3
index c493bdf..e2038fb 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 2008 Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -20,6 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .TH MAKEDEV 3 2012-05-10 "Linux" "Linux Programmer's Manual"
 .SH NAME
@@ -33,7 +35,6 @@ makedev, major, minor \- manage a device number
 
 .BI "unsigned int major(dev_t " dev );
 .BI "unsigned int minor(dev_t " dev );
-
 .fi
 .SH DESCRIPTION
 A device ID consists of two parts:
@@ -58,7 +59,7 @@ they return, respectively, the major and minor components.
 These macros can be useful to, for example,
 decompose the device IDs in the structure returned by
 .BR stat (2).
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 The
 .BR makedev (),
 .BR major (),
@@ -76,6 +77,6 @@ they have been aliases for three GNU-specific functions:
 and
 .BR gnu_dev_minor ().
 The latter names are exported, but the traditional names are more portable.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR mknod (2),
 .BR stat (2)