summaryrefslogtreecommitdiffstats
path: root/lib/libc/time/strftime.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new sentence, new line;jmc2016-02-081-2/+3
|
* mention mktime, since that is where struct tm is described. ok schwarzetedu2016-02-081-2/+4
|
* Use .Rv where appropriate, and move it to RETURN VALUES;schwarze2015-01-291-11/+11
| | | | | remove .Tn, and a few minor macro adjustments. Patch from Kaspars at Bankovskis dot net.
* obvious cases of missing .An;schwarze2014-09-081-3/+4
| | | | | found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
* Update C standard reference to C99 and document HISTORY and AUTHORS;schwarze2014-01-241-5/+24
| | | | using input from millert@, reminded by and ok jmc@
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Fix verbiage to make it clear that on success the return value ofkrw2013-01-051-3/+3
| | | | | | strftime() is the number of characters printed. POSIX verbiage verified by jmc@, ok jmc@.
* Update to tzcode2012f. Now that tzcode is in git there are no moemillert2012-09-131-3/+2
| | | | SCCS ids. No actual code changes.
* Update to tzcode2012a from munnari.oz.aumillert2012-03-011-3/+3
|
* after some thought, i think it unlikely that we will need to specifyjmc2011-09-161-4/+4
| | | | | | | | | | a revision number for ISO 8601; in addition, the revision number makes the text unwieldy when discussing the standard in a casual manner. therefore change the macro from -8601-4 to simply -8601, which will output "ISO 8601". i'll get kristaps or ingo to make the change upstream to mandoc. discussed with/ok millert
* use .St here for ISO 8601 references; ok millertjmc2011-09-161-5/+11
|
* only one leap second is permitted, not two; from guentherjmc2011-08-311-5/+5
|
* update to tzcode2010k from elsie.nci.nih.gov; OK miod@millert2010-08-231-3/+3
|
* maxzis -> maxsize; from Han Boetesjmc2009-09-091-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Update to tzcode2007a. This adds support for 64bit time_t in casemillert2007-02-061-2/+2
| | | | | | | | | we need it in the future. All of our platforms currently have 32bit time_t types. This also extends the timezone data file format to support both 32bit and 64bit data. The 64bit data is located after the 32bit data so binaries linked with the older tzcode simply won't look at it. A version field in the file header is used to determine whether the data file is the old or extended format. OK miod@
* - sync prototypes and header excerpts to realityjaredy2005-07-221-20/+20
| | | | | | | - punctuation, rewording, typos/spelling, macro, and layout fixes - add crossrefs where relevant ok jmc
* Document %v. ok deraadt@otto2004-04-141-1/+5
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* spelling typos/errorsdavid2003-03-181-2/+2
| | | | ok miod@ jmc@
* some small typos;jmc2003-03-171-2/+2
|
* The %s and %+ conversions are also extensions.millert2002-05-121-2/+4
|
* o) start new sentence on a new line;mpech2002-05-011-2/+3
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* Mention leap seconds as the reason for (00-61)nate2001-07-151-2/+4
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-10/+14
| | | | breaks and getting rid of short lines, making these files easier to work with.
* Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/millert2000-09-061-4/+15
|
* sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ okd2000-04-161-20/+21
|
* - remove all trailing whitespaceaaron1999-07-091-4/+4
| | | | | | | | | | * 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...
* .Dd should not be given abbreviated month namesaaron1999-07-021-2/+2
|
* kill some old macrosaaron1999-05-251-2/+2
|
* include blurb about ISO 8601 dates straight from strftime.cmillert1999-01-041-1/+12
|
* Always NUL terminate buf even if there was not enough space tomillert1998-07-061-1/+11
| | | | | | | write the whole time string. XPG4.2 says "the contents of the array are indeterminate" in this case so this is allowed, though obviously you can't rely on this behavior if you care about portability...
* spellingderaadt1998-06-101-3/+3
|
* use [,] range specs; kleinkderaadt1998-02-151-19/+19
|
* Xrderaadt1998-02-051-1/+2
|
* use tzcode strftime(3) as it is kept up to date.millert1998-01-191-0/+205