summaryrefslogtreecommitdiff
path: root/lib/libc/gen/timezone.3
AgeCommit message (Collapse)Author
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
2000-03-31Add a pointer to zic so new users can figure out how to set theTodd 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-02remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,Aaron Campbell
not "Month, ##, ####"
1999-05-29repairs; go back over some old files, because we should properly distinguishAaron Campbell
between NUL and NULL, i.e., don't use the .Dv (defined variable) macro when referring to an ASCII NUL
1999-05-20add missing #include's from SYNOPSIS sectionAaron Campbell
1999-03-10Daylight Saving Time, not savingsPaul Janzen
1998-04-28use Xr more oftenTheo de Raadt
1997-05-30for 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-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt