aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-11-01 07:27:20 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-11-01 07:27:20 +0100
commit9afb166c547df29d28406b0d2580003bdb173f88 (patch)
tree1ec942bf98dc6fc2afede3b916caaa021e01060d
parent82b6d79719367fb6cfebdcf86dacefdd650af4ef (diff)
downloadman-pages-9afb166c547df29d28406b0d2580003bdb173f88.tar.gz
makedev.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/makedev.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/makedev.3 b/man3/makedev.3
index 3d54c57687..bbb52762a5 100644
--- a/man3/makedev.3
+++ b/man3/makedev.3
@@ -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,