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:
parent
fb95b5d3c3
commit
2caa6a5afe
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user