summaryrefslogtreecommitdiff
path: root/bin/csh
AgeCommit message (Expand)Author
1999-08-16more precise SYNOPSIS syntaxAaron Campbell
1999-08-06uid_t and gid_t, and use %uTheo de Raadt
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-06-03use the hyphenated form "command-line" in the case of a compound adjective;Aaron Campbell
1999-05-30repairsAaron Campbell
1999-05-24document the -m flag, normally only used by su(1); woods@most.weird.com,Aaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-12builtin -> built-inAaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-03-11fix more comma splices that involve misuse of conjunctive adverbsPaul Janzen
1999-03-04precedence comment; netbsdTheo de Raadt
1999-02-21NUL not NULLTheo de Raadt
1998-12-21correct built-in killTheo de Raadt
1998-12-21like kill(1), have csh builtin handle -SIGxxx names; kleinkTheo de Raadt
1998-12-16indentTheo de Raadt
1998-12-16doc printf built-inTheo de Raadt
1998-12-16fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`);Theo de Raadt
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
1998-11-19note when -n option is used, shell can be terminated with ^D (end-of-file)Aaron Campbell
1998-11-11misc repairAaron Campbell
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell
1998-09-24'off of' -> 'off'Paul Janzen
1998-09-23alphabetize SEE ALSO entries and numerically order according to sectionAaron Campbell
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
1998-08-31system limits can change. Do not document 10240 limitTheo de Raadt
1998-08-26do not *NULL -- i think this patch is rightTheo de Raadt
1998-08-25support \e in built-in printfTheo de Raadt
1998-06-23few fixes; msaitohTheo de Raadt
1998-05-30modifiers apply to all things; msaitohTheo de Raadt
1998-05-29niceTheo de Raadt
1998-05-28/bin/login -> /usr/bin/loginArtur Grabowski
1998-05-18MAXPATHLEN not MAXPATHLEN+1Theo de Raadt
1998-05-18readlink len-1Theo de Raadt
1998-05-17do not advance pointer that free() will happen toTheo de Raadt
1998-05-13support POSIX "kill [-s signame] pid" syntax, fix the "kill -l [exitstatus]"Theo de Raadt
1998-04-25nroff error; joel@panacea.null.orgTheo de Raadt
1998-03-06Add unlimit man link for csh and ulimit man link for sh.Todd C. Miller
1997-11-17proper .XrTheo de Raadt
1997-11-15slipped through the cracks.Todd T. Fries
1997-11-15spellingTodd T. Fries
1997-09-22err.[ch] -> error.[ch] and fix err/warn usage.Todd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-09-01GLOB_ABEND -> GLOB_ABORTEDTodd C. Miller
1997-08-05make signal handlers errno safeTheo de Raadt
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1997-06-18(foo *)NULL -> NULLkstailey
1997-05-30xref correctionsTheo de Raadt