aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/fgetws.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/fgetws.3')
-rw-r--r--man/man3/fgetws.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man3/fgetws.3 b/man/man3/fgetws.3
index a7796f4c2e..54dc63f77a 100644
--- a/man/man3/fgetws.3
+++ b/man/man3/fgetws.3
@@ -21,7 +21,8 @@ Standard C library
.nf
.B #include <wchar.h>
.P
-.BI "wchar_t *fgetws(wchar_t " ws "[restrict ." n "], int " n \
+.BI "wchar_t *fgetws(int " n ;
+.BI " wchar_t " ws "[restrict " n "], int " n \
", FILE *restrict " stream );
.fi
.SH DESCRIPTION