summaryrefslogtreecommitdiff
path: root/man/mkrc.1
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-07-28 15:42:55 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2013-07-28 16:55:17 -0400
commitc44ac8476d92058779b608ac9592a208247d2de3 (patch)
tree14fa157cdb43cb41aae071752de2600851f6bc4c /man/mkrc.1
parent6324506f529651c80b3cf35465ed4605cfd86817 (diff)
Re-write the manpages in mdoc
Convert all the manpages to mdoc. This gives us access to the mdoc suite of tools, which includes HTML conversion, plus mdoc is a more expressable and natural format in general.
Diffstat (limited to 'man/mkrc.1')
-rw-r--r--man/mkrc.170
1 files changed, 34 insertions, 36 deletions
diff --git a/man/mkrc.1 b/man/mkrc.1
index b8b555f..2d8bbdb 100644
--- a/man/mkrc.1
+++ b/man/mkrc.1
@@ -1,45 +1,43 @@
-.TH mkrc "1" "June 2013" "rcm"
-
-.SH NAME
-mkrc \- bless files into a dotfile
-
-.SH SYNOPSIS
-.B mkrc [-v] [-q] [-t \fItag\fR] [-d \fIdir\fR] \fIfiles...\fR
-
-.SH DESCRIPTION
-
+.Dd July 28, 2013
+.Dt MKRC 1
+.Os
+.Sh NAME
+.Nm mkrc
+.Nd bless files into a dotfile
+.Sh SYNOPSIS
+.Nm mkrc
+.Op Fl vq
+.Op Fl t Ar tag
+.Op Fl d Ar dir
+.Ar files ...
+.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 or
different source directory.
-
+.
It supports these options:
-
-.TP
-\fB-v\fR
+.
+.Bl -tag
+.It Fl v
increase verbosity. This can be repeated for extra verbosity.
-
-.TP
-\fB-q\fR
+.It Fl q
decrease verbosity
-
-.TP
-\fB-t\fR \fITAG\fR
+.It Fl t Ar TAG
install dotfiles according to tag
-
-.TP
-\fB-d\fR \fIDIR\fR
+.It Fl d Ar DIR
install dotfiles under the specified directory. This can be specified
multiple times.
-
-.SH AUTHOR
-
-Written by Mike Burns.
-
-.SH FILES
-
-.I ~/.dotfiles
-.I ~/.rcrc
-
-.SH SEE ALSO
-
-\&\fIrcrc\fR\|(5), \fIrcup\fR\|(1), \fIlsrc\fR\|(1)
+.El
+.Sh FILES
+.Pa ~/.dotfiles
+.Pa ~/.rcrc
+.Sh EXAMPLES
+.Dl mkrc ~/.vimrc
+.Dl mkrc -t zsh -d company-dotfiles ~/.zshrc ~/.zlogin
+.Sh SEE ALSO
+.Xr lsrc 1 ,
+.Xr rcup 1 ,
+.Xr rcrc 5 ,
+.Xr rcm 7
+.Sh AUTHORS
+.An "Mike Burns" Aq mike@mike-burns.com