diff options
author | 2015-10-26 17:56:20 +0000 | |
---|---|---|
committer | 2015-10-26 17:56:20 +0000 | |
commit | 9d61cfea8075483ec79fe556dbfc94515f9c1e0b (patch) | |
tree | 115e9ded4d903d7c5644174e260fdba074b79ba7 /usr.bin/diff/diff.1 | |
parent | Put repquota in line with other utilities: you either wants list everyting, (diff) | |
download | wireguard-openbsd-9d61cfea8075483ec79fe556dbfc94515f9c1e0b.tar.xz wireguard-openbsd-9d61cfea8075483ec79fe556dbfc94515f9c1e0b.zip |
no more TMPDIR;
Diffstat (limited to 'usr.bin/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index f86c2ced21e..886107b3094 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.45 2015/10/26 12:52:27 tedu Exp $ +.\" $OpenBSD: diff.1,v 1.46 2015/10/26 17:56:20 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -468,10 +468,7 @@ utility is compliant with the specification. .Pp The flags -.Op Fl aDdIiLlNnPpqSsTtwXx , -as well as the -.Ev TMPDIR -environment variable, +.Op Fl aDdIiLlNnPpqSsTtwXx are extensions to that specification. .Sh HISTORY A |