summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorspew <devnull@localhost>2016-07-04 14:25:08 -0500
committerspew <devnull@localhost>2016-07-04 14:25:08 -0500
commiteef8f57b224be57f4fd84aae2ffac3e17b9f8918 (patch)
treef8cc35820b0c438a9634201cf3a29153a9e37ef9 /sys/man/2
parent5fc7cdbbccfe7205698ddf9f5a4a4ae8092128c2 (diff)
add history for libregexp
Diffstat (limited to 'sys/man/2')
-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).