diff options
author | robert <robert@FreeBSD.org> | 2002-08-15 18:57:57 +0000 |
---|---|---|
committer | robert <robert@FreeBSD.org> | 2002-08-15 18:57:57 +0000 |
commit | d57d160b95412462bc223d2819c9006ecd02a68d (patch) | |
tree | 93a4d45f8033443fbc2e32b9a86750b3f81ddfaa /lib/libc/stdtime/strftime.3 | |
parent | aa8060c29eeb4a85d171a23017f4e933f79b0cfe (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'lib/libc/stdtime/strftime.3')
-rw-r--r-- | lib/libc/stdtime/strftime.3 | 7 |
1 files changed, 6 insertions, 1 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 |