Move {XOPEN_SHM} from Commands & Utilities to System Interfaces.
This commit is contained in:
parent
c13a492388
commit
4b8ee1f7d2
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sysconf.3,v 1.13 1999/09/27 16:24:40 kleink Exp $
|
||||
.\" $NetBSD: sysconf.3,v 1.14 1999/09/27 16:27:12 kleink Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -125,6 +125,9 @@ otherwise \-1.
|
|||
.It Li _SC_VERSION
|
||||
The version of ISO/IEC 9945 (POSIX 1003.1) with which the system
|
||||
attempts to comply.
|
||||
.It Li _SC_XOPEN_SHM
|
||||
Return 1 of the system supports System V style shared memory,
|
||||
otherwise \-1.
|
||||
.It Li _SC_BC_BASE_MAX
|
||||
The maximum ibase/obase values in the
|
||||
.Xr bc 1
|
||||
|
@ -180,9 +183,6 @@ otherwise \-1.
|
|||
.It Li _SC_2_UPE
|
||||
Return 1 if the system supports the User Portability Utilities Option,
|
||||
otherwise \-1.
|
||||
.It Li _SC_XOPEN_SHM
|
||||
Return 1 of the system supports System V style shared memory,
|
||||
otherwise \-1.
|
||||
.El
|
||||
.Sh RETURN VALUES
|
||||
If the call to
|
||||
|
|
Loading…
Reference in New Issue