aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-04-15 20:14:18 +0000
committerOmar Polo <op@omarpolo.com>2021-04-15 20:14:18 +0000
commitb7a9906151ef2c0cba6f87707a6f011d8688fe15 (patch)
tree20705e3a1405cb0ade78950563268f4ea1078ef4
parentdafaf46734fc3b455ba90d83b234df10d55626ea (diff)
typo
-rw-r--r--gmid.12
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.1 b/gmid.1
index c2c7f1a..d14dee1 100644
--- a/gmid.1
+++ b/gmid.1
@@ -424,7 +424,7 @@ and enable CGI scripts inside
you can
.Bd -literal -offset indent
$ mkdir docs/cgi
-$ cat <<EOF > cgi/hello
+$ cat <<EOF > docs/cgi/hello
#!/bin/sh
printf "20 text/plain\\r\\n"
echo "hello world"