summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/4.1/cftime.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-19 00:58:07 +0000
committerbde <bde@FreeBSD.org>1997-03-19 00:58:07 +0000
commite32c9b1cfa72e80f75e70858aac6f9fa4b840b80 (patch)
tree15f029807e5bec85999a2232eb979f2717799748 /lib/libcompat/4.1/cftime.3
parent4cc11f6a3dfbffa16c59ce9bad344c639752c164 (diff)
downloadFreeBSD-src-e32c9b1cfa72e80f75e70858aac6f9fa4b840b80.zip
FreeBSD-src-e32c9b1cfa72e80f75e70858aac6f9fa4b840b80.tar.gz
FIxed arg types (mostly missing consts) in synopsis.
Diffstat (limited to 'lib/libcompat/4.1/cftime.3')
-rw-r--r--lib/libcompat/4.1/cftime.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3
index 5c760a9..058f85c 100644
--- a/lib/libcompat/4.1/cftime.3
+++ b/lib/libcompat/4.1/cftime.3
@@ -32,7 +32,7 @@
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\"
-.\" $Id$
+.\" $Id: cftime.3,v 1.3 1997/02/22 15:05:51 peter Exp $
.\"
.Dd June 15, 1993
.Os
@@ -44,9 +44,9 @@
.Sh SYNOPSIS
.Fd #include <time.h>
.Ft int
-.Fn cftime "char *s" "char *format" "const time_t *clock" ;
+.Fn cftime "char *s" "char *format" "const time_t *clock"
.Ft int
-.Fn ascftime "char *s" "const char *format" "const struct tm *tmptr" ;
+.Fn ascftime "char *s" "const char *format" "const struct tm *tmptr"
.Sh DESCRIPTION
.Bf -symbolic
The cftime and ascftime functions are made obsolete by strftime(3).
OpenPOWER on IntegriCloud