aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strftime.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:07:02 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:07:02 +0000
commit63aa9df02fee88a559822c460ab5a30f1d8414ee (patch)
treefedc607745a57e06a1a541feca62e18d51523ddb /man3/strftime.3
parente511ffb6bcaa9a584412a95e602435827e302033 (diff)
downloadman-pages-63aa9df02fee88a559822c460ab5a30f1d8414ee.tar.gz
Automated unformatting of parentheses using unformat_parens.sh
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.