| Summary: | sysconf(3) manpage doesn't mention posix.1b options | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Matthias Buelow <mkb> | ||||
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Matthias Buelow
2000-08-10 22:20:03 UTC
On Thu, Aug 10, 2000 at 11:07:58PM +0200, Matthias Buelow wrote:
> The sysconf(3) manual page doesn't mention many sysconf option constants
> as defined under the "POSIX.1B sysconf options" section in
> /usr/include/sys/unistd.h, such as _SC_PAGESIZE.
> Most of these are usually documented in the sysconf(3) manpage on other
> systems such as HP-UX, although some differences between header file
> and manpage exist there also.
Not being terribly familiar with this chunk of FreeBSD, it would be a great
help if you could send a patch that includes the descriptions you would
like to see added to sysconf(3).
Thanks,
N
--
Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95.
Telephone line, $24.95 a month. Software, free. USENET transmission,
hundreds if not thousands of dollars. Thinking before posting, priceless.
Somethings in life you can't buy. For everything else, there's MasterCard.
-- Graham Reed, in the Scary Devil Monastery
Responsible Changed From-To: freebsd-doc->freebsd-standards Standards issue. Hi, Here's a patch that adds the __POSIX_VISIBLE >= 199309 sysconf variables to our sysconf(3) manpage. BMS Responsible Changed From-To: freebsd-standards->bms I'll handle this. Waiting on feedback from various standards characters before committing. Responsible Changed From-To: bms->trhodes Take this from bms as discussed in private email, I'll sort these entries and commit soon. Thanks Bruce! State Changed From-To: open->closed The options in your patch were sorted and committed. Thanks bms! |