diff options
author | tjr <tjr@FreeBSD.org> | 2003-03-09 02:56:54 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-03-09 02:56:54 +0000 |
commit | 519d3ae8c736355c05986ec123095e911e3e7b1e (patch) | |
tree | dc29e5252aac6473fea260d4064938bfa49e0bd5 /lib/libc/stdio/fputws.3 | |
parent | cbfe8dc3bd974e5e9337382b2eb734d881784ddb (diff) | |
download | FreeBSD-src-519d3ae8c736355c05986ec123095e911e3e7b1e.zip FreeBSD-src-519d3ae8c736355c05986ec123095e911e3e7b1e.tar.gz |
MFp4: Add the standard "the {fgetws,fputws} function will fail if" text
to the Errors section.
Diffstat (limited to 'lib/libc/stdio/fputws.3')
-rw-r--r-- | lib/libc/stdio/fputws.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/stdio/fputws.3 b/lib/libc/stdio/fputws.3 index e3c71f2..c1298e0 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 |