Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-01-31 | make references to USD docs clearer; | Jason McIntyre | |
2003-12-13 | sort options, and adjust -width of options' list; | Jason McIntyre | |
2003-10-18 | typos in comments; | Jason McIntyre | |
from Jared Yanovich | |||
2003-09-25 | replace .Em with more appropriate macros. some other cleanup; | Jason McIntyre | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-07 | plug some obvious memory leaks; Patrick Latifi | Todd C. Miller | |
2003-07-29 | install ed advanced tutorial papers; | Jason McIntyre | |
some minor changes; ok mickey@ | |||
2003-07-27 | USD docs for ed are 9-10, not 12,13; | Jason McIntyre | |
2003-07-27 | `p' can be interrupted; my mistake. | Jason McIntyre | |
2003-07-26 | install ed tutorial papers; | Jason McIntyre | |
very minor modifications, but get rid of the ugly 2-column display; ok mickey@ | |||
2003-06-26 | oops | Michael Shalayeff | |
2003-06-26 | docs from 4.4 w/caldera license now | Michael Shalayeff | |
2003-06-11 | ansification, art ok | Theo de Raadt | |
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-05-29 | - section reorder | Jason McIntyre | |
- correct macro - escape some whitespace | |||
2003-04-28 | typos; | Jason McIntyre | |
suggestions, corrections and ok millert@ | |||
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
ed(1): Andrew Moore patch(1): Larry Wall (thanks espie@ for help with this one) units(1): Adrian Mariano | |||
2002-10-04 | wrong word; cjeker@diehard.n-r-g.com | Theo de Raadt | |
2002-09-06 | cast nicely, for cbc_decode() and cbc_encode() | Theo de Raadt | |
2002-08-31 | Unbreak. We have situations where last space in the line is required. | Mike Pechkin | |
From dfa@openbsd.ru | |||
2002-06-09 | knf | Todd T. Fries | |
2002-03-24 | Kill unneeded longs; fixes some minor 64 bit issues. deraadt@ OK | Todd C. Miller | |
2002-02-17 | Mention deprecated '-' flag (same as -s) since it is listed in the | Todd C. Miller | |
SYNOPSIS. | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-16 | missed some registers, kill'em! | Mike Pechkin | |
millert@ ok | |||
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller | |
clobbered by longjmp / vfork instead of the gcc "(void)&foo;" hack. | |||
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok | |||
2001-11-17 | volatile sig_atomic_t | Theo de Raadt | |
2001-11-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) don't use .Pp before/after .Ss; o) wrap long lines; o) fix bogus .Xr usage; millert@ ok; | |||
2001-11-11 | indent | Theo de Raadt | |
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Rs/.Re; o) .Nm without argument in SYNOPSIS; | |||
2001-07-05 | Fix prototypes | Marc Espie | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-06-22 | exit() from a signal handler is a sin | Theo de Raadt | |
2001-05-28 | Various fixes; mpech@prosoft.org.lv | Aaron Campbell | |
2001-01-17 | use sig_atomic_t | Theo de Raadt | |
2001-01-16 | cleanup strcpy, strncpy, signal races, etc | Theo de Raadt | |
2000-11-09 | - Some section shuffling: conform to the standard order documented in mdoc(7) | Aaron Campbell | |
- .Sh AUTHOR -> .Sh AUTHORS | |||
2000-11-09 | Insert some missing commas. | Aaron Campbell | |
2000-10-06 | - Get rid of more short lines. | Aaron Campbell | |
- Fix a formatting error I missed in the last commit. | |||
2000-10-06 | - Fix numerous formatting glitches. | Aaron Campbell | |
- Convert plain reference to an mdoc macro'd reference. - Get rid of some annoying short lines, which make the man src hard to read. - parenthesis -> parentheses | |||
2000-05-01 | MAXPATHLEN, not MAXPATHLEN+1; millert agrees | Theo de Raadt | |
2000-04-23 | Some fixups. | Aaron Campbell | |
2000-04-21 | Don't hyphenate the words {left|right}most. | Aaron Campbell | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-01 | commons type mismatch; ath@algonet.se | Theo de Raadt | |