mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-18 22:38:20 +08:00
doc: describe the file permissions set by mktemp
* src/mktemp.c (usage): As above, for --help. Reported by Jordi Pujol in http://bugs.debian.org/551093. Wording improvments from Eric Blake.
This commit is contained in:
parent
2c558fd0d3
commit
acdf4e99e6
@ -298,6 +298,7 @@ John Stanley johnstops@verizon.net
|
||||
John Summerfield summer@OS2.ami.com.au
|
||||
Jon Peatfield J.S.Peatfield@damtp.cam.ac.uk
|
||||
Joost van Baal joostvb@xs4all.nl
|
||||
Jordi Pujol jordipujolp@gmail.com
|
||||
Jorge Stolfi stolfi@ic.unicamp.br
|
||||
Joseph S. Myers jsm28@cam.ac.uk
|
||||
Josh Triplett josh@freedesktop.org
|
||||
|
@ -71,6 +71,9 @@ usage (int status)
|
||||
Create a temporary file or directory, safely, and print its name.\n\
|
||||
TEMPLATE must contain at least 3 consecutive `X's in last component.\n\
|
||||
If TEMPLATE is not specified, use tmp.XXXXXXXXXX, and --tmpdir is implied.\n\
|
||||
"), stdout);
|
||||
fputs (_("\
|
||||
Files are created u+rw, and directories u+rwx, minus umask restrictions.\n\
|
||||
"), stdout);
|
||||
fputs ("\n", stdout);
|
||||
fputs (_("\
|
||||
|
Loading…
Reference in New Issue
Block a user