mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
"Fixed" prototype bugs in synopsis.
This commit is contained in:
parent
7d178a8e21
commit
70038b40f8
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user