diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-03-09 02:56:54 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-03-09 02:56:54 +0000 |
| commit | be0ccb6800595a859871909d4df9670e06118b5c (patch) | |
| tree | dc29e5252aac6473fea260d4064938bfa49e0bd5 /lib/libc | |
| parent | 47469b9f5cdfe02fff4bf66868650f47ffe196dc (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/fgetws.3 | 3 | ||||
| -rw-r--r-- | lib/libc/stdio/fputws.3 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/stdio/fgetws.3 b/lib/libc/stdio/fgetws.3 index ae737cf48d9c..dc04275e9587 100644 --- a/lib/libc/stdio/fgetws.3 +++ b/lib/libc/stdio/fgetws.3 @@ -90,6 +90,9 @@ and .Xr ferror 3 to determine which occurred. .Sh ERRORS +The +.Fn fgetws +function will fail if: .Bl -tag -width Er .It Bq Er EBADF The given diff --git a/lib/libc/stdio/fputws.3 b/lib/libc/stdio/fputws.3 index e3c71f21d984..c1298e005724 100644 --- a/lib/libc/stdio/fputws.3 +++ b/lib/libc/stdio/fputws.3 @@ -64,6 +64,9 @@ function returns 0 on success and \-1 on error. .Sh ERRORS .Bl -tag -width Er +The +.Fn fputws +function will fail if: .It Bq Er EBADF The .Fa fp |
