https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=78021

NGie Cooper <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from NGie Cooper <[email protected]> ---
Mimicking what Linux did in the man-pages package (
http://man7.org/linux/man-pages/man3/sem_open.3.html ):

$ svn diff lib/libc/gen/sem_open.3 
Index: lib/libc/gen/sem_open.3
===================================================================
--- lib/libc/gen/sem_open.3     (revision 290640)
+++ lib/libc/gen/sem_open.3     (working copy)
@@ -38,6 +38,8 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
+.In sys/stat.h /* For mode constants */
+.In fcntl.h /* For O_* constants */
 .In semaphore.h
 .Ft "sem_t *"
 .Fn sem_open "const char *name" "int oflag" ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to