aboutsummaryrefslogtreecommitdiffstats
path: root/man3/makedev.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-12-01 12:32:18 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-12-05 22:28:54 -0500
commit0382510bc162ab789a608c27085b51ec347de4cf (patch)
tree36e96fe73fb7059a43f598c1fb4376c5434d7a7f /man3/makedev.3
parent4770bc9118f4b16c5e62da078001eb901b690b30 (diff)
downloadman-pages-0382510bc162ab789a608c27085b51ec347de4cf.tar.gz
makedev.3: srcfix: remove FIXMEs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/makedev.3')
-rw-r--r--man3/makedev.32
1 files changed, 0 insertions, 2 deletions
diff --git a/man3/makedev.3 b/man3/makedev.3
index 0568873219..31871c3d36 100644
--- a/man3/makedev.3
+++ b/man3/makedev.3
@@ -35,7 +35,6 @@ makedev, major, minor \- manage a device number
.BI "int minor(dev_t " dev );
.fi
-.\" FIXME Add links
.SH DESCRIPTION
A device ID consists of two parts:
a major ID, identifying the class of the device,
@@ -80,4 +79,3 @@ The latter names are exported, but the traditional names are more portable.
.SH "SEE ALSO"
.BR mknod (2),
.BR stat (2)
-.\" FIXME -- add SEE ALSO's from those pages.