Age | Commit message (Expand) | Author |
2012-01-15 | Document what remains of the 2BSD heritage. | Ingo Schwarze |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2010-07-15 | When the first argument or arguments of a macro are opening delimiters | Ingo Schwarze |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2009-07-22 | The last paragraphs of the "Built-in commands" section are properly | Philip Guenthe |
2009-03-06 | after some discussion with millert, pull in the character class info | Jason McIntyre |
2009-03-05 | Add glob(7) and refer to it. OK jmc@ sobrado@ | Todd C. Miller |
2009-03-04 | from wiz@netbsd, -r1.44: | Jason McIntyre |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-16 | sort options and make -X a little clearer; mostly from Igor Sobrado | Jason McIntyre |
2005-11-10 | document that csh will do fast mode startup if $HOME is not set | Alexander von Gernler |
2005-05-12 | .Xr script 7 | Jason McIntyre |
2004-08-07 | vmemsize -> vmemoryuse for consistency with tcsh and document. mickey@ OK | Todd C. Miller |
2004-04-21 | correct way to specify a numeric argument to pushd is `+n', not `n'; | Jason McIntyre |
2004-04-19 | point people to usd doc; | Jason McIntyre |
2004-03-18 | wording/grammar improvements from Jared Yanovich; | Jason McIntyre |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-06-23 | kill printf builtin. no reason to be a builtin, but furthermore, the | Theo de Raadt |
2003-06-16 | better document "limit"; | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-29 | section reorder; | Jason McIntyre |
2003-05-12 | cpu -> CPU | Jason McIntyre |
2003-04-28 | typos; | Jason McIntyre |
2001-11-13 | o) start new sentence on a new line; | Mike Pechkin |
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham |
2000-11-09 | - Some section shuffling: conform to the standard order documented in mdoc(7) | Aaron Campbell |
2000-11-09 | Insert some missing commas. | Aaron Campbell |
2000-10-30 | Use mkstemp(3) for here document (<<) temporary files instead of $$ | Todd C. Miller |
2000-10-19 | Where we talk about $$, also say mention that PIDs are not safe to use for | Aaron Campbell |
2000-04-17 | Move some misplaced periods outside of the parentheses. | Aaron Campbell |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell |
2000-01-18 | Formatting fix; form@ | Aaron Campbell |
1999-10-05 | correct to show our current path situation | Eric Jackson |
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | Aaron Campbell |
1999-06-03 | use the hyphenated form "command-line" in the case of a compound adjective; | Aaron Campbell |
1999-05-30 | repairs | Aaron Campbell |
1999-05-24 | document the -m flag, normally only used by su(1); woods@most.weird.com, | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen |
1999-03-04 | precedence comment; netbsd | Theo de Raadt |
1998-12-16 | doc printf built-in | Theo de Raadt |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell |
1998-11-19 | note when -n option is used, shell can be terminated with ^D (end-of-file) | Aaron Campbell |