aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/tzset.3
Commit message (Collapse)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Catch up with r130332 which changed the default timezone from GMT to UTC.David E. O'Brien2009-11-171-2/+2
| | | | | | | | Otherwise the tzload() (when called by gmtload()) fails to locate the UTC file and loads the posixrules. Notes: svn path=/head/; revision=199405
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Eliminate double whitespace.Ruslan Ermilov2004-07-031-1/+1
| | | | Notes: svn path=/head/; revision=131539
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-15/+30
| | | | Notes: svn path=/head/; revision=131504
* Add or correct section number in .Xr. Use .Vt or .FnPhilippe Charnier2003-06-081-1/+1
| | | | | | | instead of .Xr when needed Notes: svn path=/head/; revision=116021
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
| | | | Notes: svn path=/head/; revision=84306
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-1/+1
| | | | Notes: svn path=/head/; revision=81462
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-2/+2
| | | | | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins. Notes: svn path=/head/; revision=72126
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-11/+9
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-4/+5
| | | | Notes: svn path=/head/; revision=70481
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48794
* (`'): and (`'); -> (`:') and (`;')Bill Fenner1998-10-261-2/+2
| | | | Notes: svn path=/head/; revision=40667
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-1/+2
| | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. Notes: svn path=/head/; revision=17782
* Update a bunch of man pages to use .Fn insteadMike Pritchard1996-08-221-2/+2
| | | | | | | of .Nm when referencing funciton names. Notes: svn path=/head/; revision=17780
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+324
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573