commit - 9ac925e0c64b99fc2a90aedd609165e34399f4ac
commit + 661ead274d263e993cd187aacfccda33d0cf8419
blob - 9fa9da2f52a64f4adec86019d5f5a9d8b35cb2af
blob + cb7d93f3202d086416078b5275bce08a29a9b2c4
--- README
+++ README
$ man -l gotwebd/gotwebd.8
$ man -l gotwebd/gotwebd.conf.5
+The gotwebd test suite must be started as root in order to start and stop
+the gotwebd daemon. With the gotwebd binary installed, the test suite can
+be run from the top-level directory:
+$ doas make webd-regress
+
+The test suite switches to non-root users as appropriate.
+
+
Got can be built with profiling enabled to debug performance issues.
Note that profiled builds cannot make use of pledge(2).
Profiling should only be enabled for one program at a time. Otherwise,