aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2013-01-22 22:44:31 +0100
committerJacob Appelbaum <jacob@appelbaum.net>2013-01-22 22:46:59 +0100
commit1001aca04e8f5022d545d1f2820d621c2f13c80e (patch)
tree1b8cc9b532b6df6ce90c6195366584c4d89a14d4 /man
parent16928d7e10c97b5d6f293dc1e96614f94e553c38 (diff)
downloadtlsdate-1001aca04e8f5022d545d1f2820d621c2f13c80e.tar.gz
Add tlsdate-dbus-announce(1) manpage
Diffstat (limited to 'man')
-rw-r--r--man/tlsdate-dbus-announce.122
-rw-r--r--man/tlsdate-helper.11
-rw-r--r--man/tlsdate-routeup.11
-rw-r--r--man/tlsdate.11
-rw-r--r--man/tlsdated.11
-rw-r--r--man/tlsdated.conf.528
6 files changed, 31 insertions, 23 deletions
diff --git a/man/tlsdate-dbus-announce.1 b/man/tlsdate-dbus-announce.1
index badbb1c..92f4947 100644
--- a/man/tlsdate-dbus-announce.1
+++ b/man/tlsdate-dbus-announce.1
@@ -1,20 +1,24 @@
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
-.TH TLSDATE 1 "JANUARY 2013" Linux "User Manuals"
+.TH TLSDATE-DBUS-ANNOUNCE 1 "JANUARY 2013" Linux "User Manuals"
.SH NAME
-tlsdate-dbus-announce \- tlsdate date change dbus announcer
+tlsdate-dbus-announce \- secure parasitic rdate replacement dbus announcer
.SH SYNOPSIS
.B tlsdate-dbus-announce
.SH DESCRIPTION
.B tlsdate-dbus-announce
-is a tool for announcing network time changes over DBus. It takes no arguments.
-It returns 0 if no errors are detected, 1 if there's a DBus error, and 2 if DBus
-support is not built in.
+is a tool for use with tlsdated. It is automatically launched by tlsdated to
+announce that the system time has changed.
.SH BUGS
-Probably.
+It's likely! Let us know by contacting jacob@appelbaum.net
+
+Note that
+.B tlsdate(1)
+is still in Alpha, and may not work as expected.
.SH AUTHOR
-Elly Fong-Jones <ellyjones at chromium dot org>
+Jacob Appelbaum <jacob at appelbaum dot net>
.SH "SEE ALSO"
-.B tlsdate(1),
-.B tlsdated(1)
+.B tlsdated(1),
+.B tlsdate-helper(1)
+.B tlsdate-routeup(1)
diff --git a/man/tlsdate-helper.1 b/man/tlsdate-helper.1
index f9cd951..8260434 100644
--- a/man/tlsdate-helper.1
+++ b/man/tlsdate-helper.1
@@ -37,3 +37,4 @@ Jacob Appelbaum <jacob at appelbaum dot net>
.B tlsdate(1),
.B tlsdated(1)
.B tlsdate-routeup(1)
+.B tlsdate-dbus-announce(1)
diff --git a/man/tlsdate-routeup.1 b/man/tlsdate-routeup.1
index c869899..1273a76 100644
--- a/man/tlsdate-routeup.1
+++ b/man/tlsdate-routeup.1
@@ -24,3 +24,4 @@ Jacob Appelbaum <jacob at appelbaum dot net>
.B tlsdate(1),
.B tlsdated(1)
.B tlsdate-helper(1)
+.B tlsdate-dbus-announce(1)
diff --git a/man/tlsdate.1 b/man/tlsdate.1
index cec512d..8ce9d18 100644
--- a/man/tlsdate.1
+++ b/man/tlsdate.1
@@ -87,3 +87,4 @@ Jacob Appelbaum <jacob at appelbaum dot net>
.B tlsdated(1),
.B tlsdate-helper(1)
.B tlsdate-routeup(1)
+.B tlsdate-dbus-announce(1)
diff --git a/man/tlsdated.1 b/man/tlsdated.1
index 958e99c..639230c 100644
--- a/man/tlsdated.1
+++ b/man/tlsdated.1
@@ -65,3 +65,4 @@ Jacob Appelbaum <jacob at appelbaum dot net>
.B tlsdate(1),
.B tlsdate-helper(1)
.B tlsdate-routeup(1)
+.B tlsdate-dbus-announce(1)
diff --git a/man/tlsdated.conf.5 b/man/tlsdated.conf.5
index 74cff70..13fb153 100644
--- a/man/tlsdated.conf.5
+++ b/man/tlsdated.conf.5
@@ -18,37 +18,37 @@ indicates that the option should be switched on, and all other values indicate
that the option should be switched off. \fINote that trailing whitespace is
preserved in values.\fR
.SH OPTIONS
-.IP base-path (string)
+.IP "base-path [string]"
Sets the path to tlsdated's cache directory.
-.IP dry-run (bool)
+.IP "dry-run [bool]"
If enabled, don't actually adjust the system time.
-.IP jitter (int)
+.IP "jitter [int]"
Add or subtract up to this many seconds from the steady-state interval when
checking. This helps prevent correlation between sequential checks and smooth
load on time hosts.
-.IP max-tries (int)
+.IP "max-tries [int]"
How many times to try running the tlsdate subprocess.
-.IP min-steady-state-interval (int)
+.IP "min-steady-state-interval [int]"
Do not check more than once this many seconds when in steady state.
-.IP should-load-disk (bool)
+.IP "should-load-disk [bool]"
If enabled, try loading the current timestamp out of the cache directory.
-.IP should-netlink (bool)
+.IP "should-netlink [bool]"
If enabled, use a netlink socket to get network events; otherwise, read network
events from stdin.
-.IP should-save-disk (bool)
+.IP "should-save-disk [bool]"
If enabled, save the current timestamp to the cache directory every so often and
at exit.
-.IP should-sync-hwclock (bool)
+.IP "should-sync-hwclock [bool]"
If enabled, set the hwclock to the fetched time.
-.IP steady-state-interval (int)
+.IP "steady-state-interval [int]"
Check at least once this many seconds when in steady state.
-.IP subprocess-tries (int)
+.IP "subprocess-tries [int]"
How many times to try waiting for the subprocess.
-.IP subprocess-wait-between-tries (int)
+.IP "subprocess-wait-between-tries [int]"
How many seconds to wait between each attempt to wait for the subprocess.
-.IP verbose (bool)
+.IP "verbose [bool]"
If enabled, tlsdated will be annoyingly verbose in syslog and on stdout.
-.IP wait-between-tries (int)
+.IP "wait-between-tries [int]"
How long to wait between runs of the subprocess.
.SH SOURCES
You can list one or more sources to fetch time from. The format of these is: