summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-07-04 22:24:05 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-07-04 22:24:05 +0200
commit8a0eec92d49d925efaab841a9de3904765a32677 (patch)
tree1c9d1d330dc73f1699d30d55943ac46b84135eed /docs
parentb7ac4cf9fccc9f40fd5324c15c948cf2fcb9f368 (diff)
some stuff
Diffstat (limited to 'docs')
-rw-r--r--docs/muttdelay.14
-rw-r--r--docs/muttdelay.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/muttdelay.1 b/docs/muttdelay.1
index 769402e..60305d5 100644
--- a/docs/muttdelay.1
+++ b/docs/muttdelay.1
@@ -123,8 +123,8 @@
.rm #[ #] #H #V #F C
.\" ========================================================================
.\"
-.IX Title "TEMPLATE 1"
-.TH TEMPLATE 1 "2014-04-10" "muttdelay 0.0.0" "User Commands"
+.IX Title "MUTTDELAY 1"
+.TH MUTTDELAY 1 "2014-07-04" "muttdelay 0.0.0" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
diff --git a/docs/muttdelay.txt b/docs/muttdelay.txt
index 2ce9cb3..08f2279 100644
--- a/docs/muttdelay.txt
+++ b/docs/muttdelay.txt
@@ -95,8 +95,8 @@ Customize
find . -name \*muttdelay\* |
while read muttdelay; do git mv $muttdelay ${muttdelay/muttdelay/$PROJECTNAME}; done
- Search all content and rename *muttdelay* into your own new package name.
- You can do that with:
+ Search all content and rename *muttdelay* into your own new package
+ name. You can do that with:
grep -R muttdelay . | grep -v .git |
cut -d: -f1 | uniq | xargs sed -i "s/muttdelay/$PROJECTNAME/g"