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.
This commit is contained in:
Robert Drehmel 2002-08-15 18:57:57 +00:00
parent fb95b5d3c3
commit 2caa6a5afe
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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