aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/wcsftime.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/wcsftime.3')
-rw-r--r--lib/libc/locale/wcsftime.39
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/locale/wcsftime.3 b/lib/libc/locale/wcsftime.3
index 3c434694362d..92aee9313f59 100644
--- a/lib/libc/locale/wcsftime.3
+++ b/lib/libc/locale/wcsftime.3
@@ -35,7 +35,10 @@
.Sh SYNOPSIS
.In wchar.h
.Ft size_t
-.Fn wcsftime "wchar_t * restrict wcs" "size_t maxsize" "const wchar_t * restrict format" "const struct tm * restrict timeptr"
+.Fo wcsftime
+.Fa "wchar_t * restrict wcs" "size_t maxsize"
+.Fa "const wchar_t * restrict format" "const struct tm * restrict timeptr"
+.Fc
.Sh DESCRIPTION
The
.Fn wcsftime
@@ -48,7 +51,9 @@ for a detailed description.
.Sh COMPATIBILITY
Some early implementations of
.Fn wcsftime
-had a format argument with type
+had a
+.Fa format
+argument with type
.Vt "const char *"
instead of
.Vt "const wchar_t *" .