Commit Diff


commit - dafaf46734fc3b455ba90d83b234df10d55626ea
commit + b7a9906151ef2c0cba6f87707a6f011d8688fe15
blob - c2c7f1a4d44487c8625184032f7097cabe24f29a
blob + d14dee120f55d5e65bf264d1ecbb55c83615a74d
--- gmid.1
+++ 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"