From dffd348cd3682477627d3cbf16c9d6a8a59169e4 Mon Sep 17 00:00:00 2001 From: millert Date: Tue, 22 Jul 2003 01:22:07 +0000 Subject: Bring FILES section up to date. --- usr.bin/diff/diff.1 | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'usr.bin/diff/diff.1') 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 -- cgit v1.2.3-59-g8ed1b