diff options
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 |