Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-24 | In roff, the escape sequence \: is an optional line break, | Ingo Schwarze | |
so escape a literal non-punctuation colon correctly as \&:. Required for correct formatting with groff-1.20.1 and Heirloom troff; strangely, groff-1.15 and mandoc have the same bug here, hiding the error. "fine" jmc@ While here, change .Dq to .Sq which looks better for single-character quoting, as suggested by jmc@. | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado | |
ok jmc@ | |||
2007-09-06 | use strcspn to properly overwrite '\n' in fgets returned buffer | Charles Longeau | |
ok moritz@ ray@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-03-12 | exit code 1 on usage; adobriyan@gmail | Theo de Raadt | |
2004-07-09 | ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-04-04 | .br workaround no longer necessary; | Jason McIntyre | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-05-31 | No dm -> no need to revoke setegid. | Paul Janzen | |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
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. | |||
2001-10-24 | typo; ericyu@mail2000.com.tw | Theo de Raadt | |
2001-08-19 | If primes(6) will generate 32-bit primes, factor should factor 64-bit numbers. | Paul Janzen | |
2001-08-19 | Use u_int32_t rather than unsigned long, both for platform invariance and | Paul Janzen | |
because the primes generation table really depends on there not being more than 32 bits. | |||
2001-08-19 | Clarify and stop lying | Paul Janzen | |
2001-08-19 | remove extraneous newline from error output; PR 2014 and patch from | Paul Janzen | |
Tim J. Robbins <tim@robbins.dropbear.id.au>, with one line added so that trailing whitespace doesn't make a number seem badly formatted. | |||
2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv | Paul Janzen | |
1999-09-26 | Correct documentation: rogoyski@cs.utexas.edu in PR 927. | Paul Janzen | |
1999-09-25 | Tidying and minor changes from or based on jsm28@cam.ac.uk's work for the | Paul Janzen | |
Linux bsd-games package and NetBSD. Mainly using 'const'. | |||
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section | Paul Janzen | |
1998-11-29 | Don't capitalize game names at the beginning of sentences. | Paul Janzen | |
1998-08-19 | tags, formatting, ANSI-fication, prototypes, de-typos, and the occasional | Paul Janzen | |
initialization, removal of unused variable, or other minor fix. Most changes are from or inspired by NetBSD. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-22 | proper gid revoke | Theo de Raadt | |
1996-12-19 | setgid games, not setuid games. closes a neat set of holes | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |