diff options
| -rw-r--r-- | man3/fgetws.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/fgetws.3 b/man3/fgetws.3 index 4ce0fe79b6..6525079379 100644 --- a/man3/fgetws.3 +++ b/man3/fgetws.3 @@ -22,7 +22,8 @@ fgetws \- read a wide-character string from a FILE stream .nf .B #include <wchar.h> .PP -.BI "wchar_t *fgetws(wchar_t *" ws ", int " n ", FILE *" stream ); +.BI "wchar_t *fgetws(wchar_t *restrict " ws ", int " n \ +", FILE *restrict " stream ); .fi .SH DESCRIPTION The |
