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

NGie Cooper <n...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n...@freebsd.org

--- Comment #3 from NGie Cooper <n...@freebsd.org> ---
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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to