diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-22 01:22:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-22 01:22:08 +0000 |
commit | 760a512dcedec7c42ce2889636b0af5e362f57a7 (patch) | |
tree | fbd8b8c3611165849052659468de308cfaea4372 | |
parent | ef7f5be681ef9814382af82c117b9483f9c717ea (diff) |
Bring FILES section up to date.
-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 |