diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-01-14 21:41:04 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-01-14 21:41:04 +0000 |
commit | 3cee8101c7b1e16c5ad52ff322cbf7e09c24d3f2 (patch) | |
tree | de91abefd0f5f398dbb6446e9628ce407ce51d95 /pod | |
parent | c6b468669ccdb9d00657bf19b6aedb2a9fa88ca7 (diff) | |
download | perl-3cee8101c7b1e16c5ad52ff322cbf7e09c24d3f2.tar.gz |
Integrate change #18365 from maint-5.8 :
Doc tweak on the S_ macros.
p4raw-link: @18365 on //depot/maint-5.8/perl: 378127987ff4c88cb2a8690e8ec78a2aaeb118a0
p4raw-id: //depot/perl@18482
p4raw-integrated: from //depot/maint-5.8/perl@18365 'merge in'
pod/perlfunc.pod (@18364..)
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index bd2129147e..f25f9c737f 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5277,7 +5277,8 @@ The commonly available S_IF* constants are S_IRWXG S_IRGRP S_IWGRP S_IXGRP S_IRWXO S_IROTH S_IWOTH S_IXOTH - # Setuid/Setgid/Stickiness. + # Setuid/Setgid/Stickiness/SaveText. + # Note that the exact meaning of these is system dependent. S_ISUID S_ISGID S_ISVTX S_ISTXT |