summaryrefslogtreecommitdiffstats
path: root/doc/gmnisrv.scd
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-09-26 16:43:34 -0400
committerDrew DeVault <sir@cmpwn.com>2020-09-26 16:45:06 -0400
commit0933880b2ba2990bc6a9ed14a4a44cfbfcc2154e (patch)
treed599005173e2f7b5884aad6c1fe16d66d2a96a1e /doc/gmnisrv.scd
parentfc036335eb8d32ad991874aac364752b68a43a24 (diff)
downloadgmnisrv-0933880b2ba2990bc6a9ed14a4a44cfbfcc2154e.tar.gz
gmnisrv-0933880b2ba2990bc6a9ed14a4a44cfbfcc2154e.tar.xz
gmnisrv-0933880b2ba2990bc6a9ed14a4a44cfbfcc2154e.zip
Documentation
Diffstat (limited to 'doc/gmnisrv.scd')
-rw-r--r--doc/gmnisrv.scd25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/gmnisrv.scd b/doc/gmnisrv.scd
new file mode 100644
index 0000000..80de229
--- /dev/null
+++ b/doc/gmnisrv.scd
@@ -0,0 +1,25 @@
+gmnisrv(1)
+
+# NAME
+
+gmnisrv - serve clients over the gemini protocol
+
+# SYNPOSIS
+
+*gmnisrv* [-C _path_]
+
+# DESCRIPTION
+
+*gmnisrv* is a daemon which serves network clients over the gemini protocol. It
+requires a config file; by default this shall be read from /etc/gmnisrv.ini
+unless the installation was configured with a different SYSCONFDIR or the user
+provides the -C flag.
+
+# OPTIONS
+
+*-C* _path_
+ Specifies an alternate path to read the config file from.
+
+# SEE ALSO
+
+*gmnisrv.ini*(5)