From 726a1068f70ad8bc16c7fdb2150c65ada575a971 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 22 Dec 2008 16:16:40 -0500 Subject: Mention README file from man page. --- README | 1 + debian/changelog | 1 + etckeeper.8 | 2 ++ 3 files changed, 4 insertions(+) diff --git a/README b/README index 2455962..c6e7e04 100644 --- a/README +++ b/README @@ -84,6 +84,7 @@ the right files, and none of the wrong files. And you can edit the `.gitignore` and so forth. Once you're ready, it's time to commit: cd /etc + git status git commit -m "initial checkin" git gc # pack git repo to save a lot of space diff --git a/debian/changelog b/debian/changelog index e130896..7ab8d71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ etckeeper (0.22) UNRELEASED; urgency=low * Move etckeeper to sbin, and man page to section 8, since only an admin can really use etckeeper. + * Mention README file from man page. -- Joey Hess Mon, 22 Dec 2008 16:11:38 -0500 diff --git a/etckeeper.8 b/etckeeper.8 index bbd340a..33f511f 100644 --- a/etckeeper.8 +++ b/etckeeper.8 @@ -44,5 +44,7 @@ This returns true if the directory contains uncommitted changes. /etc/etckeeper also contains directories containing the programs that are run for each of the above commands. +.SH SEE ALSO +/usr/share/doc/etckeeper/README.gz .SH AUTHOR Joey Hess, . -- cgit v1.2.3