OSDN Git Service

coreutils: Update to coreutils 8.22
[linuxjm/coreutils.git] / original / man1 / mktemp.1
index c32a53b..5210ff3 100644 (file)
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
-.TH MKTEMP "1" "May 2014" "GNU coreutils 8.21" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
+.TH MKTEMP "1" "May 2014" "GNU coreutils 8.22" "User Commands"
 .SH NAME
 mktemp \- create a temporary file or directory
 .SH SYNOPSIS
@@ -23,39 +23,31 @@ do not create anything; merely print a name (unsafe)
 suppress diagnostics about file/dir\-creation failure
 .TP
 \fB\-\-suffix\fR=\fISUFF\fR
-append SUFF to TEMPLATE.  SUFF must not contain slash.
-This option is implied if TEMPLATE does not end in X.
+append SUFF to TEMPLATE; SUFF must not contain a slash.
+This option is implied if TEMPLATE does not end in X
 .TP
-\fB\-\-tmpdir\fR[=\fIDIR\fR]
-interpret TEMPLATE relative to DIR.  If DIR is not
-specified, use $TMPDIR if set, else /tmp.  With
-this option, TEMPLATE must not be an absolute name.
-Unlike with \fB\-t\fR, TEMPLATE may contain slashes, but
+\fB\-p\fR DIR, \fB\-\-tmpdir\fR[=\fIDIR\fR]
+interpret TEMPLATE relative to DIR; if DIR is not
+specified, use $TMPDIR if set, else \fI/tmp\fP.  With
+this option, TEMPLATE must not be an absolute name;
+unlike with \fB\-t\fR, TEMPLATE may contain slashes, but
 mktemp creates only the final component
 .TP
-\fB\-p\fR DIR
-use DIR as a prefix; implies \fB\-t\fR [deprecated]
-.TP
 \fB\-t\fR
 interpret TEMPLATE as a single file name component,
 relative to a directory: $TMPDIR, if set; else the
-directory specified via \fB\-p\fR; else /tmp [deprecated]
+directory specified via \fB\-p\fR; else \fI/tmp\fP [deprecated]
 .TP
 \fB\-\-help\fR
 display this help and exit
 .TP
 \fB\-\-version\fR
 output version information and exit
+.PP
+GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
+Report mktemp translation bugs to <http://translationproject.org/team/>
 .SH AUTHOR
 Written by Jim Meyering and Eric Blake.
-.SH "REPORTING BUGS"
-Report mktemp bugs to bug\-coreutils@gnu.org
-.br
-GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
-.br
-General help using GNU software: <http://www.gnu.org/gethelp/>
-.br
-Report mktemp translation bugs to <http://translationproject.org/team/>
 .SH COPYRIGHT
 Copyright \(co 2013 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.