diff options
author | 2007-03-23 06:58:55 +0000 | |
---|---|---|
committer | 2007-03-23 06:58:55 +0000 | |
commit | c52a4b9ec5016c489b49e2f125b6fd3ef4a24bf4 (patch) | |
tree | a76e6eace68c70a230dee31a7c6f6fc722b3c623 | |
parent | display a timedelta of 0 in seconds, not some other unit. (diff) | |
download | wireguard-openbsd-c52a4b9ec5016c489b49e2f125b6fd3ef4a24bf4.tar.xz wireguard-openbsd-c52a4b9ec5016c489b49e2f125b6fd3ef4a24bf4.zip |
Document temporary files.
-rw-r--r-- | usr.bin/sendbug/sendbug.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/sendbug/sendbug.1 b/usr.bin/sendbug/sendbug.1 index 754ad776c0c..93746c9c368 100644 --- a/usr.bin/sendbug/sendbug.1 +++ b/usr.bin/sendbug/sendbug.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sendbug.1,v 1.6 2007/03/23 06:47:37 ray Exp $ +.\" $OpenBSD: sendbug.1,v 1.7 2007/03/23 06:58:55 ray Exp $ .\" .\" Written by Raymond Lai <ray@cyth.net>. .\" Public domain. @@ -64,6 +64,10 @@ Specifies a directory for temporary files to be created. The default is .Pa /tmp . .El +.Sh FILES +.Bl -tag -width "/tmp/p.XXXXXXXXXX" -compact +.It Pa /tmp/p.XXXXXXXXXX +temporary PR report .Sh AUTHORS .Nm was written from scratch for the public domain by |