OSDN Git Service

(split) LDP man-pages の original/ を v3.30 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / makedev.3
index 0d86f13..bbb5276 100644 (file)
@@ -60,8 +60,8 @@ decompose the device IDs in the structure returned by
 .BR stat (2).
 .SH "CONFORMING TO"
 The
-.BR makedev ()
-.BR major ()
+.BR makedev (),
+.BR major (),
 and
 .BR minor ()
 functions are not specified in POSIX.1,
@@ -71,10 +71,10 @@ but are present on many other systems.
 These interfaces are defined as macros.
 Since glibc 2.3.3,
 they have been aliases for three GNU-specific functions:
-.BR gnu_dev_makedev (3),
-.BR gnu_dev_major (3),
+.BR gnu_dev_makedev (),
+.BR gnu_dev_major (),
 and
-.BR gnu_dev_minor (3).
+.BR gnu_dev_minor ().
 The latter names are exported, but the traditional names are more portable.
 .SH "SEE ALSO"
 .BR mknod (2),