diff options
author | 2000-10-20 13:21:34 +0000 | |
---|---|---|
committer | 2000-10-20 13:21:34 +0000 | |
commit | beb4ca811298f608ecf86e1e6331d71b548fe5c5 (patch) | |
tree | 49df412adb52ceeda0ddb705210457451a5b9172 | |
parent | Fix various typos; spotted by gluk@ptci.ru. (diff) | |
download | wireguard-openbsd-beb4ca811298f608ecf86e1e6331d71b548fe5c5.tar.xz wireguard-openbsd-beb4ca811298f608ecf86e1e6331d71b548fe5c5.zip |
Correct FILES section, since our sendbug(1) uses mktemp(1) for generating
temporary file names; found by gluk@ptci.ru.
-rw-r--r-- | gnu/usr.bin/sendbug/sendbug.1 | 8 |
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) |