summaryrefslogtreecommitdiffstats
path: root/lib/libedit/editrc.5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document el_wpush(3) and fix the description of el_push(3).schwarze2016-05-221-21/+20
| | | | | Improve precision in the description of the "bind" builtin command. Tweak terminology to better match editline(7).
* New editline(7) manual, explaining to end-users how line editing worksschwarze2016-04-201-202/+7
| | | | | | | | | | | | in programs like ftp(1), sftp(1), bc(1), and cdio(1) that use libedit. The existing editrc(5) manual only explains customization, and the existing editline(3) manual only explains the C language interface. Already listing all editor functions and all default key bindings, but in other respects, not 100% complete yet, and due to the sheer size, some bugs may have slipped, but all that can be fixed in the tree. OK and tweaks jmc@. Also seems reasonable to Christian Heckendorf <mbie at ulmus dot me>.
* Delete redundant, empty callbacks;schwarze2016-04-181-17/+5
| | | | | | no functional change, minus hundred lines of code. OK martijn@; also proof-read by Christian Heckendorf <mbie at ulmus dot me>.
* Zap extraneous SYNOPSIS sections.zhuk2016-01-081-4/+2
| | | | | | The gettytab(5) and termcap(5) get FILES, others don't need anything. With input from & okay schwarze@
* merge improvements from NetBSD; ok jmc@ nicm@schwarze2014-12-151-4/+4
|
* markup fixes from Kaspars at Bankovskis dot net;schwarze2014-12-121-4/+7
| | | | | some of this is already contained upstream in NetBSD, the rest will be sent there
* editline.3: editrc only read from $HOME; from LEVAI Danieljmc2013-01-101-2/+9
| | | | | | editrc.5: add FILES for ~/.editrc patches passed onto net/free
* there's no tcsh page in base, so don;t bother xr'ing it;jmc2010-06-301-6/+3
|
* Update libedit to bring it into sync with the latest version from NetBSD.nicm2010-06-301-15/+35
| | | | ok deraadt
* ellipses are not optional arguments; while here, fix a double .Ar/.Arsobrado2010-01-251-3/+3
| | | | | | in the roff source. ok jmc@
* fix double full stop, find out by jmc@ when looking into another issue.sobrado2010-01-251-3/+3
|
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Sync libedit to NetBSD libedit as of Nov 8, 2003.otto2003-11-251-3/+4
| | | | Tested by jmc@ djm@ and myself
* Sync command table to code. Spotted by jmc@.otto2003-11-011-5/+27
|
* Man pages fixes from jmc@otto2003-10-311-25/+18
|
* Update to NetBSD libedit (from Oct 1, 2003), adding some stringotto2003-10-311-22/+221
| | | | | | | | | | | | | | | | | | cleaning and history bug fixes. The code includes GNU libreadline functionality, but the corresponding header files are not installed, since some libreadline functions are missing. There are some minor API changes, notably: old: EditLine *el_init(const char *, FILE *, FILE *); new: EditLine *el_init(const char *, FILE *, FILE *, FILE *); old: HistEvent *history(History *h, int op, ...); new: int history(History *h, HistEvent *ev, int op, ...); plus some changes in operation names. See editline(3) for details. Tested by djm@, mouring@, jmc@. ok deraadt@
* emptry -> empty; from Jared Yanovichjmc2003-10-221-2/+2
|
* typo;jmc2003-05-101-2/+2
|
* files with dead .Xr's;jmc2003-03-111-3/+3
| | | | | | | left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
* .Xr typos;jmc2003-03-061-3/+3
| | | | ok deraadt@
* Mostly punctuation fixes.aaron2000-04-151-2/+2
|
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-2/+2
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* Typo fixes.alex1999-09-231-2/+2
|
* - remove all trailing whitespaceaaron1999-07-091-4/+4
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+2
| | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* builtin -> built-inaaron1999-05-121-7/+7
|
* always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netaaron1998-12-151-2/+2
|
* Updates from NetBSD (christos@netbsd.org)millert1997-06-291-3/+3
| | | | | | | | | | | | | * Portability fixes: __const -> const BADSIG -> SIG_ERR int flags -> u_int flags #if __STDC__ -> #ifdef __STDC__ * Don't allow CSWTCH to interfere with CSUSP on __SVR4 systems. * Return -1 if the terminal set operation resulted in dumb terminal settings. * Handle properly the case where the last line in the sourced file does not have a trailing '\n'. From Jeffrey C Honig. * editrc -> editline in editline(3)
* fix el_source() - a block needed braces around it (from NetBSD)millert1997-03-141-1/+2
| | | | | | Some strcpy() -> strncpy (from NetBSD) Some KNF Add current NetBSD tags
* Man pages for libedit, from NetBSD.millert1997-01-161-0/+292