diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-02-03 08:19:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-02-03 08:19:56 +0000 |
commit | 5b339bc2bb2e88a5e7fcfb52dc05c7482a11136e (patch) | |
tree | 01be6e0b7fe45cd6af3077e7a45b5f2e4542c121 /usr.bin | |
parent | f41a03ebe842003c5588a6643a7e5d9c1b96e975 (diff) |
add a reference to the "An Algorithm for Differential File Comparison" paper;
diff originally from Daniel Dickman, but otto suggested this paper
ok otto millert
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/diff/diff.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 8383fc75e96..fd627f2d31b 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.39 2010/09/03 11:09:28 jmc Exp $ +.\" $OpenBSD: diff.1,v 1.40 2011/02/03 08:19:55 jmc 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: September 3 2010 $ +.Dd $Mdocdate: February 3 2011 $ .Dt DIFF 1 .Os .Sh NAME @@ -471,6 +471,14 @@ An error occurred. .Xr ed 1 , .Xr patch 1 , .Xr sdiff 1 +.Rs +.%A James W. Hunt +.%A M. Douglas McIlroy +.%T "An Algorithm for Differential File Comparison" +.%J Computing Science Technical Report +.%Q Bell Laboratories 41 +.%D June 1976 +.Re .Sh STANDARDS The .Nm |