summaryrefslogtreecommitdiff
path: root/newctime.3
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2022-12-14 00:43:56 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2022-12-14 00:43:56 +0000
commit85639444f44f168af982f59143b53efbba37669e (patch)
tree05feba73aad64e84b00d35c2eeb48216bbbe4f7b /newctime.3
parentcc16bfc34e07fede47a989d9552413c7b4d8e78e (diff)
Import tzcode 2022gvendor/tzcode/tzcode2022g
Diffstat (limited to 'newctime.3')
-rw-r--r--newctime.36
1 files changed, 3 insertions, 3 deletions
diff --git a/newctime.3 b/newctime.3
index 866154986dab..e25d841ef537 100644
--- a/newctime.3
+++ b/newctime.3
@@ -1,9 +1,11 @@
+.\" This file is in the public domain, so clarified as of
+.\" 2009-05-17 by Arthur David Olson.
.TH NEWCTIME 3
.SH NAME
asctime, ctime, difftime, gmtime, localtime, mktime \- convert date and time
.SH SYNOPSIS
.nf
-.ie \n(.g .ds - \f(CW-\fP
+.ie \n(.g .ds - \f(CR-\fP
.el .ds - \-
.B #include <time.h>
.PP
@@ -340,5 +342,3 @@ restricted to years in the range 1900 through 2099.
To avoid this portability mess, new programs should use
.B strftime
instead.
-.\" This file is in the public domain, so clarified as of
-.\" 2009-05-17 by Arthur David Olson.