Deleted Added
full compact
fparseln.3 (56207) fparseln.3 (57686)
1.\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $
1.\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $
2.\" $FreeBSD: head/lib/libutil/fparseln.3 56207 2000-01-18 01:27:47Z billf $
2.\" $FreeBSD: head/lib/libutil/fparseln.3 57686 2000-03-02 09:14:21Z sheldonh $
3.\"
4.\" Copyright (c) 1997 Christos Zoulas. 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:
9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer.

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

53.Sh DESCRIPTION
54The
55.Fn fparseln
56function
57returns a pointer to the next logical line from the stream referenced by
58.Fa stream .
59This string is
60.Dv NUL
3.\"
4.\" Copyright (c) 1997 Christos Zoulas. 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:
9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer.

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

53.Sh DESCRIPTION
54The
55.Fn fparseln
56function
57returns a pointer to the next logical line from the stream referenced by
58.Fa stream .
59This string is
60.Dv NUL
61terminated and it is dynamicaly allocated on each invocation. It is the
61terminated and it is dynamicaly allocated on each invocation.
62It is the
62responsibility of the caller to free the pointer.
63.Pp
64By default, if a character is escaped, both it and the preceeding escape
65character will be present in the returned string.
66Various
67.Fa flags
68alter this behaviour.
69.Pp

--- 92 unchanged lines hidden ---
63responsibility of the caller to free the pointer.
64.Pp
65By default, if a character is escaped, both it and the preceeding escape
66character will be present in the returned string.
67Various
68.Fa flags
69alter this behaviour.
70.Pp

--- 92 unchanged lines hidden ---