summaryrefslogtreecommitdiff
path: root/usr.sbin/ctm
AgeCommit message (Collapse)Author
1999-07-13Merge with FreeBSD 3.2, while keeping OpenBSD mktemp/mkstemp fixes.Theo de Raadt
Some minor man page enhancements. Brings better man pages, new features, more error checking, and improved performance; some FreeBSD examples for creating ctm deltas merged by hgweigand@wiesbaden.netsurf.de
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-28more .El madnessAaron Campbell
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-01cleanup; d@Aaron Campbell
1998-11-23Even better; get rid of tempnam completely in favor of mkstemp)Todd C. Miller
1998-11-22race-less tempnam() useTheo de Raadt
1998-11-22please -WallTheo de Raadt
1998-11-08usr.sbin/ man page repairs, a-iAaron Campbell
1998-09-27preceeding -> precedingAaron Campbell
1998-06-23Fix snprintf return value usage.Todd C. Miller
1998-05-14more careful scanfTheo de Raadt
1998-05-14buf oflowTheo de Raadt
1998-05-11set max field width of %s correctlyTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-14.Xr foo #, botchesTheo de Raadt
1997-08-30minor errors; josh@quick.netTheo de Raadt
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-06-24changed char * cast from int to longdgregor
1997-06-17mkstemp it in the correct place, ok?Theo de Raadt
1997-02-20CFLAGS+=, from m4@umn.eduTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-30import ctm (current through mail)Thomas Graichen
for more see http://www.openbsd.org/ctm.html - it's basicaly the FreeBSD version adapted to OpenBSD - i'll bring in the latest FreeBSD changes in the next days