summaryrefslogtreecommitdiff
path: root/doc/rharchive.8
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-02-04 13:25:05 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-02-04 13:25:05 (GMT)
commit5f4fceff0f892bf19a8f6176b17ea1ad2569bdf0 (patch)
tree3ba0bdfe667ffbf157a016745f7ae1aef0bd5bf8 /doc/rharchive.8
parentbfca54665d2fa4e72997ab9816b35011d756694e (diff)
added new option --nocache which controls the usage of O_DIRECT
Diffstat (limited to 'doc/rharchive.8')
-rw-r--r--doc/rharchive.812
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/rharchive.8 b/doc/rharchive.8
index e54fc51..5e577df 100644
--- a/doc/rharchive.8
+++ b/doc/rharchive.8
@@ -2,12 +2,12 @@
.\" Title: rharchive
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 12/27/2013
+.\" Date: 02/04/2014
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "RHARCHIVE" "8" "12/27/2013" "\ \&" "\ \&"
+.TH "RHARCHIVE" "8" "02/04/2014" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -45,6 +45,7 @@ rharchive \- Radio Helsinki Archive Daemon
[ \fB\-d|\-\-output\-dir\fR <path> ]
[ \fB\-f|\-\-name\-format\fR <format> ]
[ \fB\-m|\-\-mode\fR <value> ]
+ [ \fB\-n|\-\-nocache\fR ]
[ \fB\-i|\-\-interval\fR <value> ]
[ \fB\-o|\-\-offset\fR <value> ]
[ \fB\-x|\-\-post\-process\fR <script> ]
@@ -152,6 +153,13 @@ a format string for the filenames\&. The actual name is generated using strftime
the octet string for the file permission bits\&.
.RE
.PP
+\fB\-n, \-\-nocache\fR
+.RS 4
+When this option is given
+\fBrharchive\fR
+will use the O_DIRECT flag when opening files\&.
+.RE
+.PP
\fB\-i, \-\-interval <value>\fR
.RS 4
the interval in ms between the boundary checks\&. The default is to check every 50ms\&.