diff options
author | Omar Polo <op@omarpolo.com> | 2021-03-20 11:46:12 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-03-20 11:46:12 +0000 |
commit | b890467e60fcd960c6b77ea8aa4290bd7b62b8e1 (patch) | |
tree | 992b23b82f8c8bc7f4d216cecf83e2b0f27e5057 | |
parent | 94be0bf03bf16b3423eec28500495569f0821c01 (diff) |
typo
-rw-r--r-- | gmid.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -424,7 +424,7 @@ printf "20 text/plain\\r\\n" echo "hello world" EOF $ chmod +x docs/cgi/hello -$ gmid -x cgi docs +$ gmid -x '/cgi/*' docs .Ed .Pp The following is an example of a possible configuration for a site |