summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/patch.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add --dry-run as synonym to -C/--check.zhuk2018-06-221-3/+3
| | | | | | | 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@.
* Stop telling patch(1) runs ed(1).zhuk2018-04-111-8/+2
| | | | okay tb@ and benno@
* Remove support for automatically checking files out of RCS. Themillert2015-07-261-11/+2
| | | | | behavior is confusing to users and even GNU patch no longer does it by default. OK krw@ guenther@
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
| | | | | "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
* Remove SCCS support. For this to work, we would need "get", which we don'ttobias2014-11-221-4/+4
| | | | | | even have in ports. XSI functionality of POSIX, therefore optional. ok deraadt, schwarze, tedu
* patch was moved from user portability (UP) to base in issue 7jmc2014-04-151-8/+5
| | | | and is no longer optional;
* add an EXIT STATUS section for /usr/bin;jmc2010-09-031-18/+18
|
* updates to IEEE Std 1003.1-2008;jmc2009-02-081-2/+2
|
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-5/+5
| | | | updates to follow;
* over-rule -> overrule; from Thomas Pfaffjmc2008-10-191-3/+3
|
* update the description of -b and STANDARDS; suggested by grunkjmc2008-06-061-7/+14
| | | | ok millert
* providing MLINKS for shell builtins makes little sense: what we had was outjmc2008-01-111-5/+4
| | | | | | | | | | | 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
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - note some apps which are xpg4, not posixjmc2007-05-311-1/+14
| | | | | | - note that some apps are optional to posix after some discussion w/ otto
* adds a detailed synopsis to the man page; sorts options insobrado2007-04-181-52/+90
| | | | | | | | the description list and adds missing arguments; syncs usage() written with a lot of useful advice by jmc@ ok by jmc@
* o fairly major man page reorganizationmillert2003-10-311-160/+253
| | | | | | 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@
* Historically, patch would treat a bare -p as -p0. This contradictsmillert2003-07-311-3/+1
| | | | | 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").
* Add POSIX -i option; tedu@ OKmillert2003-07-301-1/+5
|
* Be more exact on how backup files are handled.otto2003-07-281-3/+3
| | | | ok millert@ tedu@
* Make patch(1) exit value match POSIX and be consistent with diff.millert2003-07-281-3/+14
| | | | Comments and OK from otto@
* Add POSIX -b option but don't change the default beahvior wrt backupsmillert2003-07-251-9/+17
| | | | yet. The old -b option is now -z (matches GNU patch).
* "options" not "switches"; jmc@ OKmillert2003-07-241-13/+12
| | | | also update Larry's email address while I am at it ;-)
* Don't talk about ~ and # suffixes for orig and reject files since wemillert2003-07-241-19/+5
| | | | use .orig and .rej.
* mdoc version;jmc2003-07-241-316/+325
| | | | ok millert@
* Use getopt_long() to parse options instead of rolling our own.millert2003-07-221-18/+2
| | | | OK deraadt@ and otto@
* remove junk; ok otto teduderaadt2003-07-181-2/+2
|
* copyrights added;jmc2003-02-181-1/+21
| | | | | | ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano
* typo; jmc@prioris.mini.pw.edu.plderaadt2003-01-061-3/+3
|
* - remove trailing white spaceaaron1999-06-051-3/+3
| | | | | | | - remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
* add -Cespie1998-11-251-1/+12
|
* Support the long options that FSF's patch version has. $OpenBSD$ addedniklas1996-06-101-24/+24
|
* initial import of NetBSD treederaadt1995-10-181-0/+518