diff options
author | 2011-02-03 08:19:55 +0000 | |
---|---|---|
committer | 2011-02-03 08:19:55 +0000 | |
commit | e456b1ac6e5970ed21474909b18613895efcec77 (patch) | |
tree | b606c7b3b2d20ccd9e020a6dbc880884e27a16af /usr.bin/diff/diff.1 | |
parent | s/microseconds/milliseconds/, from Stijn on bugs@. (diff) | |
download | wireguard-openbsd-e456b1ac6e5970ed21474909b18613895efcec77.tar.xz wireguard-openbsd-e456b1ac6e5970ed21474909b18613895efcec77.zip |
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/diff/diff.1')
-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 |