shithub: riscv

Download patch

ref: eef8f57b224be57f4fd84aae2ffac3e17b9f8918
parent: 5fc7cdbbccfe7205698ddf9f5a4a4ae8092128c2
author: spew <devnull@localhost>
date: Mon Jul 4 10:25:08 EDT 2016

add history for libregexp

--- a/sys/man/2/regexp
+++ b/sys/man/2/regexp
@@ -210,3 +210,7 @@
 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).