summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sendbug
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-03-30 17:12:23 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-03-30 17:12:23 +0000
commitf6a4ea385906c59b8eef6c501a8167aeb5a6e46e (patch)
tree048a63571c3bd9b2552d8caa5eaae790278a5f55 /gnu/usr.bin/sendbug
parent872bcade581260fe67a00ae347b79ada71153428 (diff)
10 X's for mktemp(1);
adjust list -widths accordingly; based on a diff from STeve Andre'
Diffstat (limited to 'gnu/usr.bin/sendbug')
-rw-r--r--gnu/usr.bin/sendbug/sendbug.112
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/sendbug/sendbug.1 b/gnu/usr.bin/sendbug/sendbug.1
index c6cde938be4..3ee98a09360 100644
--- a/gnu/usr.bin/sendbug/sendbug.1
+++ b/gnu/usr.bin/sendbug/sendbug.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sendbug.1,v 1.9 2003/09/18 09:25:43 jmc Exp $
+.\" $OpenBSD: sendbug.1,v 1.10 2004/03/30 17:12:22 jmc Exp $
.\"
.\" -*- nroff -*-
.\" ---------------------------------------------------------------------------
@@ -98,7 +98,7 @@ itself will help ensure all necessary information will reach the
.Ox
bugs database.
.Sh ENVIRONMENT
-.Bl -tag -width "/tmp/pbad.XXXXXXX"
+.Bl -tag -width "PR_FORM"
.It Ev EDITOR
Specifies the editor to invoke on the template.
The default editor is
@@ -137,12 +137,12 @@ Contact
.Aq bugs@OpenBSD.org
for instructions on submitting larger test cases and problematic source code.
.Sh FILES
-.Bl -tag -width "/tmp/pbad.XXXXXXX" -compact
-.It Pa /tmp/p.XXXXXX
+.Bl -tag -width "/tmp/pbad.XXXXXXXXXX" -compact
+.It Pa /tmp/p.XXXXXXXXXX
copy of PR used in editing session
-.It Pa /tmp/pf.XXXXXX
+.It Pa /tmp/pf.XXXXXXXXXX
copy of empty PR form (testing purposes)
-.It Pa /tmp/pbad.XXXXXX
+.It Pa /tmp/pbad.XXXXXXXXXX
file for rejected PRs
.El
.Sh AUTHORS