Commit 104bca0b authored by bescoto's avatar bescoto

Daniel Baumann's man page patch escapes dashes (- to \-)


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@737 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent d1cdbf83
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
rdiff-backup-statistics \- summarize rdiff-backup statistics files rdiff-backup-statistics \- summarize rdiff-backup statistics files
.SH SYNOPSIS .SH SYNOPSIS
.B rdiff-backup-statistics .B rdiff-backup-statistics
.BI [--begin-time " time" ] .BI [\-\-begin-time " time" ]
.BI [--end-time " time" ] .BI [\-\-end-time " time" ]
.BI [--minimum-ratio " ratio" ] .BI [\-\-minimum-ratio " ratio" ]
.B [--null-separator] .B [\-\-null-separator]
.I repository .I repository
.SH DESCRIPTION .SH DESCRIPTION
...@@ -39,29 +39,29 @@ boring. ...@@ -39,29 +39,29 @@ boring.
.SH OPTIONS .SH OPTIONS
.TP .TP
.BI --begin-time " time" .BI \-\-begin-time " time"
Do not read statistics files older than Do not read statistics files older than
.IR time . .IR time .
By default, all statistics files will be read. By default, all statistics files will be read.
.I time .I time
should be in the same format taken by --restore-as-of. (See should be in the same format taken by \-\-restore-as-of. (See
.B TIME FORMATS .B TIME FORMATS
in the rdiff-backup man page for details.) in the rdiff-backup man page for details.)
.TP .TP
.BI --end-time " time" .BI \-\-end-time " time"
Like Like
.B --begin-time .B \-\-begin-time
but exclude statistics files later than but exclude statistics files later than
.IR time . .IR time .
.TP .TP
.BI --minimum-ratio " ratio" .BI \-\-minimum-ratio " ratio"
Print all directories contributing more than the given ratio to the Print all directories contributing more than the given ratio to the
total. The default value is .05, or 5 percent. total. The default value is .05, or 5 percent.
.TP .TP
.B --null-separator .B \-\-null-separator
Specify that the lines of the file_statistics file are separated by Specify that the lines of the file_statistics file are separated by
nulls (\\0). The default is to assume that newlines separate. Use nulls (\\0). The default is to assume that newlines separate. Use
this switch if rdiff-backup was run with the --null-separator when this switch if rdiff-backup was run with the \-\-null-separator when
making the given repository. making the given repository.
.SH BUGS .SH BUGS
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment