Deleted Added
full compact
fgetln.3 (165903) fgetln.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.\" @(#)fgetln.3 8.3 (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.\" @(#)fgetln.3 8.3 (Berkeley) 4/19/94
29.\" $FreeBSD: head/lib/libc/stdio/fgetln.3 165903 2007-01-09 00:28:16Z imp $
29.\" $FreeBSD: head/lib/libc/stdio/fgetln.3 189136 2009-02-28 06:00:58Z das $
30.\"
31.Dd April 19, 1994
32.Dt FGETLN 3
33.Os
34.Sh NAME
35.Nm fgetln
36.Nd get a line from a stream
37.Sh LIBRARY

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

111.Xr stat 2 ,
112or
113.Xr realloc 3 .
114.Sh SEE ALSO
115.Xr ferror 3 ,
116.Xr fgets 3 ,
117.Xr fgetwln 3 ,
118.Xr fopen 3 ,
30.\"
31.Dd April 19, 1994
32.Dt FGETLN 3
33.Os
34.Sh NAME
35.Nm fgetln
36.Nd get a line from a stream
37.Sh LIBRARY

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

111.Xr stat 2 ,
112or
113.Xr realloc 3 .
114.Sh SEE ALSO
115.Xr ferror 3 ,
116.Xr fgets 3 ,
117.Xr fgetwln 3 ,
118.Xr fopen 3 ,
119.Xr getline 3 ,
119.Xr putc 3
120.Sh HISTORY
121The
122.Fn fgetln
123function first appeared in
124.Bx 4.4 .
120.Xr putc 3
121.Sh HISTORY
122The
123.Fn fgetln
124function first appeared in
125.Bx 4.4 .