about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-16 21:33:06 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-16 21:33:06 +0100
commit0738034d386fa4a0a01d8b3f295fdaa06e6006e4 (patch)
treec19cc701c98395de6072dec754c48ab47099090e
parenteedce1a242c3c18681a1446464ea9d8ff016e6a1 (diff)
doc(gophermap): rename spacecookie-gophermap(5) to spacecookie.gophermap(5)
-rw-r--r--CHANGELOG.md2
-rw-r--r--README.md2
-rw-r--r--docs/man/spacecookie.14
-rw-r--r--docs/man/spacecookie.gophermap.5 (renamed from docs/man/spacecookie-gophermap.5)4
-rw-r--r--docs/web.nix2
-rw-r--r--spacecookie.cabal2
6 files changed, 8 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40bea1c..15f0bdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -117,7 +117,7 @@ settings.
   ([rendered](https://sternenseemann.github.io/spacecookie/)) on the server daemon:
   * `spacecookie(1)`: daemon invocation and behavior
   * `spacecookie.json(5)`: daemon configuration
-  * `spacecookie-gophermap(5)`: gophermap format documentation
+  * `spacecookie.gophermap(5)`: gophermap format documentation
 * Fix the file not found error message erroneously stating that access of that
   file was not permitted.
 * Clarify error message when an URL: selector is sent to spacecookie.
diff --git a/README.md b/README.md
index f4710a7..75cdbda 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ Such a file looks like this:
 As you can see, it largely works like the actual gopher menu a server will
 send to clients, but allows to omit redundant information and to insert
 lines that are purely informational and not associated with a file.
-[spacecookie-gophermap(5)](https://sternenseemann.github.io/spacecookie/spacecookie-gophermap.5.html)
+[spacecookie.gophermap(5)](https://sternenseemann.github.io/spacecookie/spacecookie.gophermap.5.html)
 explains syntax and semantics in more detail.
 
 The format is compatible with the ones supported by
diff --git a/docs/man/spacecookie.1 b/docs/man/spacecookie.1
index dbfda25..29052fa 100644
--- a/docs/man/spacecookie.1
+++ b/docs/man/spacecookie.1
@@ -58,7 +58,7 @@ text file.
 The file format of the
 .Ql gophermap
 files and its use are explained in
-.Xr spacecookie-gophermap 5 .
+.Xr spacecookie.gophermap 5 .
 .Sh SYSTEMD INTEGRATION
 .Nm
 optionally supports two systemd-specific features:
@@ -127,7 +127,7 @@ source distribution in the
 directory.
 .Sh SEE ALSO
 .Xr spacecookie.json 5 ,
-.Xr spacecookie-gophermap 5 ,
+.Xr spacecookie.gophermap 5 ,
 .Xr systemd.service 5
 and
 .Xr systemd.socket 5 .
diff --git a/docs/man/spacecookie-gophermap.5 b/docs/man/spacecookie.gophermap.5
index f9b3c28..e168a4f 100644
--- a/docs/man/spacecookie-gophermap.5
+++ b/docs/man/spacecookie.gophermap.5
@@ -1,8 +1,8 @@
 .Dd $Mdocdate$
-.Dt SPACECOOKIE-GOPHERMAP 5
+.Dt SPACECOOKIE.GOPHERMAP 5
 .Os
 .Sh NAME
-.Nm spacecookie-gophermap
+.Nm spacecookie.gophermap
 .Nd gophermap file format supported by
 .Xr spacecookie 1
 .Sh DESCRIPTION
diff --git a/docs/web.nix b/docs/web.nix
index c091418..4acfe6d 100644
--- a/docs/web.nix
+++ b/docs/web.nix
@@ -30,7 +30,7 @@ depot.users.sterni.htmlman {
   pages = [
     { name = "spacecookie";           section = 1; }
     { name = "spacecookie.json";      section = 5; }
-    { name = "spacecookie-gophermap"; section = 5; }
+    { name = "spacecookie.gophermap"; section = 5; }
   ];
   linkXr = "inManDir";
 }
diff --git a/spacecookie.cabal b/spacecookie.cabal
index b5d79c7..6d84ca9 100644
--- a/spacecookie.cabal
+++ b/spacecookie.cabal
@@ -21,7 +21,7 @@ extra-source-files:  CHANGELOG.md
                      docs/rfc1436.txt
                      docs/man/spacecookie.1
                      docs/man/spacecookie.json.5
-                     docs/man/spacecookie-gophermap.5
+                     docs/man/spacecookie.gophermap.5
                      test/data/pygopherd.gophermap
                      test/data/bucktooth.gophermap
                      test/integration/root/.gophermap