[Bug 225905] shmget man page misses #include "sys/stat.h"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 15 02:24:00 UTC 2018


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

            Bug ID: 225905
           Summary: shmget man page misses #include "sys/stat.h"
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc at FreeBSD.org
          Reporter: sblachmann at gmail.com

PROBLEM:

In the shmget() man page, the S_IRUSR, S_IWUSR etc are mentioned.
This forces one has grep first to find out what #include file directive has to
be added.

SOLUTION:

Add a line «#include "sys/stat.h"» to the synopsis.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list