#
d756b25f |
| 22-Mar-2024 |
jcs <jcs@openbsd.org> |
add "-V none" to prevent making any backups
from FreeBSD
ok bluhm deraadt
|
#
41ce3b17 |
| 31-Mar-2022 |
naddy <naddy@openbsd.org> |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched.
ok jmc@
|
#
25a24f0b |
| 18-Feb-2022 |
jsg <jsg@openbsd.org> |
Avoid gendered language in man pages when not referring to a specific person. Rewrite or use singular they.
ok thfr@ sthen@ daniel@ ian@ job@ kmos@ jcs@ ratchov@ phessler@ and others I'm likely miss
Avoid gendered language in man pages when not referring to a specific person. Rewrite or use singular they.
ok thfr@ sthen@ daniel@ ian@ job@ kmos@ jcs@ ratchov@ phessler@ and others I'm likely missing on an earlier version. feedback tj@, feedback and ok jmc@
show more ...
|
#
aa480485 |
| 21-Dec-2021 |
schwarze <schwarze@openbsd.org> |
state up front that patch(1) operates on text files, fixing an omission pointed out by chrisz@; OK jmc@ deraadt@ chrisz@
|
#
98f6033e |
| 09-Nov-2021 |
jmc <jmc@openbsd.org> |
-i may not be specified multiple times; from josh grosse ok millert
|
#
f5591223 |
| 22-Jun-2018 |
zhuk <zhuk@openbsd.org> |
Add --dry-run as synonym to -C/--check.
FreeBSD and NetBSD has this for a while, and GNU patch got it even earlier than we got -C.
input from sthen@ & jca@; okay sthen@, jca@ and deraadt@.
|
#
dcd86180 |
| 11-Apr-2018 |
zhuk <zhuk@openbsd.org> |
Stop telling patch(1) runs ed(1).
okay tb@ and benno@
|
#
7e39cfac |
| 26-Jul-2015 |
millert <millert@openbsd.org> |
Remove support for automatically checking files out of RCS. The behavior is confusing to users and even GNU patch no longer does it by default. OK krw@ guenther@
|
#
0870f47d |
| 13-Mar-2015 |
jmc <jmc@openbsd.org> |
remove the first comma from constructs like ", and," and ", or,": you can use "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
|
#
0529800e |
| 22-Nov-2014 |
tobias <tobias@openbsd.org> |
Remove SCCS support. For this to work, we would need "get", which we don't even have in ports. XSI functionality of POSIX, therefore optional.
ok deraadt, schwarze, tedu
|
#
fa0e39dd |
| 15-Apr-2014 |
jmc <jmc@openbsd.org> |
patch was moved from user portability (UP) to base in issue 7 and is no longer optional;
|
#
f1c64ac4 |
| 03-Sep-2010 |
jmc <jmc@openbsd.org> |
add an EXIT STATUS section for /usr/bin;
|
#
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;
|
#
41e47f94 |
| 19-Oct-2008 |
jmc <jmc@openbsd.org> |
over-rule -> overrule; from Thomas Pfaff
|
#
14c720b8 |
| 06-Jun-2008 |
jmc <jmc@openbsd.org> |
update the description of -b and STANDARDS; suggested by grunk ok millert
|
#
1087133b |
| 11-Jan-2008 |
jmc <jmc@openbsd.org> |
providing MLINKS for shell builtins makes little sense: what we had was out of date for ever (no ksh builtins), and since we have two shells, pointing to one page or the other is never going to work;
providing MLINKS for shell builtins makes little sense: what we had was out of date for ever (no ksh builtins), and since we have two shells, pointing to one page or the other is never going to work; so remove MLINKS for csh(1); the cd(1) and wait(1) pages (also builtins); and update any trailing Xr's;
please, there are tools like whence, man, and locate for finding this stuff;
ok deraadt miod
show more ...
|
#
9490d37c |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
convert to new .Dd format;
|
#
84d757f3 |
| 31-May-2007 |
jmc <jmc@openbsd.org> |
- note some apps which are xpg4, not posix - note that some apps are optional to posix
after some discussion w/ otto
|
#
153b0c71 |
| 18-Apr-2007 |
sobrado <sobrado@openbsd.org> |
adds a detailed synopsis to the man page; sorts options in the description list and adds missing arguments; syncs usage()
written with a lot of useful advice by jmc@
ok by jmc@
|
#
53900eee |
| 31-Oct-2003 |
millert <millert@openbsd.org> |
o fairly major man page reorganization o add --posix option for strict POSIX conformance o change filename determination to match GNU patch Tested by various people, including a full ports build by n
o fairly major man page reorganization o add --posix option for strict POSIX conformance o change filename determination to match GNU patch Tested by various people, including a full ports build by naddy@
show more ...
|
#
3bf9a76c |
| 31-Jul-2003 |
millert <millert@openbsd.org> |
Historically, patch would treat a bare -p as -p0. This contradicts POSIX and GNU patch has also removed this, so we will too. No objections on icb (no one even seemed to know about this "feature").
|
#
3466761f |
| 30-Jul-2003 |
millert <millert@openbsd.org> |
Add POSIX -i option; tedu@ OK
|
#
372ff3a2 |
| 28-Jul-2003 |
otto <otto@openbsd.org> |
Be more exact on how backup files are handled. ok millert@ tedu@
|
#
ea13368a |
| 28-Jul-2003 |
millert <millert@openbsd.org> |
Make patch(1) exit value match POSIX and be consistent with diff. Comments and OK from otto@
|