diff options
author | spew <devnull@localhost> | 2016-07-04 14:25:08 -0500 |
---|---|---|
committer | spew <devnull@localhost> | 2016-07-04 14:25:08 -0500 |
commit | eef8f57b224be57f4fd84aae2ffac3e17b9f8918 (patch) | |
tree | f8cc35820b0c438a9634201cf3a29153a9e37ef9 | |
parent | 5fc7cdbbccfe7205698ddf9f5a4a4ae8092128c2 (diff) |
add history for libregexp
-rw-r--r-- | sys/man/2/regexp | 4 |
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). |