summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fgetws.3
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-09-06 11:24:06 +0000
committertjr <tjr@FreeBSD.org>2002-09-06 11:24:06 +0000
commitcd5ca96599d24e7c9375719e86b16b5d3165e931 (patch)
treeee19d604b38f08d225b97c81a641deba71f33d6b /lib/libc/stdio/fgetws.3
parent97acf1a793f3b9951362d9f3125aa7f36755d083 (diff)
downloadFreeBSD-src-cd5ca96599d24e7c9375719e86b16b5d3165e931.zip
FreeBSD-src-cd5ca96599d24e7c9375719e86b16b5d3165e931.tar.gz
Style: One space between "restrict" qualifier and "*".
Diffstat (limited to 'lib/libc/stdio/fgetws.3')
-rw-r--r--lib/libc/stdio/fgetws.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fgetws.3 b/lib/libc/stdio/fgetws.3
index 5ccd4fe..ae737cf 100644
--- a/lib/libc/stdio/fgetws.3
+++ b/lib/libc/stdio/fgetws.3
@@ -49,7 +49,7 @@
.In stdio.h
.In wchar.h
.Ft "wchar_t *"
-.Fn fgetws "wchar_t *restrict ws" "int n" "FILE *restrict fp"
+.Fn fgetws "wchar_t * restrict ws" "int n" "FILE * restrict fp"
.Sh DESCRIPTION
The
.Fn fgetws
OpenPOWER on IntegriCloud