aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/ctime.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC -- reduce diffs to current.Giorgos Keramidas2003-05-231-3/+17
| | | | | | | | 1.19: "The .Fn function". 1.20: Fixed a few .Fa abuses. Notes: svn path=/stable/4/; revision=115273
* MFC: 1.15: Document "normalizing" behavior of mktime(3).Ruslan Ermilov2001-10-021-2/+13
| | | | Notes: svn path=/stable/4/; revision=84363
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-171-1/+1
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81834
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-5/+5
| | | | Notes: svn path=/stable/4/; revision=80145
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-2/+2
| | | | Notes: svn path=/stable/4/; revision=73888
* MFC: mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-121-1/+1
| | | | Notes: svn path=/stable/4/; revision=70976
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-221-0/+2
| | | | Notes: svn path=/stable/4/; revision=59521
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57686
* Spelling and grammar error fix.Alexey Zelkin1999-09-041-2/+8
| | | | | | | | | | | mdoc(7)'fy. PR: docs/13406 Submitted by: Garret Woolman <woolman@khavrinen.lcs.mit.edu> Reviewed by: mpp Notes: svn path=/head/; revision=50916
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add STANDARDS section.Garrett Wollman1999-01-031-6/+37
| | | | | | | | s/bytes/characters/g to be consistent with Standard C terminology. Update date and add RCS Id. Notes: svn path=/head/; revision=42259
* Fix grammar in the description of timegm() by totally rewriting it. RemoveGarrett Wollman1999-01-031-20/+29
| | | | | | | | a potentally inflammatory comment from BUGS, and add a more useful comment about the lack of reentrancy in the timezone-setting interface. Notes: svn path=/head/; revision=42257
* Added documenation for the existing implementation of asctime_r,Wes Peters1998-12-201-0/+35
| | | | | | | ctime_r, gmtime_r, and localtime_r. Notes: svn path=/head/; revision=41951
* Describe timegm()Andrey A. Chernov1998-04-201-3/+14
| | | | Notes: svn path=/head/; revision=35322
* environmental -> environment.Philippe Charnier1997-09-181-1/+1
| | | | Notes: svn path=/head/; revision=29563
* Removed bogus includes of <sys/types.h> from synopses.Bruce Evans1996-04-191-1/+0
| | | | | | | | | This commit covers the man pages for most of the ANSI library functions. A few others such as strtol.3 have to mention <sys/types.h> because they mix ANSI interfaces with less well designed extensions. Notes: svn path=/head/; revision=15313
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-271-2/+2
| | | | | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems. Notes: svn path=/head/; revision=14855
* Use latest Arthur Olson timezone code rather than that supplied withGarrett Wollman1994-09-131-0/+258
4.4. The code is almost identical to the 4.4 versions, but this organization should make it easier to merge new versions in the future. Notes: svn path=/head/; revision=2741