Skip to content

Commit

Permalink
DOC: Update for chyves global props for Github checker
Browse files Browse the repository at this point in the history
  • Loading branch information
EpiJunkie committed Aug 22, 2016
1 parent 867103a commit 53527c2
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 0 deletions.
45 changes: 45 additions & 0 deletions man/chyves.8
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,51 @@ A tap can be moved to another bridge by first removing the tap from the original
\fBchyves network bridge{n} join tap{n}\fR
.
.IP "\(bu" 4
\fBcheck_for_updates\fR={daily|weekly|monthly|always}
.
.IP
\fBUser managed and settable\.\fR
.
.IP
This determines how often to check for updates for chyves on the GitHub repository\. The keyword \'always\' means to check every time chyves is ran\.
.
.IP "\(bu" 4
\fBcheck_for_updates_last_check\fR=YYYYMMDD
.
.IP
\fBManaged internally\.\fR
.
.IP
This contain the date of last check\.
.
.IP "\(bu" 4
\fBcheck_for_updates_last_check_status\fR={1|0}
.
.IP
\fBManaged internally\.\fR
.
.IP
When set to \'1\' an update is available\.
.
.IP "\(bu" 4
\fBcheck_for_updates_timeout_seconds\fR={n}
.
.IP
\fBUser managed and settable\.\fR
.
.IP
This number is used to set the network timeout for fetch(1) before giving up\.
.
.IP "\(bu" 4
\fBcheck_for_updates_unique_id\fR=UUID
.
.IP
\fBManaged internally\.\fR
.
.IP
This contains a UUID used for identification\. It is set when the primary pool was created\.
.
.IP "\(bu" 4
\fBconsole_start_offset\fR={integer}
.
.IP
Expand Down
25 changes: 25 additions & 0 deletions man/chyves.8.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions man/chyves.8.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,36 @@ Properties:

`chyves network bridge{n} join tap{n}`

* `check_for_updates`={daily|weekly|monthly|always}

**User managed and settable.**

This determines how often to check for updates for chyves on the GitHub repository. The keyword 'always' means to check every time chyves is ran.

* `check_for_updates_last_check`=YYYYMMDD

**Managed internally.**

This contain the date of last check.

* `check_for_updates_last_check_status`={1|0}

**Managed internally.**

When set to '1' an update is available.

* `check_for_updates_timeout_seconds`={n}

**User managed and settable.**

This number is used to set the network timeout for fetch(1) before giving up.

* `check_for_updates_unique_id`=UUID

**Managed internally.**

This contains a UUID used for identification. It is set when the primary pool was created.

* `console_start_offset`={integer}

**User managed and settable.**
Expand Down

0 comments on commit 53527c2

Please sign in to comment.