aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/wcsftime.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-11-29 17:35:09 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-11-29 17:35:09 +0000
commit279062fae149e105dae7c28b638d49ba5715725d (patch)
treec0880323842b2dd8494228497e990a3ea94fab9c /lib/libc/locale/wcsftime.3
parent92b1f2f7a39bb7eac9ae60608660ff4d361be2a0 (diff)
mdoc(7) police: sweep.
Notes
Notes: svn path=/head/; revision=107392
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 *" .