Deleted Added
full compact
fwide.3 (101781) fwide.3 (108037)
1.\" $NetBSD: fwide.3,v 1.3 2002/02/07 07:00:25 ross Exp $
2.\"
3.\" Copyright (c)2001 Citrus Project,
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" $Citrus: xpg4dl/FreeBSD/lib/libc/stdio/fwide.3,v 1.2 2001/12/07 04:47:08 yamt Exp $
1.\" $NetBSD: fwide.3,v 1.3 2002/02/07 07:00:25 ross Exp $
2.\"
3.\" Copyright (c)2001 Citrus Project,
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" $Citrus: xpg4dl/FreeBSD/lib/libc/stdio/fwide.3,v 1.2 2001/12/07 04:47:08 yamt Exp $
28.\" $FreeBSD: head/lib/libc/stdio/fwide.3 101781 2002-08-13 10:47:17Z tjr $
28.\" $FreeBSD: head/lib/libc/stdio/fwide.3 108037 2002-12-18 12:45:11Z ru $
29.\"
30.Dd October 24, 2001
31.Dt FWIDE 3
32.Os
33.Sh NAME
34.Nm fwide
35.Nd get/set orientation of a stream
36.Sh LIBRARY

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

68.Fa stream
69is set to wide-oriented.
70Otherwise,
71.Fa mode
72is zero, and
73.Fa stream
74is unchanged.
75.Sh RETURN VALUES
29.\"
30.Dd October 24, 2001
31.Dt FWIDE 3
32.Os
33.Sh NAME
34.Nm fwide
35.Nd get/set orientation of a stream
36.Sh LIBRARY

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

68.Fa stream
69is set to wide-oriented.
70Otherwise,
71.Fa mode
72is zero, and
73.Fa stream
74is unchanged.
75.Sh RETURN VALUES
76The
76.Fn fwide
77.Fn fwide
78function
77returns a value according to orientation after the call of
78.Fn fwide ;
79a value less than zero if byte-oriented, a value greater than zero
80if wide-oriented, and zero if the stream has no orientation.
81.Sh SEE ALSO
82.Xr ferror 3 ,
83.Xr fgetc 3 ,
84.Xr fgetwc 3 ,
85.Xr fopen 3 ,
86.Xr fputc 3 ,
87.Xr fputwc 3 ,
88.Xr freopen 3 ,
89.Xr stdio 3
90.Sh STANDARDS
91The
92.Fn fwide
93function
94conforms to
95.St -isoC-99 .
79returns a value according to orientation after the call of
80.Fn fwide ;
81a value less than zero if byte-oriented, a value greater than zero
82if wide-oriented, and zero if the stream has no orientation.
83.Sh SEE ALSO
84.Xr ferror 3 ,
85.Xr fgetc 3 ,
86.Xr fgetwc 3 ,
87.Xr fopen 3 ,
88.Xr fputc 3 ,
89.Xr fputwc 3 ,
90.Xr freopen 3 ,
91.Xr stdio 3
92.Sh STANDARDS
93The
94.Fn fwide
95function
96conforms to
97.St -isoC-99 .