summaryrefslogtreecommitdiffstats
path: root/lib/libutil/fparseln.3
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>2000-03-24 00:58:49 +0000
committermpp <mpp@FreeBSD.org>2000-03-24 00:58:49 +0000
commitfbc1e8d37ae3a1361480b95c860d5248f1df3779 (patch)
treed02a3b4ae7762420a52902dbb2589c20602705bb /lib/libutil/fparseln.3
parentff3d18820506e2a390fb3ff2a2b310116d65b936 (diff)
downloadFreeBSD-src-fbc1e8d37ae3a1361480b95c860d5248f1df3779.zip
FreeBSD-src-fbc1e8d37ae3a1361480b95c860d5248f1df3779.tar.gz
Fix some spelling errors.
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 6681bed..703a39a 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
OpenPOWER on IntegriCloud