diff options
author | Omar Polo <op@omarpolo.com> | 2020-10-02 19:44:32 +0200 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2020-10-02 19:44:32 +0200 |
commit | 6980aad6d79d45097066eed392cd0ede9297593d (patch) | |
tree | 0ca2cb1357823aa2a5ccb5ca430500c67f4b1776 /README.md | |
parent | 3e4749f7f9b6c37c1870ed3c0561083de17f2197 (diff) |
fix errors in manpage
man -Tlint -l gmid.1
helped a lot
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -27,10 +27,11 @@ in the requests made by clients, so it's impossible to serve content outside the *docs* directory by mistake. -Furthermore, on OpenBSD, -pledge(3) +Furthermore, on +OpenBSD, +pledge(2) and -unveil(3) +unveil(2) are used to ensure that **gmid** dosen't do anything else than read files from the given directory and @@ -78,7 +79,7 @@ To quickly getting started EOF $ gmid -c cert.pem -k key.pem -d docs - now you can visit gemini://localhost/ with your preferred gemini client. +now you can visit gemini://localhost/ with your preferred gemini client. # CAVEATS |