summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2002-08-15 18:57:57 +0000
committerrobert <robert@FreeBSD.org>2002-08-15 18:57:57 +0000
commitd57d160b95412462bc223d2819c9006ecd02a68d (patch)
tree93a4d45f8033443fbc2e32b9a86750b3f81ddfaa
parentaa8060c29eeb4a85d171a23017f4e933f79b0cfe (diff)
downloadFreeBSD-src-d57d160b95412462bc223d2819c9006ecd02a68d.zip
FreeBSD-src-d57d160b95412462bc223d2819c9006ecd02a68d.tar.gz
Use one line for each function argument to keep the line
width smaller than 80 columns. Thanks to Ruslan for an explanation of multiple ways to achieve this.
-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