diff options
author | 2006-02-22 21:11:50 +0000 | |
---|---|---|
committer | 2006-02-22 21:11:50 +0000 | |
commit | 9c3b0b15b71b16ae92da31bbd7493a378cf15582 (patch) | |
tree | 0aa4a7a842916d2af97f5a3aa74feb5a0288cd53 | |
parent | fix nfe_txeof() to reset the wathdog timeout only when a full tx frame (diff) | |
download | wireguard-openbsd-9c3b0b15b71b16ae92da31bbd7493a378cf15582.tar.xz wireguard-openbsd-9c3b0b15b71b16ae92da31bbd7493a378cf15582.zip |
document TMPDIR; from ray lai
-rw-r--r-- | usr.bin/sdiff/sdiff.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/sdiff/sdiff.1 b/usr.bin/sdiff/sdiff.1 index 7c05ffec828..94ec6571d23 100644 --- a/usr.bin/sdiff/sdiff.1 +++ b/usr.bin/sdiff/sdiff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sdiff.1,v 1.7 2006/02/15 22:27:09 jmc Exp $ +.\" $OpenBSD: sdiff.1,v 1.8 2006/02/22 21:11:50 jmc Exp $ .\" .\" Written by Raymond Lai <ray@cyth.net>. .\" Public domain. @@ -123,6 +123,10 @@ nor are set, the default is .Xr vi 1 . +.It Ev TMPDIR +Specifies a directory for temporary files to be created. +The default is +.Pa /tmp . .El .Sh SEE ALSO .Xr diff 1 , |