fflush.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) fflush.3 (2efeeba554cbd7bdee9cfe17641c8bd335c7972f)
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 74 unchanged lines hidden (view full) ---

83Otherwise,
84.Dv EOF
85is returned and the global variable
86.Va errno
87is set to indicate the error.
88.Sh ERRORS
89.Bl -tag -width Er
90.It Bq Er EBADF
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 74 unchanged lines hidden (view full) ---

83Otherwise,
84.Dv EOF
85is returned and the global variable
86.Va errno
87is set to indicate the error.
88.Sh ERRORS
89.Bl -tag -width Er
90.It Bq Er EBADF
91.Fa Stream
91The
92.Fa stream
93argument
92is not an open stream, or, in the case of
93.Fn fflush ,
94not a stream open for writing.
95.El
96.Pp
97The function
98.Fn fflush
99may also fail and set

--- 14 unchanged lines hidden ---
94is not an open stream, or, in the case of
95.Fn fflush ,
96not a stream open for writing.
97.El
98.Pp
99The function
100.Fn fflush
101may also fail and set

--- 14 unchanged lines hidden ---