From: Arvin Schnell Date: Tue, 4 Sep 2012 12:18:44 +0000 (+0200) Subject: - improved man-pages X-Git-Tag: v0.1.3~116 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=422cb1f2eee967992660b106ca1e06a5dbe08a76;p=thirdparty%2Fsnapper.git - improved man-pages --- diff --git a/doc/snapper.8.in b/doc/snapper.8.in index 01620505..f8e2e7b3 100644 --- a/doc/snapper.8.in +++ b/doc/snapper.8.in @@ -1,4 +1,4 @@ -.TH "SNAPPER" "8" "2012-07-24" "@VERSION@" "Filesystem Snapshot Management" +.TH "SNAPPER" "8" "2012-09-04" "@VERSION@" "Filesystem Snapshot Management" .SH "NAME" .LP snapper - Command\-line program for filesystem snapshot management @@ -8,7 +8,7 @@ snapper - Command\-line program for filesystem snapshot management snapper [\fI\-\-global\-opts\fR] <\fBcommand\fR> [\fI\-\-command\-opts\fR] [\fBcommand-arguments\fR] -snapper \fBhelp\fR +snapper --help .SH "DESCRIPTION" .LP @@ -16,8 +16,10 @@ Snapper is a command\-line program for filesystem snapshot management. It can create, delete and compare snapshots and undo changes done between snapshots. .LP Snapper never modifies the content of snapshots. Thus snapper creates -read-only snapshots. Supported filesystems are btrfs and ext4 as well as -snapshots of LVM logical volumes with thin-provisioning. +read-only snapshots if supported by the kernel. Supported filesystems are +btrfs and ext4 as well as snapshots of LVM logical volumes with +thin-provisioning. Some filesystems might not be supported depending on your +installation. .SH CONCEPTS diff --git a/doc/snapperd.8.in b/doc/snapperd.8.in index e69de29b..4057a265 100644 --- a/doc/snapperd.8.in +++ b/doc/snapperd.8.in @@ -0,0 +1,24 @@ +.TH "SNAPPERD" "8" "2012-09-04" "@VERSION@" "Filesystem Snapshot Management" +.SH "NAME" +.LP +snapperd - DBus daemon for snapper + +.SH "SYNTAX" +.LP +snapperd + +.SH "DESCRIPTION" +.LP +Snapperd is a DBus daemon for snapper and not for direct use by the user. + +.SH "HOMEPAGE" +.LP +http://en.opensuse.org/Portal:Snapper + +.SH "AUTHORS" +.LP +Arvin Schnell + +.SH "SEE ALSO" +.LP +snapper(8)