diff options
Diffstat (limited to 'man7/posixoptions.7')
| -rw-r--r-- | man7/posixoptions.7 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man7/posixoptions.7 b/man7/posixoptions.7 index 0d633199d9..491e7ba8cc 100644 --- a/man7/posixoptions.7 +++ b/man7/posixoptions.7 @@ -24,7 +24,7 @@ .SH NAME posixoptions \- optional parts of the POSIX standard .SH DESCRIPTION -The POSIX standard (the information below is from POSIX 1003.1-2001) +The POSIX standard (the information below is from POSIX.1-2001) describes a set of behaviours and interfaces for a compliant system. However, many interfaces are optional and there are feature test macros to test the availability of interfaces at compile time, and functions @@ -97,7 +97,7 @@ are present. .\" .SS "CD" .\" C development. .SS "--- - POSIX_CHOWN_RESTRICTED" -If this option is in effect (as it always is under POSIX 1003.1-2001) +If this option is in effect (as it always is under POSIX.1-2001) then only root may change the owner of a file, and non-root can only set the group of a file to one of the groups it belongs to. This affects the functions @@ -140,7 +140,7 @@ is present. .SS "IP6 - _POSIX_IPV6 - _SC_IPV6" Internet Protocol Version 6 is supported. .SS "--- - _POSIX_JOB_CONTROL - _SC_JOB_CONTROL" -If this option is in effect (as it always is under POSIX 1003.1-2001) +If this option is in effect (as it always is under POSIX.1-2001) then the system implements POSIX-style job control, and the functions .br .nf @@ -214,7 +214,7 @@ This option has been deleted. Not in final XPG6. .\" .SS "MX" .\" IEC 60559 Floating-Point Option. .SS "--- - _POSIX_NO_TRUNC" -If this option is in effect (as it always is under POSIX 1003.1-2001) +If this option is in effect (as it always is under POSIX.1-2001) then pathname components longer than NAME_MAX are not truncated, but give an error. This property may be dependent on the path prefix of the component. @@ -264,7 +264,7 @@ Raw sockets are supported. Affected functions are .IR setsockopt (). .SS "--- - _POSIX_READER_WRITER_LOCKS - _SC_READER_WRITER_LOCKS" This option implies the _POSIX_THREADS option. Conversely, -under POSIX 1003.1-2001 the _POSIX_THREADS option implies this option. +under POSIX.1-2001 the _POSIX_THREADS option implies this option. .nf The functions .in +4 @@ -293,7 +293,7 @@ Realtime signals are supported. The functions .fi are present. .SS "--- - _POSIX_REGEXP - _SC_REGEXP" -If this option is in effect (as it always is under POSIX 1003.1-2001) +If this option is in effect (as it always is under POSIX.1-2001) then POSIX regular expressions are supported and the functions .br .nf @@ -307,7 +307,7 @@ then POSIX regular expressions are supported and the functions .fi are present. .SS "--- - _POSIX_SAVED_IDS - _SC_SAVED_IDS" -If this option is in effect (as it always is under POSIX 1003.1-2001) +If this option is in effect (as it always is under POSIX.1-2001) then a process has a saved set-user-ID and a saved set-group-ID. Affected functions are .br @@ -359,7 +359,7 @@ The functions .fi are present. .SS "--- - _POSIX_SHELL - _SC_SHELL" -If this option is in effect (as it always is under POSIX 1003.1-2001), +If this option is in effect (as it always is under POSIX.1-2001), the function .IR system () is present. |
