jhb
|
9435dea22b
|
Don't reference sem(4) from the POSIX semaphore pages. POSIX semaphores
were reimplemented using umtx in FreeBSD 9 and no longer use sem(4).
|
2014-10-24 19:55:49 +00:00 |
|
ru
|
9d678b540a
|
Markup tidying.
|
2004-07-02 16:45:56 +00:00 |
|
ru
|
0223333b35
|
- libc/sys/sem.c was repocopied to libc/gen/sem.c.
- sem_*(3) manpages were repocopied from libc_r.
Reviewed by: deischen
Repocopy by: markm
|
2004-01-14 20:54:16 +00:00 |
|
charnier
|
d0441d10b5
|
The .Fn function. Use .Xr where appropriate.
|
2003-03-24 16:05:24 +00:00 |
|
tjr
|
113303550d
|
Cross reference sem(4) so users know which kernel options are required
to use these semaphore functions.
|
2003-01-14 03:39:09 +00:00 |
|
mike
|
cf479e3516
|
Add restrict type-qualifier to sem_getvalue().
|
2002-10-04 21:32:00 +00:00 |
|
ru
|
623da62a5a
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
|
ru
|
e8e5635e4a
|
Spell "FreeBSD" with "F" and "BSD" in uppercase.
|
2001-08-13 16:33:00 +00:00 |
|
yar
|
27b7f2d4e7
|
Use the ``.Rv -std'' mdoc(7) macro in appropriate cases.
Reviewed by: ru
|
2001-08-09 13:32:13 +00:00 |
|
dd
|
a145482cf6
|
Remove whitespace at EOL.
|
2001-07-15 07:53:42 +00:00 |
|
ru
|
ba42cfc998
|
Use ``.St -p1003.1-96''.
|
2001-02-26 15:16:43 +00:00 |
|
jasone
|
3006cee4d8
|
Change my email address in the copyright notices for the sake of consistency
(jasone@canonware.com --> jasone@freebsd.org).
|
2000-07-18 01:38:19 +00:00 |
|
jasone
|
210624f121
|
Reshuffle the SEE ALSO section.
Prompted by: sheldonh
|
2000-07-17 22:33:32 +00:00 |
|
phantom
|
c8cd1c858c
|
Introduce .Lb macro to libc_r manpages.
|
2000-04-22 15:50:29 +00:00 |
|
jasone
|
940003aae4
|
Add man pages for the sem_*() functions.
Approved by: jkh
|
2000-02-16 19:31:53 +00:00 |
|