commit 9c4d3b1f61409b8220a2eaa2ba5989965fdc1b2b (patch)
parent f9acd865af9fc42d7586760adbbce658e95c9b43
Author: Alex Karle <alex@alexkarle.com>
Date: Wed, 29 Dec 2021 11:45:09 -0500
Remove old blag name references
Somehow these slipped through the rename...
Diffstat:
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/nihdoc.1 b/nihdoc.1
@@ -2,10 +2,10 @@
.Dt BLAG 1
.Os
.Sh NAME
-.Nm blag
+.Nm nihdoc
.Nd convert plaintext to HTML
.Sh SYNOPSIS
-.Nm blag
+.Nm nihdoc
<
.Ar in.txt
>
diff --git a/nihdoc.c b/nihdoc.c
@@ -1,6 +1,8 @@
/*
- * blag.c -- generate the blog!
- * ~akarle, MIT License
+ * nihdoc.c -- Not Invented Here Doc
+ * - - - ---
+ *
+ * ~akarle, MIT License
*
* "because markdown isn't in base!"
*/