Fix library names.

This commit is contained in:
David Xu 2007-06-18 01:50:03 +00:00
parent 21cf0e3907
commit e931190671
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170904
10 changed files with 10 additions and 10 deletions

View file

@ -34,7 +34,7 @@
.Nm mq_close
.Nd "close a message queue (REALTIME)"
.Sh LIBRARY
.Lb libc
.Lb librt
.Sh SYNOPSIS
.In mqueue.h
.Ft int

View file

@ -34,7 +34,7 @@
.Nm mq_getattr
.Nd "get message queue attributes (REALTIME)"
.Sh LIBRARY
.Lb libc
.Lb librt
.Sh SYNOPSIS
.In mqueue.h
.Ft int

View file

@ -34,7 +34,7 @@
.Nm mq_notify
.Nd "notify process that a message is available (REALTIME)"
.Sh LIBRARY
.Lb libc
.Lb librt
.Sh SYNOPSIS
.In mqueue.h
.Ft int

View file

@ -34,7 +34,7 @@
.Nm mq_open
.Nd "open a message queue (REALTIME)"
.Sh LIBRARY
.Lb libc
.Lb librt
.Sh SYNOPSIS
.In mqueue.h
.Ft mqd_t

View file

@ -34,7 +34,7 @@
.Nm mq_receive , mq_timedreceive
.Nd "receive a message from message queue (REALTIME)"
.Sh LIBRARY
.Lb libc
.Lb librt
.Sh SYNOPSIS
.In mqueue.h
.Ft ssize_t

View file

@ -34,7 +34,7 @@
.Nm mq_send , mq_timedsend
.Nd "send a message to message queue (REALTIME)"
.Sh LIBRARY
.Lb libc
.Lb librt
.Sh SYNOPSIS
.In mqueue.h
.Ft int

View file

@ -34,7 +34,7 @@
.Nm mq_setattr
.Nd "set message queue attributes (REALTIME)"
.Sh LIBRARY
.Lb libc
.Lb librt
.Sh SYNOPSIS
.In mqueue.h
.Ft int

View file

@ -34,7 +34,7 @@
.Nm timer_create
.Nd "create a per-process timer (REALTIME)"
.Sh LIBRARY
.Lb libc
.Lb librt
.Sh SYNOPSIS
.In time.h
.Ft int

View file

@ -34,7 +34,7 @@
.Nm timer_delete
.Nd "delete a per-process timer (REALTIME)"
.Sh LIBRARY
.Lb libc
.Lb librt
.Sh SYNOPSIS
.In time.h
.Ft int

View file

@ -36,7 +36,7 @@
.Nm timer_settime
.Nd "per-process timers (REALTIME)"
.Sh LIBRARY
.Lb libc
.Lb librt
.Sh SYNOPSIS
.In time.h
.Ft int