From aefd4b8fff6ea9dd1e533217b37a7113b185b615 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Fri, 7 Jun 2013 15:53:26 +0200 Subject: Add a manpage for mkrc(1) Document mkrc(1), with its options, a description, and author. --- Makefile | 1 + man/man1/mkrc.1 | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 man/man1/mkrc.1 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) -- cgit v1.2.3