From cd5ca96599d24e7c9375719e86b16b5d3165e931 Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 6 Sep 2002 11:24:06 +0000 Subject: Style: One space between "restrict" qualifier and "*". --- lib/libc/locale/wcsrtombs.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/locale/wcsrtombs.3') diff --git a/lib/libc/locale/wcsrtombs.3 b/lib/libc/locale/wcsrtombs.3 index f3e9ad0..f4ecf41 100644 --- a/lib/libc/locale/wcsrtombs.3 +++ b/lib/libc/locale/wcsrtombs.3 @@ -34,7 +34,7 @@ .Sh SYNOPSIS .In wchar.h .Ft size_t -.Fn wcsrtombs "char *restrict dst" "const wchar_t **restrict src" "size_t len" "mbstate_t *restrict ps" +.Fn wcsrtombs "char * restrict dst" "const wchar_t ** restrict src" "size_t len" "mbstate_t * restrict ps" .Sh DESCRIPTION The .Fn wcsrtombs -- cgit v1.1