summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-10-20 13:21:35 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-10-20 13:21:35 +0000
commite01d758c830446f433d5c87b0f9e8b2aecb83046 (patch)
tree1275893fb019a901e6ebae342854e3b02d2963a4 /gnu
parent0e1299bff65afcff06b7610ba96d5df5e4f95791 (diff)
Correct FILES section, since our sendbug(1) uses mktemp(1) for generating
temporary file names; found by gluk@ptci.ru.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/sendbug/sendbug.18
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/sendbug/sendbug.1 b/gnu/usr.bin/sendbug/sendbug.1
index 473db1e7cdb..a03c281d310 100644
--- a/gnu/usr.bin/sendbug/sendbug.1
+++ b/gnu/usr.bin/sendbug/sendbug.1
@@ -132,12 +132,12 @@ Submit small code samples with the PR. Contact the support site for
instructions on submitting larger test cases and problematic source
code.
.SH FILES
-.ta \w'/tmp/pbad$$ 'u
-/tmp/p$$ copy of PR used in editing session
+.ta \w'/tmp/pbad.XXXXXX 'u
+/tmp/p.XXXXXX copy of PR used in editing session
.br
-/tmp/pf$$ copy of empty PR form, for testing purposes
+/tmp/pf.XXXXXX copy of empty PR form (testing purposes)
.br
-/tmp/pbad$$ file for rejected PRs
+/tmp/pbad.XXXXXX file for rejected PRs
.SH AUTHORS
Jeffrey Osier, Brendan Kehoe, Jason Merrill, Heinz G. Seidl (Cygnus
Support)