diff options
author | 2007-03-23 06:27:30 +0000 | |
---|---|---|
committer | 2007-03-23 06:27:30 +0000 | |
commit | ef55a84e39a07d7a7bb264039ab90c877ba58680 (patch) | |
tree | 334cf452a187df99a30952b7907d833949bafaac | |
parent | Replace `&' in gecos field with login, prodded by deraadt@. (diff) | |
download | wireguard-openbsd-ef55a84e39a07d7a7bb264039ab90c877ba58680.tar.xz wireguard-openbsd-ef55a84e39a07d7a7bb264039ab90c877ba58680.zip |
Alphabetize flags and environment variables.
-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 |