Fix some spelling errors.

This commit is contained in:
Mike Pritchard 2000-03-24 00:58:49 +00:00
parent 9096f97fa1
commit 292bf7190f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58509

View File

@ -58,11 +58,11 @@ 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 preceeding escape
By default, if a character is escaped, both it and the preceding escape
character will be present in the returned string.
Various
.Fa flags
@ -118,13 +118,13 @@ The various flags, which may be
together, are:
.Bl -tag -width "FPARSELN_UNESCCOMM"
.It Dv FPARSELN_UNESCCOMM
Remove escape preceeding an escaped comment.
Remove escape preceding an escaped comment.
.It Dv FPARSELN_UNESCCONT
Remove escape preceeding an escaped continuation.
Remove escape preceding an escaped continuation.
.It Dv FPARSELN_UNESCESC
Remove escape preceeding an escaped escape.
Remove escape preceding an escaped escape.
.It Dv FPARSELN_UNESCREST
Remove escape preceeding any other character.
Remove escape preceding any other character.
.It Dv FPARSELN_UNESCALL
All of the above.
.El