From 519d3ae8c736355c05986ec123095e911e3e7b1e Mon Sep 17 00:00:00 2001 From: tjr Date: Sun, 9 Mar 2003 02:56:54 +0000 Subject: MFp4: Add the standard "the {fgetws,fputws} function will fail if" text to the Errors section. --- lib/libc/stdio/fgetws.3 | 3 +++ lib/libc/stdio/fputws.3 | 3 +++ 2 files changed, 6 insertions(+) (limited to 'lib') diff --git a/lib/libc/stdio/fgetws.3 b/lib/libc/stdio/fgetws.3 index ae737cf..dc04275 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 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 -- cgit v1.1