diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-03-23 06:27:31 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-03-23 06:27:31 +0000 |
commit | 86b4fbe369faa9d2e3bd36104843ad7ce0364fbc (patch) | |
tree | f8f34b91f2bc38adf7c35d5bd128d49dcc17762e /usr.bin/sendbug | |
parent | 696e4abeb8a49d6d24a454566e5942cd6dd8a1ae (diff) |
Alphabetize flags and environment variables.
Diffstat (limited to 'usr.bin/sendbug')
-rw-r--r-- | usr.bin/sendbug/sendbug.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/sendbug/sendbug.1 b/usr.bin/sendbug/sendbug.1 index e94f8dd5e89..a0ec4f7a280 100644 --- a/usr.bin/sendbug/sendbug.1 +++ b/usr.bin/sendbug/sendbug.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sendbug.1,v 1.3 2007/03/23 03:35:01 deraadt Exp $ +.\" $OpenBSD: sendbug.1,v 1.4 2007/03/23 06:27:30 ray Exp $ .\" .\" Written by Raymond Lai <ray@cyth.net>. .\" Public domain. @@ -8,7 +8,7 @@ .Os .Sh NAME .Nm sendbug -.Op Fl LVP +.Op Fl LPV .Nd report a bug in .Ox .Sh SYNOPSIS @@ -53,14 +53,14 @@ If is not set, the default is .Xr vi 1 . -.It Ev TMPDIR -Specifies a directory for temporary files to be created. -The default is -.Pa /tmp . .It Ev PR_FORM Filename of PR form to use instead of using the built-in form. Such a PR form can be partially pre-completed to make the process faster. +.It Ev TMPDIR +Specifies a directory for temporary files to be created. +The default is +.Pa /tmp . .El .Sh AUTHORS .Nm |