Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-18 | Repairs, mostly removing hard sentence breaks. | Aaron Campbell | |
2000-03-31 | Add a pointer to zic so new users can figure out how to set the | Todd C. Miller | |
timezone. The obvious thing to do is 'man timezone' so hopefully folks will be able to get the info they need. | |||
1999-07-02 | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | Aaron Campbell | |
not "Month, ##, ####" | |||
1999-05-29 | repairs; go back over some old files, because we should properly distinguish | Aaron Campbell | |
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL | |||
1999-05-20 | add missing #include's from SYNOPSIS section | Aaron Campbell | |
1999-03-10 | Daylight Saving Time, not savings | Paul Janzen | |
1998-04-28 | use Xr more often | Theo de Raadt | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |