diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-09 06:38:09 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-09 06:38:09 +0000 |
| commit | 2479b6921a20c7fe260ba1b30c5ca7f666e692a6 (patch) | |
| tree | 68c2732b6a76ba5b46eb961b617265eb529f6daf /newstrftime.3 | |
| parent | b17ccc1f4591d37eb3a671b37aecbd30546842f1 (diff) | |
Import tzcode 2026cvendor/tzcode/tzcode2026cvendor/tzcode
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 \&"\" |
