From 58d38e25205c6ee5ef0796ffa2cd8e2ca6c6e7f3 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Fri, 6 Sep 2002 11:24:06 +0000 Subject: Style: One space between "restrict" qualifier and "*". --- lib/libc/stdtime/strftime.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libc/stdtime/strftime.3') diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 08e17d0485ea..7e71df53dc24 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -48,10 +48,10 @@ .In time.h .Ft size_t .Fo strftime -.Fa "char *restrict buf" +.Fa "char * restrict buf" .Fa "size_t maxsize" -.Fa "const char *restrict format" -.Fa "const struct tm *restrict timeptr" +.Fa "const char * restrict format" +.Fa "const struct tm * restrict timeptr" .Fc .Sh DESCRIPTION The -- cgit v1.2.3