summaryrefslogtreecommitdiffabout
path: root/doc
authorMichael Krelin <hacker@klever.net>2011-03-20 13:04:26 (UTC)
committer Michael Krelin <hacker@klever.net>2011-03-20 13:04:26 (UTC)
commitf9b17f10f8f43da6998bbd1fb13d3a48c35ec653 (patch) (unidiff)
tree6f3ccc59d1f60b53842640364cd91161aa76a492 /doc
parente871cdac04a40d80df58f619f4b30e33c83898dd (diff)
downloadiii-f9b17f10f8f43da6998bbd1fb13d3a48c35ec653.zip
iii-f9b17f10f8f43da6998bbd1fb13d3a48c35ec653.tar.gz
iii-f9b17f10f8f43da6998bbd1fb13d3a48c35ec653.tar.bz2
manpage typo fix0.2
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'doc') (more/less context) (ignore whitespace changes)
-rw-r--r--doc/iiid.8.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/iiid.8.in b/doc/iiid.8.in
index 30476f7..a8768cc 100644
--- a/doc/iiid.8.in
+++ b/doc/iiid.8.in
@@ -30,33 +30,33 @@ perhaps for debugging purpose or if you want to proxy connections.
30\fB-h\fR, \fB--help\fR, \fB--usage\fR 30\fB-h\fR, \fB--help\fR, \fB--usage\fR
31Display short usage instructions and exit. 31Display short usage instructions and exit.
32.TP 32.TP
33\fB-V\fR, \fB--version\fR 33\fB-V\fR, \fB--version\fR
34Report version and exit. 34Report version and exit.
35.TP 35.TP
36\fB-L\fR, \fB--license\fR 36\fB-L\fR, \fB--license\fR
37Show licensing terms. 37Show licensing terms.
38 38
39.SH EXIT STATUS 39.SH EXIT STATUS
40 40
41The daemon isn't supposed to exit at this point, but, like most executables, it returns zero in case of success, non-zero otherwise. 41The daemon isn't supposed to exit at this point, but, like most executables, it returns zero in case of success, non-zero otherwise.
42 42
43.SH FILES 43.SH FILES
44 44
45.TP 45.TP
46@sysconfdir@/iii/\fBXXXXXXXXXXXX.conf/fR 46@sysconfdir@/iii/\fBXXXXXXXXXXXX.conf\fR
47Upon successfull connection, the daemon reads the configuration from this file, 47Upon successfull connection, the daemon reads the configuration from this file,
48where XXXXXXXXXXXX is the macaddress of your eyefi card. You can lookup the mac 48where XXXXXXXXXXXX is the macaddress of your eyefi card. You can lookup the mac
49address of your card in your Mac/Windows Settings.xml file. Be sure to remove 49address of your card in your Mac/Windows Settings.xml file. Be sure to remove
50dashes from it. 50dashes from it.
51 51
52.SH CONFIGURATION OPTIONS 52.SH CONFIGURATION OPTIONS
53 53
54.TP 54.TP
55\fBtargetdir\fR = "\fI/var/lib/iii/%s/\fR" 55\fBtargetdir\fR = "\fI/var/lib/iii/%s/\fR"
56Sets the target directory for uploaded files. If the \fI%s\fR placeholder is 56Sets the target directory for uploaded files. If the \fI%s\fR placeholder is
57present in the string, it is replaced with card mac address. 57present in the string, it is replaced with card mac address.
58.TP 58.TP
59\fBuploadkey\fR = "\fIxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\fR" 59\fBuploadkey\fR = "\fIxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\fR"
60The upload key as seen in Mac/Windows Settings.xml file. 60The upload key as seen in Mac/Windows Settings.xml file.
61.TP 61.TP
62\fBon-start-session\fR = "\fIlogger iii-StartSession ${EYEFI_MACADDRESS} ${EYEFI_TRANSFER_MODE} ${EYEFI_TRANSFERMODETIMESTAMP}\fR" 62\fBon-start-session\fR = "\fIlogger iii-StartSession ${EYEFI_MACADDRESS} ${EYEFI_TRANSFER_MODE} ${EYEFI_TRANSFERMODETIMESTAMP}\fR"