summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-06-07 15:53:26 +0200
committerGravatar Mike Burns <mike@mike-burns.com>2013-06-07 15:53:26 +0200
commitaefd4b8fff6ea9dd1e533217b37a7113b185b615 (patch)
treea233829492517afba90b84d2eefcf6038fb0fd0c
parent01c32be695add4cc543242278c8e9839f419ef50 (diff)
Add a manpage for mkrc(1)
Document mkrc(1), with its options, a description, and author.
-rw-r--r--Makefile1
-rw-r--r--man/man1/mkrc.139
2 files changed, 40 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 56373fd..db53829 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,6 @@ install:
install -m 0755 bin/mkrc $(PREFIX)/bin
install -m 0755 bin/rcup $(PREFIX)/bin
install -m 0644 man/man1/rcup.1 $(PREFIX)/share/man/man1
+ install -m 0644 man/man1/mkrc.1 $(PREFIX)/share/man/man1
.PHONY: install
diff --git a/man/man1/mkrc.1 b/man/man1/mkrc.1
new file mode 100644
index 0000000..37a25b9
--- /dev/null
+++ b/man/man1/mkrc.1
@@ -0,0 +1,39 @@
+.TH mkrc "1" "June 2013" "rcm"
+
+.SH NAME
+mkrc \- bless files into a dotfile
+
+.SH SYNOPSIS
+.B mkrc [-v] [-q] [-t \fItag\fR] \fIfiles...\fR
+
+.SH DESCRIPTION
+
+This program adds files to your dotfiles directory then installs it
+back into your home directory. It can install files under a tag.
+
+It supports these options:
+
+.TP
+\fB-v\fR
+increase verbosity. This can be repeated for extra verbosity.
+
+.TP
+\fB-q\fR
+decrease verbosity
+
+.TP
+\fB-t\fR \fITAG\fR
+install dotfiles according to tag
+
+.SH AUTHOR
+
+Written by Mike Burns.
+
+.SH FILES
+
+.I ~/.dotfiles
+.I ~/.rcrc
+
+.SH SEE ALSO
+
+\&\fIrcrc\fR\|(5), \fIrcup\fR\|(1)