From 9b6d6dcc93689a31ce32454097b041f3716cd57e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 26 Mar 2014 06:09:27 +0100 Subject: [PATCH] posixoptions.7: grfix Signed-off-by: Michael Kerrisk --- man7/posixoptions.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/posixoptions.7 b/man7/posixoptions.7 index dfeffe176..6ab4df6fe 100644 --- a/man7/posixoptions.7 +++ b/man7/posixoptions.7 @@ -102,7 +102,7 @@ The following functions are present: .\" .SS "CD" .\" C development. .SS --- - POSIX_CHOWN_RESTRICTED -If this option is in effect (as it always is under POSIX.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 nonroot can set the group of a file only to one of the groups it belongs to. This affects the functions @@ -343,7 +343,7 @@ and the following functions are present: .in -4 .fi .SS --- - _POSIX_SAVED_IDS - _SC_SAVED_IDS -If this option is in effect (as it always is under POSIX.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