chiark / gitweb /
chkpath.c, tmpdir.c, chpath.1, tmpdir.1: Sort lists of options.
[checkpath] / tmpdir.1
index 93573f2d39c71fa304d074122f98ef3c581c2b64..a1a170089a9a0cd977771080f350b0c7d356038f 100644 (file)
--- a/tmpdir.1
+++ b/tmpdir.1
@@ -5,10 +5,10 @@ tmpdir \- choose, or check a choice of, temporary directory
 .SH SYNOPSIS
 .B tmpdir
 .RB [ \-bcv ]
-.RB [ \-g
-.IR group ]
 .RB [ \-C
 .IR dir ]
+.RB [ \-g
+.IR group ]
 .SH USAGE
 The
 .B tmpdir
@@ -66,6 +66,12 @@ temporary directory is the least of your worries.
 .SS Options
 The following options are supported:
 .TP
+.BI "\-C, \-\-check " dir
+Don't try to find a temporary directory; just see whether
+.I dir
+is secure, and exit successfully if it is (and unsuccessfully if it
+isn't).
+.TP
 .B "\-b, \-\-bourne"
 Output an assignment using Bourne shell syntax.  The default is to
 examine the user's shell and decide which syntax to use based on that.
@@ -80,12 +86,6 @@ consider directories they can write to be safe.
 .TP
 .B "-v, \-\-verbose"
 Report problems to standard error.  Repeat for more verbosity.
-.TP
-.BI "\-C, \-\-check " dir
-Don't try to find a temporary directory; just see whether
-.I dir
-is secure, and exit successfully if it is (and unsuccessfully if it
-isn't).
 .SH BUGS
 None known.
 .SH SEE ALSO