summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/httpd/src')
-rw-r--r--usr.sbin/httpd/src/regex/regex.34
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/regex/regex.3 b/usr.sbin/httpd/src/regex/regex.3
index 100c8a7f71c..6d4f9b89b8d 100644
--- a/usr.sbin/httpd/src/regex/regex.3
+++ b/usr.sbin/httpd/src/regex/regex.3
@@ -36,7 +36,7 @@ matches that internal form against a string and reports results,
transforms error codes from either into human-readable messages,
and
.I regfree
-frees any dynamically-allocated storage used by the internal form
+frees any dynamically allocated storage used by the internal form
of an RE.
.PP
The header
@@ -353,7 +353,7 @@ caution in software intended to be portable to other systems.
Be warned also that they are considered experimental and changes are possible.
.PP
.I Regfree
-frees any dynamically-allocated storage associated with the compiled RE
+frees any dynamically allocated storage associated with the compiled RE
pointed to by
.IR preg .
The remaining