"Fixed" prototype bugs in synopsis.

This commit is contained in:
Bruce Evans 1997-04-13 14:05:58 +00:00
parent 7d178a8e21
commit 70038b40f8

View File

@ -47,8 +47,10 @@ struct qelem {
}; };
.Ed .Ed
.Fn insque "(caddr_t) struct qelem *elem" "(caddr_t) struct qelem *pred" .Ft void
.Fn remque "(caddr_t) struct qelem *elem" .Fn insque "struct qelem *elem" "struct qelem *pred"
.Ft void
.Fn remque "struct qelem *elem"
.Sh DESCRIPTION .Sh DESCRIPTION
.Bf -symbolic .Bf -symbolic
The insque and remque functions are considered obsolete. The insque and remque functions are considered obsolete.