diff options
Diffstat (limited to 'newstrftime.3')
| -rw-r--r-- | newstrftime.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newstrftime.3 b/newstrftime.3 index 182f44f738a3..7d23b14ace72 100644 --- a/newstrftime.3 +++ b/newstrftime.3 @@ -40,12 +40,12 @@ strftime \- format date and time .SH SYNOPSIS .nf -.B #include <time.h> +.B "#include <time.h>" .PP .B "size_t strftime(char *restrict buf, size_t maxsize," .B " char const *restrict format, struct tm const *restrict timeptr);" .PP -.B cc ... \-ltz +.BR cc " ... " \-ltz .fi .SH DESCRIPTION .ie '\(lq'' .ds lq \&"\" |
