diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-11-01 07:27:20 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-11-01 07:27:20 +0100 |
| commit | 9afb166c547df29d28406b0d2580003bdb173f88 (patch) | |
| tree | 1ec942bf98dc6fc2afede3b916caaa021e01060d | |
| parent | 82b6d79719367fb6cfebdcf86dacefdd650af4ef (diff) | |
| download | man-pages-9afb166c547df29d28406b0d2580003bdb173f88.tar.gz | |
makedev.3: grfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/makedev.3 | 4 |
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, |
