commit af5f9b271e852c641ff6c1d226e42d98f4182f25 from: Omar Polo date: Wed Jul 21 07:56:41 2021 UTC use \e instead of \\ as a mean to escape \ Just read in a mail from Ingo to tech@ > Using \\ outside macro definitions (i.e., outside the bodies of roff(7) > .de and similar requests) is almost always wrong even in low-level roff > code, and \\ must never be used in manual pages. commit - 3e0164f4c31a96455a71e87c071ffedffca9dfa5 commit + af5f9b271e852c641ff6c1d226e42d98f4182f25 blob - 9ab254b0e186ca2c7b02084984f611a8e684d1c1 blob + 71bf2922f6e6d2a5fa3f34aa9ffa0414fddde3e7 --- gmid.1 +++ gmid.1 @@ -612,7 +612,7 @@ and enable CGI scripts inside $ mkdir docs/cgi $ cat < docs/cgi/hello #!/bin/sh -printf "20 text/plain\\r\\n" +printf "20 text/plain\er\en" echo "hello world" EOF $ chmod +x docs/cgi/hello