Deleted Added
full compact
stdio.3 (165903) stdio.3 (189136)
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)stdio.3 8.7 (Berkeley) 4/19/94
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" @(#)stdio.3 8.7 (Berkeley) 4/19/94
29.\" $FreeBSD: head/lib/libc/stdio/stdio.3 165903 2007-01-09 00:28:16Z imp $
29.\" $FreeBSD: head/lib/libc/stdio/stdio.3 189136 2009-02-28 06:00:58Z das $
30.\"
30.\"
31.Dd January 10, 2003
31.Dd February 28, 2009
32.Dt STDIO 3
33.Os
34.Sh NAME
35.Nm stdio
36.Nd standard input/output library functions
37.Sh LIBRARY
38.Lb libc
39.Sh SYNOPSIS

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

271.It "ftell reposition a stream"
272.It "funopen open a stream"
273.It "fwide set/get orientation of stream"
274.It "fwopen open a stream"
275.It "fwprintf formatted wide character output conversion"
276.It "fwrite binary stream input/output"
277.It "getc get next character or word from input stream"
278.It "getchar get next character or word from input stream"
32.Dt STDIO 3
33.Os
34.Sh NAME
35.Nm stdio
36.Nd standard input/output library functions
37.Sh LIBRARY
38.Lb libc
39.Sh SYNOPSIS

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

271.It "ftell reposition a stream"
272.It "funopen open a stream"
273.It "fwide set/get orientation of stream"
274.It "fwopen open a stream"
275.It "fwprintf formatted wide character output conversion"
276.It "fwrite binary stream input/output"
277.It "getc get next character or word from input stream"
278.It "getchar get next character or word from input stream"
279.It "getdelim get a line from a stream"
280.It "getline get a line from a stream"
279.It "gets get a line from a stream"
280.It "getw get next character or word from input stream"
281.It "getwc get next wide character from input stream"
282.It "getwchar get next wide character from input stream"
283.It "mkdtemp create unique temporary directory"
284.It "mkstemp create unique temporary file"
285.It "mktemp create unique temporary file"
286.It "perror system error messages"

--- 43 unchanged lines hidden ---
281.It "gets get a line from a stream"
282.It "getw get next character or word from input stream"
283.It "getwc get next wide character from input stream"
284.It "getwchar get next wide character from input stream"
285.It "mkdtemp create unique temporary directory"
286.It "mkstemp create unique temporary file"
287.It "mktemp create unique temporary file"
288.It "perror system error messages"

--- 43 unchanged lines hidden ---