]> Dogcows Code - chaz/tar/commitdiff
Updated docs for --[no-]same-permissions
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 11 Jan 2005 16:27:57 +0000 (16:27 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 11 Jan 2005 16:27:57 +0000 (16:27 +0000)
doc/tar.texi

index 7567e5fdc6acd05cbcb717c18da9013953d505a8..eb3f0f6f65083774063aae03b93ce8ff68c7450e 100644 (file)
@@ -2967,13 +2967,13 @@ With this option, @command{tar} will not recurse into directories.
 
 When extracting an archive, do not attempt to preserve the owner
 specified in the @command{tar} archive.  This the default behavior
-for ordinary users; this option has an effect only for the superuser.
+for ordinary users.
 
 @item --no-same-permissions
 
 When extracting an archive, subtract the user's umask from files from
 the permissions specified in the archive.  This is the default behavior
-for ordinary users; this option has an effect only for the superuser.
+for ordinary users.
 
 @item --no-wildcards
 Do not use wildcards when excluding files.
@@ -7487,9 +7487,11 @@ gives you a great deal of control already.
 Extract all protection information.
 
 This option causes @command{tar} to set the modes (access permissions) of
-extracted files exactly as recorded in the archive.  If this option
+extracted files exactly as recorded in the archive. If this option
 is not used, the current @code{umask} setting limits the permissions
-on extracted files.
+on extracted files. This option is by default enabled when
+@command{tar} is executed by a superuser.
+
 
 This option is meaningless with @value{op-list}.
 
This page took 0.038181 seconds and 4 git commands to generate.