documentation: cosmetics (no more long lines)

pull/88/head
Axel Burri 2016-05-03 15:30:06 +02:00
parent 5cd03a8fbf
commit cb6dcbe58e
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
.TH "btrbk" "1" "2016-04-23" "btrbk v0.23.0" "" .TH "btrbk" "1" "2016-05-03" "btrbk v0.23.1-dev" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)
@ -23,10 +23,10 @@ backups from one source to multiple destinations.
Snapshots as well as backup subvolume names are created in form: Snapshots as well as backup subvolume names are created in form:
.PP .PP
.RS 4 .RS 4
<snapshot_name>.<timestamp>[_N] <snapshot-name>.<timestamp>[_N]
.RE .RE
.PP .PP
Where <snapshot_name> is identical to the source subvolume name, Where <snapshot-name> is identical to the source subvolume name,
unless the configuration option \fIsnapshot_name\fR is set. The unless the configuration option \fIsnapshot_name\fR is set. The
<timestamp> is either "YYYYMMDD" or "YYYYMMDDThhmm" (dependent of the <timestamp> is either "YYYYMMDD" or "YYYYMMDDThhmm" (dependent of the
\fItimestamp_format\fR configuration option), where "YYYY" is the \fItimestamp_format\fR configuration option), where "YYYY" is the

View File

@ -1,4 +1,4 @@
.TH "btrbk.conf" "5" "2016-04-28" "btrbk v0.23.1-dev" "" .TH "btrbk.conf" "5" "2016-05-03" "btrbk v0.23.1-dev" ""
.\" disable hyphenation .\" disable hyphenation
.nh .nh
.\" disable justification (adjust text to left margin only) .\" disable justification (adjust text to left margin only)
@ -354,10 +354,10 @@ gpg_recipient <name>
.RE .RE
.PD .PD
.PP .PP
Target file name syntax: Raw targets get an extra file suffix in the format:
.PP
.RS 4 .RS 4
<snapshot-name>--<received_uuid>[@<parent_uuid>].btrfs[.gz|.bz2|.xz][.gpg] .PP
<received_uuid>[@<parent_uuid>].btrfs[.gz|.bz2|.xz][.gpg]
.RE .RE
.PP .PP
The <parent_uuid> is only set on \fIincremental\fR backups, and points The <parent_uuid> is only set on \fIincremental\fR backups, and points