summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1
AgeCommit message (Collapse)Author
2000-10-19Where we talk about $$, also say mention that PIDs are not safe to use forAaron Campbell
generating temporary file names, and point people to mktemp(1) instead.
2000-07-06fix another, similar typoAaron Campbell
2000-07-06typoAaron Campbell
2000-03-21Sometimes it is confusing when a sentence begins with lowercase; d@Aaron Campbell
2000-03-17Try to synchronize the ksh(1) and sh(1) man pages somewhat.Aaron Campbell
2000-03-17Remove hard sentence breaks.Aaron Campbell
2000-03-14Better mdoc formatting.Aaron Campbell
1999-11-20'braceexapnd' -> 'braceexpand'Dug Song
1999-10-17Minor formatting nits.Aaron Campbell
1999-10-16Formatting fix.Aaron Campbell
1999-09-23cetain -> certain; kwesterback@home.comAaron Campbell
1999-08-04Turn <tab> completion on by default for people used to bash, tcsh, etc...Todd C. Miller
1999-07-14update man page to pdksh v5.2.14Aaron Campbell
1999-07-05mdoc'ify syntax of the more complicated commands; when I converted this manAaron Campbell
page originally, I didn't know how to do such funky things
1999-07-01remove trailing spaces; missed from a previous commitAaron Campbell
1999-06-15patches from pdksh 5.2.13.11Todd C. Miller
1999-06-14Fixed a bunch of typos, grammar errors, and unclear wording in the shPaul Janzen
man page, and the corresponding problems in the ksh page.
1999-06-03use the hyphenated form "command-line" in the case of a compound adjective;Aaron Campbell
pjanzen@
1999-05-30repairsAaron Campbell
1999-05-28be more conservative with the .Dq macro; in particular, use .Sq macros most ofAaron Campbell
the time instead when quoting 1-2 characters (makes it much easier to read); based on a patch received awhile ago from d@
1999-03-18``that that'' -> ``than that''; nash@mcs.netAaron Campbell
1999-03-02Finally, new and improved mandoc ksh/sh man pages. This took hours, and hours,Aaron Campbell
and hours... Someone please read it and find any typos I may have missed.
1999-03-01obliveous -> oblivious; d@Aaron Campbell
1999-01-19Updates from pdksh-unstable-5.2.13.7. Most notable change is:Todd C. Miller
trap: exit traps now executed in subshells (without explicit exit call). See the Changelog for a full list of changes.
1998-10-29Bug fixes from pdksh-unstable-5.2.13.4, including "official" versions ofTodd C. Miller
some that we had already fixed locally. o typeset -f FUNC doesn't print follows command (and expression) substitutions. o when re-allocating memory, too much may be copied from old memory. o set -o printed some options sans names. o emacs mode: <esc>. in very fist command causes core dump. o pdksh dumps core after a cd command. o typeset -i reports on array elements that have no value (at&t ksh reports on array base name - no index). o ulimit -ctn unlimittttted kills shell (resource exceeded). o ". /dev/null" says access denied. o flag field in aliases incorrectly changed (all flags set instead of clearing ISSET) in exec.c(flushcom). o ${#array[*]} prints largest index instead of number of (set) elements in an array (ksh88 does the former). o sys_siglist[] doesn't always have NSIG non-null entries...
1998-09-27preceeding -> precedingAaron Campbell
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-07-24fix spelling of separate; aaron@ug.cs.dal.caTheo de Raadt
1998-06-25pdksh-5.2.13 + local changesTodd C. Miller
1998-03-27do not nest RS/RETheo de Raadt
1998-03-18Document what sh/ksh does when the cd command matches a non empty pathMarco S Hyman
in the CDPATH environment variable.
1998-01-17Don't document ulimit flags that don't existTodd C. Miller
1996-11-21syncJason Downs
1996-11-21Update to 5.2.12.Jason Downs
1996-10-01Move ksh.1 to ksh.1tbl, fixing all of it's problems in one massive paradigmJason Downs
shift. Or something like that.