dynamically with two l.
This commit is contained in:
parent
7828991a90
commit
e5caf371d2
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: fparseln.3,v 1.10 2002/10/01 19:36:30 wiz Exp $
|
||||
.\" $NetBSD: fparseln.3,v 1.11 2002/10/02 10:48:26 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
|
||||
.\"
|
||||
|
@ -50,7 +50,7 @@ returns a pointer to the next logical line from the stream referenced by
|
|||
.Fa stream .
|
||||
This string is
|
||||
.Dv NUL
|
||||
terminated and it is dynamicaly allocated on each invocation.
|
||||
terminated and it is dynamically allocated on each invocation.
|
||||
It is the responsibility of the caller to free the pointer.
|
||||
.Pp
|
||||
By default, if a character is escaped, both it and the preceding escape
|
||||
|
|
Loading…
Reference in New Issue