summaryrefslogtreecommitdiff
path: root/etckeeper.1
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-05 19:25:06 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-05 19:25:06 -0500
commit744dc994850d1b855c9568239af30dad3ff45ae6 (patch)
treee9d0e9c27c3cde7f40a9da3e82048a67f6015d57 /etckeeper.1
parentd408e20cb55c1bb7610757770d5586d2bc2f310b (diff)
update
Diffstat (limited to 'etckeeper.1')
-rw-r--r--etckeeper.110
1 files changed, 5 insertions, 5 deletions
diff --git a/etckeeper.1 b/etckeeper.1
index 88541c4..8836e4b 100644
--- a/etckeeper.1
+++ b/etckeeper.1
@@ -11,9 +11,9 @@ repository. Please see its README for more detailed information.
.TP
.B init
This is the only command you typically need to run by hand. It initialises
-a git repository for the current directory. 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.
+and sets up a git repository for the current directory. 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.
.TP
.B pre-commit
This is called as a git pre-commit hook. It should be passed the name
@@ -26,7 +26,7 @@ any uncommitted changes in /etc before the apt run.
.TP
.B post-apt
This is called by apt's DPkg::Post-Invoke hook. It commits changes made by
-packages to the repository. (You can also call this by hand after running
-dpkg by hand.)
+packages to files in /etc into the repository. (You can also call this by
+hand after running dpkg by hand.)
.SH AUTHOR
Joey Hess, <joey@kitenet.net>.