History log of /openbsd-src/usr.bin/diff/diff.1 (Results 1 – 25 of 52)
Revision Date Author Comments
# 394d9b5a 03-Dec-2024 jmc <jmc@openbsd.org>

glob patterns described in glob(7) not fnmatch(3);
from evan silberman

ok sthen semarie millert


# 998894f5 05-Jan-2023 millert <millert@openbsd.org>

Delete remnants of removed "diff -l" option.
From Nathan Houghton


# 093fc5b9 08-Mar-2021 jsg <jsg@openbsd.org>

Add some references, most of these were removed when we stopped building
and installing USD/SMM/PSD docs.

jmc@ agrees with the direction, ok millert@ on an earlier diff


# 01c04610 08-Feb-2020 jsg <jsg@openbsd.org>

correct Research Unix edition "appeared in" use in HISTORY

Starting from "Combined Table of Contents" in Doug McIlroy's
"A Research UNIX Reader" a table of which edition manuals appeared in.
Checked

correct Research Unix edition "appeared in" use in HISTORY

Starting from "Combined Table of Contents" in Doug McIlroy's
"A Research UNIX Reader" a table of which edition manuals appeared in.
Checked against manuals from bitsavers/TUHS and source from TUHS where
available.

Ingo points out there are cases where something is included but not
documented until a later release.
bcd(6) v6 v7
printf(3) v2 v4
abort(3) v5 v6
system(3) v6 v7
fmod(3) v5 v6

ok schwarze@

show more ...


# 7ce2854c 20-Mar-2019 schwarze <schwarze@openbsd.org>

remove incorrect escaping of '+', correctly escape '-', and garbage collect .Tn


# ae764264 24-Nov-2015 jmc <jmc@openbsd.org>

fix an error in the text; from donald allen
ok millert


# 9d61cfea 26-Oct-2015 jmc <jmc@openbsd.org>

no more TMPDIR;


# 4c413bf6 26-Oct-2015 tedu <tedu@openbsd.org>

remove TMPDIR support. ok millert


# 40e7295b 05-Oct-2015 millert <millert@openbsd.org>

Remove the non-standard -l flag that pipes the output through pr(1).
Based on a diff from and OK deraadt@


# 0aece4da 13-Feb-2014 jmc <jmc@openbsd.org>

TMPDIR is an extension;
while here, converting \*(Gt to >, in accordance with some advice from ingo


# 310ed8f1 16-Jul-2013 jmc <jmc@openbsd.org>

where "-" represents stdin, just use Sq, not Fl, since it's not a flag;
from Jan Stary


# b0a9c477 20-Jan-2013 jmc <jmc@openbsd.org>

remove obsolete BUGS (cmp is not run internally); ok otto


# e456b1ac 03-Feb-2011 jmc <jmc@openbsd.org>

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


# f1c64ac4 03-Sep-2010 jmc <jmc@openbsd.org>

add an EXIT STATUS section for /usr/bin;


# 3b4c17c4 18-Aug-2010 schwarze <schwarze@openbsd.org>

Add a cross reference to patch(1)
as suggested by Thomas de Grivel <billitch at gmail dot com> on tech@.
While here, remove the SEE ALSO entries (but not the cross references
at the appropriate place

Add a cross reference to patch(1)
as suggested by Thomas de Grivel <billitch at gmail dot com> on tech@.
While here, remove the SEE ALSO entries (but not the cross references
at the appropriate places!) to fnmatch(3), re_format(7), and pr(1).
Their relevance is restricted to one single option each, the latter
is mostly obsolete nowadays anyway, and the number of SEE ALSO entries
is so large that SEE ALSO is starting to look confusing.
"yes" jmc@

show more ...


# 9d40d95c 21-Feb-2010 sobrado <sobrado@openbsd.org>

`-q' is an output option, hence it is mutually exclusive.

ok jmc@


# 1a1f5fe3 09-Nov-2009 sobrado <sobrado@openbsd.org>

move mutually exclusive options (-c, -e, -f, -n and -u) to the right place.

ok jmc@


# c2608f17 08-Feb-2009 jmc <jmc@openbsd.org>

updates to IEEE Std 1003.1-2008;


# 99332e38 08-Feb-2009 jmc <jmc@openbsd.org>

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 7c5a075b 30-May-2007 jmc <jmc@openbsd.org>

- use a consistent text for STANDARDS
- note which options are extensions to POSIX


# d4b26a09 01-Mar-2007 jmc <jmc@openbsd.org>

sort options/synopsis/usage();
from Igor Sobrado


# 9a981e8c 05-May-2006 jmc <jmc@openbsd.org>

- no need to escape these


# 0cc6cb6e 27-Dec-2005 jmc <jmc@openbsd.org>

+.Xr sdiff 1 ,


# d594a036 06-Jan-2005 jmc <jmc@openbsd.org>

clarify what -a does;
prod and ok deraadt@


123