Print this page
5058 standards(5) Duplicate line in a table

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/standards.5
          +++ new/usr/src/man/man5/standards.5
   1    1  '\" te
   2    2  .\" Copyright (c) 2007, Sun Microsystems, Inc.  All Rights Reserved.
   3    3  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4    4  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5    5  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH STANDARDS 5 "Jan 14, 2004"
        6 +.TH STANDARDS 5 "Nov 08, 2014"
   7    7  .SH NAME
   8    8  standards, ANSI, C, C++, ISO, POSIX, POSIX.1, POSIX.2, SUS, SUSv2, SUSv3, SVID,
   9    9  SVID3, XNS, XNS4, XNS5, XPG, XPG3, XPG4, XPG4v2 \- standards and specifications
  10   10  supported by Solaris
  11   11  .SH DESCRIPTION
  12   12  .sp
  13   13  .LP
  14   14  Solaris 10 supports IEEE Std 1003.1 and IEEE Std 1003.2, commonly known as
  15   15  POSIX.1 and POSIX.2, respectively. The following table lists each version of
  16   16  these standards with a brief description and the SunOS or Solaris release that
↓ open down ↓ 412 lines elided ↑ open up ↑
 429  429  _________________________________________________________________________
 430  430  POSIX.1-1990 and POSIX.2-1992 c89                _POSIX_SOURCE  and
 431  431    C-Language Bindings Option                     POSIX_C_SOURCE=2
 432  432  _________________________________________________________________________
 433  433  POSIX.1b-1993                 c89                _POSIX_C_SOURCE=199309L
 434  434  _________________________________________________________________________
 435  435  POSIX.1c-1996                 c89                _POSIX_C_SOURCE=199506L
 436  436  _________________________________________________________________________
 437  437  POSIX.1-2001                  c99                _POSIX_C_SOURCE=200112L
 438  438  _________________________________________________________________________
 439      -POSIX.1c-1996                 c89                _POSIX_C_SOURCE=199506L
 440      -_________________________________________________________________________
 441  439  CAE XPG3                      cc -Xa -xc99=none  _XOPEN_SOURCE
 442  440  _________________________________________________________________________
 443  441  CAE XPG4                      c89                _XOPEN_SOURCE and
 444  442                                                   _XOPEN_VERSION=4
 445  443  _________________________________________________________________________
 446  444  SUS (CAE XPG4v2)              c89                _XOPEN_SOURCE and
 447  445    (includes XNS4)                                 _XOPEN_SOURCE_EXTENDED=1
 448  446  _________________________________________________________________________
 449  447  SUSv2 (includes XNS5)         c89                _XOPEN_SOURCE=500
 450  448  _________________________________________________________________________
↓ open down ↓ 47 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX