summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/man/2/regexp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/man/2/regexp b/sys/man/2/regexp
index 6558dc710..7760dfe0e 100644
--- a/sys/man/2/regexp
+++ b/sys/man/2/regexp
@@ -210,3 +210,7 @@ if
is not matched.
.SH BUGS
There is no way to specify or match a NUL character; NULs terminate patterns and strings.
+.SH HISTORY
+.IR Regexp (2)
+first appeared in Plan 9 from Bell Labs. This implementation was written from
+scratch for 9front (May, 2016).