summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/rharchive.812
-rw-r--r--doc/rharchive.8.txt4
2 files changed, 14 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\&.
diff --git a/doc/rharchive.8.txt b/doc/rharchive.8.txt
index ed63374..3c5d3f9 100644
--- a/doc/rharchive.8.txt
+++ b/doc/rharchive.8.txt
@@ -24,6 +24,7 @@ rharchive
[ -d|--output-dir <path> ]
[ -f|--name-format <format> ]
[ -m|--mode <value> ]
+ [ -n|--nocache ]
[ -i|--interval <value> ]
[ -o|--offset <value> ]
[ -x|--post-process <script> ]
@@ -99,6 +100,9 @@ The following options can be passed to the *rharchive* daemon:
*-m, --mode <value>*::
the octet string for the file permission bits.
+*-n, --nocache*::
+ When this option is given *rharchive* will use the O_DIRECT flag when opening files.
+
*-i, --interval <value>*::
the interval in ms between the boundary checks. The default is to check every 50ms.