Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-16 | - document IFS behavior changes | Jared Yanovich | |
- grammar, punctuation, xref, mdoc tweaks - sort keywords - indent example displays - minimize against diffing between sh.1tbl - document set -o sh - tweak the displays of some editing and builtin commands - rework some operator descriptions ok jmc | |||
2004-12-12 | escape punctuation; | Jason McIntyre | |
2004-12-12 | csh-style ! history completion, which can be activated by using | Theo de Raadt | |
set -o csh-history (off by default) this is not feature complete, and likely never will be. no ^ and ! has some oddities ... ksh's internal history stuff has got some very odd behaviours that are rather nasty ok various developers | |||
2004-12-04 | minor tweaks; ok jmc | Jared Yanovich | |
2004-11-08 | add a more complex PS1 example, which does not use the new backslash | Jason McIntyre | |
sequences; from naddy@, via deraadt@ | |||
2004-11-06 | correct my description of \[ and \] | Jason McIntyre | |
found by (and ok) deraadt@ | |||
2004-11-05 | document PS1 expansions; | Jason McIntyre | |
2004-11-05 | incorrect markup was messing the description of IFS. i've rearranged it | Jason McIntyre | |
slightly so that no one (me, most likely) falls for it again. also, make sh(1)'s IFS description a little more consistent. | |||
2004-11-03 | HISTSIZE cranked to 500 | Jared Yanovich | |
2004-10-28 | fix spacing after period at EOL. from ray@cyth.net | Jared Yanovich | |
2004-08-07 | Document ulimit -v; mickey@ OK | Todd C. Miller | |
2004-08-04 | - mdoc and macro fixes and simplification | Jared Yanovich | |
- punctuation and grammar fixes - show prompts for example shell commands help and ok jmc | |||
2004-05-09 | Document new behavior of $RANDOM. ok deraadt@ | Otto Moerbeek | |
2004-04-30 | typo; | Jason McIntyre | |
from ray at cyth dot net (PR 3762); | |||
2004-03-15 | missing commas; | Jason McIntyre | |
2004-03-15 | reversed word -> reserved word; | Jason McIntyre | |
from Karl O. Pinc | |||
2004-02-19 | escape full stops where necessary to kill erroneous double spaces; | Jason McIntyre | |
softly, softly, catchy monkey... | |||
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
2004-01-15 | escape full stops properly to avoid double spaces; | Jason McIntyre | |
2003-12-27 | - revert a typo introduced when this page was mdoc'ed | Jason McIntyre | |
- use .Sq rather than .Dq for single letters | |||
2003-12-22 | note that `&&' and `||' are left-associative; | Jason McIntyre | |
from vax at carolina dot rr com (NetBSD PR 23814); agreed (in principal) millert@ deraadt@ | |||
2003-12-12 | typo; ok jmc@ | Christian Weisgerber | |
2003-10-28 | standard section order; | Jason McIntyre | |
2003-10-22 | macros with too many args; | Jason McIntyre | |
2003-09-04 | escapes in the wrong place; | Jason McIntyre | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-09-01 | In emacs editing mode, ksh by default interprets a set 8th bit as | Christian Weisgerber | |
meta prefix, i.e. all characters with the top bit set (>= 0x80) are taken as commands and cannot be entered literally. Introduce a new shell option, emacs-usemeta, that allows to toggle this behavior. The default is the traditional behavior; to enter 8-bit characters use "set +o emacs-usemeta". ok fgsch@, henning@ | |||
2003-07-19 | redrew -> redraw; | Jason McIntyre | |
from Andrey Matveev. | |||
2003-07-07 | - convert some lists to displays | Jason McIntyre | |
- .Ql -> .Sq where necessary - remove some .Pp's before lists - add missing .El - remove some wrong macros | |||
2003-06-06 | liternal -> literal; | Jason McIntyre | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-28 | typos; | Jason McIntyre | |
suggestions, corrections and ok millert@ | |||
2003-03-20 | typos; | Jason McIntyre | |
from NetBSD (Soren Jacobsen) ok millert@ | |||
2003-03-14 | better document how getopts handles options; | Jason McIntyre | |
plus typos; from J.A. Neitzel; Fixes PR 3141; ok millert@ | |||
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt | |
2001-09-24 | The 'newgrp' alias is explicitly disabled in our ksh, so do not mention | Camiel Dobbelaar | |
it in the manpage. ok millert@ | |||
2001-09-02 | Typo; addresses pr/2038 from tim@robbins.dropbear.id.au | Aaron Campbell | |
2001-08-25 | OpenBSD doesn't have RLIMIT_VMEM or RLIMIT_SWAP, so we don't | Heikki Korpela | |
have ulimit -v or -w either. ok millert@ | |||
2001-08-23 | fix a typo; tim@robbins.dropbear.id.au | Peter Valchev | |
2001-08-03 | Typo; heko@iki.fi | Aaron Campbell | |
2001-07-31 | Documentation fixes per PR 1979 by Kaspar Toomik. | Hugh Graham | |
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt | |
2001-05-28 | Various fixes; mpech@prosoft.org.lv | Aaron Campbell | |
2001-04-12 | Insert some missing commas. | Aaron Campbell | |
2001-02-20 | Typo (introduced by me in mdoc conversion of Rev 1.15); d@ | Aaron Campbell | |
2001-01-16 | typo; bk@rt.fm | Aaron Campbell | |
2000-10-19 | Where we talk about $$, also say mention that PIDs are not safe to use for | Aaron Campbell | |
generating temporary file names, and point people to mktemp(1) instead. | |||
2000-07-06 | fix another, similar typo | Aaron Campbell | |
2000-07-06 | typo | Aaron Campbell | |
2000-03-21 | Sometimes it is confusing when a sentence begins with lowercase; d@ | Aaron Campbell | |