summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-11-26 19:54:13 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-11-26 19:54:13 +0000
commit0aba7e883febd4a1eb4d3f54a32041eccd254290 (patch)
treefd2da57323bfc247d979d16750f38c5676f0a65f
parentf8e12b2bd2dcaa23ee142da8052f6f788df55c60 (diff)
downloadmandoc-0aba7e883febd4a1eb4d3f54a32041eccd254290.tar.gz
Rename manup(8) to catman(8), which Linux already uses for a similar tool.
-rw-r--r--catman.8 (renamed from manup.8)6
-rw-r--r--catman.c (renamed from manup.c)0
2 files changed, 3 insertions, 3 deletions
diff --git a/manup.8 b/catman.8
index 83d12ca7..1be5659e 100644
--- a/manup.8
+++ b/catman.8
@@ -15,13 +15,13 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate$
-.Dt MANUP 8
+.Dt CATMAN 8
.Os
.Sh NAME
-.Nm manup
+.Nm catman
.Nd update a man.cgi manpage cache
.Sh SYNOPSIS
-.Nm manup
+.Nm catman
.Op Fl fv
.Op Fl M Ar manpath
.Op Fl m Ar manpath
diff --git a/manup.c b/catman.c
index fa3c2774..fa3c2774 100644
--- a/manup.c
+++ b/catman.c