aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/fparseln.3
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>2000-03-24 00:58:49 +0000
committerMike Pritchard <mpp@FreeBSD.org>2000-03-24 00:58:49 +0000
commit292bf7190fb84250674d8dbbceccb33c86abd5fe (patch)
tree91fb0fe2950ee82685e3b503b75c5a5d520a95bc /lib/libutil/fparseln.3
parent9096f97fa146fef1cbabc81ed8669b3020d2d70a (diff)
downloadsrc-292bf7190fb84250674d8dbbceccb33c86abd5fe.tar.gz
src-292bf7190fb84250674d8dbbceccb33c86abd5fe.zip
Fix some spelling errors.
Notes
Notes: svn path=/head/; revision=58509
Diffstat (limited to 'lib/libutil/fparseln.3')
-rw-r--r--lib/libutil/fparseln.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libutil/fparseln.3 b/lib/libutil/fparseln.3
index 6681bed742ef..703a39ac7157 100644
--- a/lib/libutil/fparseln.3
+++ b/lib/libutil/fparseln.3
@@ -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