diff options
Diffstat (limited to 'man/man3/fgetws.3')
-rw-r--r-- | man/man3/fgetws.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/fgetws.3 b/man/man3/fgetws.3 index b46a512ffc..41b8ab36e3 100644 --- a/man/man3/fgetws.3 +++ b/man/man3/fgetws.3 @@ -13,7 +13,7 @@ Standard C library .nf .B #include <wchar.h> .P -.BI "wchar_t *fgetws(int " n ; +.BR "wchar_t *fgetws(" "int n;" .BI " wchar_t " ws "[restrict " n "], int " n \ ", FILE *restrict " stream ); .fi |