makedev.3: srcfix: remove FIXMEs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-12-01 12:32:18 -05:00
parent 4770bc9118
commit 0382510bc1
1 changed files with 0 additions and 2 deletions

View File

@ -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.