diff options
author | 2003-07-22 01:22:07 +0000 | |
---|---|---|
committer | 2003-07-22 01:22:07 +0000 | |
commit | dffd348cd3682477627d3cbf16c9d6a8a59169e4 (patch) | |
tree | f52f0150066fb58ac52f7b5a1f3f1c24d4e9d64a /usr.bin/diff/diff.1 | |
parent | Implement the -L and -T options from GNU diff. (diff) | |
download | wireguard-openbsd-dffd348cd3682477627d3cbf16c9d6a8a59169e4.tar.xz wireguard-openbsd-dffd348cd3682477627d3cbf16c9d6a8a59169e4.zip |
Bring FILES section up to date.
Diffstat (limited to 'usr.bin/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 4103d271649..263f72b6ead 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.16 2003/07/22 01:16:01 millert Exp $ +.\" $OpenBSD: diff.1,v 1.17 2003/07/22 01:22:07 millert Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -403,17 +403,11 @@ will use the directory specified by as the temporary directory. .El .Sh FILES -.Bl -tag -width /tmp/diff1.XXXXXXXX -compact -.It Pa /tmp/diff1.XXXXXXXX -Temporary file used when -.Ar file1 -is a device or stdin. -.It Pa /tmp/diff2.XXXXXXXX -Temporary file used when -.Ar file2 -is a device or stdin. -.It Pa /usr/bin/diff -For directory diffs. +.Bl -tag -width /tmp/diff.XXXXXXXX -compact +.It Pa /tmp/diff.XXXXXXXX +Temporary file used when comparing a device or the standard input. +Note that the temporary file is unlinked as soon as it is created +so it will not show up in a directory listing. .El .Sh DIAGNOSTICS The |