1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
From: Guilherme Puida Moreira <guilherme@puida.xyz>
Date: Sun, 22 Sep 2024 22:47:24 -0300
Subject: Fix manpages
Lexgrog fails to parse the manpages as they are currently written.
Origin: other
Forwarded: not-needed
---
docs/hare-build.1.scd | 4 ++--
docs/hare-cache.1.scd | 4 ++--
docs/hare-deps.1.scd | 4 ++--
docs/hare-module.5.scd | 2 +-
docs/hare-run.1.scd | 4 ++--
docs/hare-test.1.scd | 4 ++--
docs/hare.1.scd | 2 +-
docs/haredoc.1.scd | 2 +-
docs/haredoc.5.scd | 2 +-
9 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/docs/hare-build.1.scd b/docs/hare-build.1.scd
index 50c72a8..fa24378 100644
--- a/docs/hare-build.1.scd
+++ b/docs/hare-build.1.scd
@@ -1,8 +1,8 @@
-hare-build(1)
+HARE-BUILD(1)
# NAME
-hare build - compile a Hare program or module
+hare-build - compile a Hare program or module
# SYNOPSIS
diff --git a/docs/hare-cache.1.scd b/docs/hare-cache.1.scd
index 13217a2..56835f9 100644
--- a/docs/hare-cache.1.scd
+++ b/docs/hare-cache.1.scd
@@ -1,8 +1,8 @@
-hare-cache(1)
+HARE-CACHE(1)
# NAME
-hare cache - inspect and manage the build cache
+hare-cache - inspect and manage the build cache
# SYNOPSIS
diff --git a/docs/hare-deps.1.scd b/docs/hare-deps.1.scd
index 4d9c21e..7044fcf 100644
--- a/docs/hare-deps.1.scd
+++ b/docs/hare-deps.1.scd
@@ -1,8 +1,8 @@
-hare-deps(1)
+HARE-DEPS(1)
# NAME
-hare deps - display the dependency tree of a Hare program or module
+hare-deps - display the dependency tree of a Hare program or module
# SYNOPSIS
diff --git a/docs/hare-module.5.scd b/docs/hare-module.5.scd
index 705f0b9..be68c00 100644
--- a/docs/hare-module.5.scd
+++ b/docs/hare-module.5.scd
@@ -1,4 +1,4 @@
-hare-module(5)
+HARE-MODULE(5)
# NAME
diff --git a/docs/hare-run.1.scd b/docs/hare-run.1.scd
index d0a3794..d9db5a7 100644
--- a/docs/hare-run.1.scd
+++ b/docs/hare-run.1.scd
@@ -1,8 +1,8 @@
-hare-run(1)
+HARE-RUN(1)
# NAME
-hare run - compile and run a Hare program or module
+hare-run - compile and run a Hare program or module
# SYNOPSIS
diff --git a/docs/hare-test.1.scd b/docs/hare-test.1.scd
index 9e3103a..ed8f7ec 100644
--- a/docs/hare-test.1.scd
+++ b/docs/hare-test.1.scd
@@ -1,8 +1,8 @@
-hare-test(1)
+HARE-TEST(1)
# NAME
-hare test - compile and run tests for Hare code
+hare-test - compile and run tests for Hare code
# SYNOPSIS
diff --git a/docs/hare.1.scd b/docs/hare.1.scd
index 335e5f7..a92ef48 100644
--- a/docs/hare.1.scd
+++ b/docs/hare.1.scd
@@ -1,4 +1,4 @@
-hare(1)
+HARE(1)
# NAME
diff --git a/docs/haredoc.1.scd b/docs/haredoc.1.scd
index 4761641..a00b193 100644
--- a/docs/haredoc.1.scd
+++ b/docs/haredoc.1.scd
@@ -1,4 +1,4 @@
-haredoc(1)
+HAREDOC(1)
# NAME
diff --git a/docs/haredoc.5.scd b/docs/haredoc.5.scd
index ce459f6..2c96cf6 100644
--- a/docs/haredoc.5.scd
+++ b/docs/haredoc.5.scd
@@ -1,4 +1,4 @@
-haredoc(5)
+HAREDOC(5)
# NAME
|