summaryrefslogtreecommitdiff
path: root/etckeeper.8
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-24 22:46:37 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-24 22:46:37 -0500
commit18f5b9f572bdc54d66128036cad27680fc6f1923 (patch)
tree4db42a18dd7d79d3a7ecf725b9996b8db54a16a0 /etckeeper.8
parent0c04235d320c1ebe5e29867dfbcf48109e61d544 (diff)
mention darcs
Diffstat (limited to 'etckeeper.8')
-rw-r--r--etckeeper.88
1 files changed, 4 insertions, 4 deletions
diff --git a/etckeeper.8 b/etckeeper.8
index c76be55..aef85d0 100644
--- a/etckeeper.8
+++ b/etckeeper.8
@@ -1,19 +1,19 @@
.\" -*- nroff -*-
.TH ETCKEEPER 8 "" "" ""
.SH NAME
-etckeeper \- store /etc in git, mercurial, or bazaar
+etckeeper \- store /etc in git, mercurial, bazaar, or darcs
.SH SYNOPSIS
.B etckeeper command [-d directory]
.SH DESCRIPTION
-etckeeper manages /etc be stored in a git, mercurial, or bazaar
+etckeeper manages /etc be stored in a git, mercurial, bazaar, or darcs
repository. By default each of the commands operates on /etc, but a
different directory can be specified to operate on a clone of the /etc
repository located elsewhere.
.SH COMMANDS
.TP
.B init
-This initialises and sets up a git, mercurial, or bazaar repository
-(depending on the VCS setting in
+This initialises and sets up a git, mercurial, bazaar, or darcs
+repository (depending on the VCS setting in
/etc/etckeeper/etckeeper.conf). Typically this is run in /etc once
when starting to use etckeeper on a machine. It can also be used to
initialise a clone of the /etc repository located elsewhere.