summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdtime/strftime.37
-rw-r--r--lib/libc/stdtime/strptime.36
2 files changed, 11 insertions, 2 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3
index 6877775..08e17d0 100644
--- a/lib/libc/stdtime/strftime.3
+++ b/lib/libc/stdtime/strftime.3
@@ -47,7 +47,12 @@
.Sh SYNOPSIS
.In time.h
.Ft size_t
-.Fn strftime "char *restrict buf" "size_t maxsize" "const char *restrict format" "const struct tm *restrict timeptr"
+.Fo strftime
+.Fa "char *restrict buf"
+.Fa "size_t maxsize"
+.Fa "const char *restrict format"
+.Fa "const struct tm *restrict timeptr"
+.Fc
.Sh DESCRIPTION
The
.Fn strftime
diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3
index 36ca7e0..c3f55cf 100644
--- a/lib/libc/stdtime/strptime.3
+++ b/lib/libc/stdtime/strptime.3
@@ -36,7 +36,11 @@
.Sh SYNOPSIS
.In time.h
.Ft char *
-.Fn strptime "const char *restrict buf" "const char *restrict format" "struct tm *restrict timeptr"
+.Fo strptime
+.Fa "const char *restrict buf"
+.Fa "const char *restrict format"
+.Fa "struct tm *restrict timeptr"
+.Fc
.Sh DESCRIPTION
The
.Fn strptime
OpenPOWER on IntegriCloud