diff options
author | 2015-10-26 12:52:27 +0000 | |
---|---|---|
committer | 2015-10-26 12:52:27 +0000 | |
commit | 4c413bf691cbfbac2577c705da0adf5b52e344aa (patch) | |
tree | 3452b0b44477c60989ed93aa5157e31e54578d56 /usr.bin/diff/diff.1 | |
parent | print uptime too. ok deraadt (diff) | |
download | wireguard-openbsd-4c413bf691cbfbac2577c705da0adf5b52e344aa.tar.xz wireguard-openbsd-4c413bf691cbfbac2577c705da0adf5b52e344aa.zip |
remove TMPDIR support. ok millert
Diffstat (limited to 'usr.bin/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 5ce4c826d77..f86c2ced21e 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.44 2015/10/05 20:15:00 millert Exp $ +.\" $OpenBSD: diff.1,v 1.45 2015/10/26 12:52:27 tedu Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" -.Dd $Mdocdate: October 5 2015 $ +.Dd $Mdocdate: October 26 2015 $ .Dt DIFF 1 .Os .Sh NAME @@ -425,17 +425,6 @@ As in identical pairs (where num1 = num2) are abbreviated as a single number. -.Sh ENVIRONMENT -.Bl -tag -width TMPDIR -.It Ev TMPDIR -If the environment variable -.Ev TMPDIR -exists, -.Nm -will use the directory specified by -.Ev TMPDIR -as the temporary directory. -.El .Sh FILES .Bl -tag -width /tmp/diff.XXXXXXXX -compact .It Pa /tmp/diff. Ns Ar XXXXXXXX |