aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strftime.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strftime.3')
-rw-r--r--man3/strftime.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strftime.3 b/man3/strftime.3
index 3b7803b106..3472c7624a 100644
--- a/man3/strftime.3
+++ b/man3/strftime.3
@@ -41,7 +41,7 @@ strftime \- format date and time
.BI " const struct tm *" tm );
.fi
.SH DESCRIPTION
-The \fBstrftime()\fP function formats the broken-down time \fItm\fP
+The \fBstrftime\fP() function formats the broken-down time \fItm\fP
according to the format specification \fIformat\fP and places the
result in the character array \fIs\fP of size \fImax\fP.
.PP
@@ -225,7 +225,7 @@ See also
.BR ctime (3).
.SH "RETURN VALUE"
-The \fBstrftime()\fP function returns the number of characters placed
+The \fBstrftime\fP() function returns the number of characters placed
in the array \fIs\fP, not including the terminating NUL character,
provided the string, including the terminating NUL, fits.
Otherwise, it returns 0, and the contents of the array is undefined.