Skip to content

Commit

Permalink
Add entry in manual page for statime-linux config
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Sep 20, 2024
1 parent f1024c1 commit 99bc8f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/man/statime.toml.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ will be indicated by each configuration setting shown.
`priority2` = *priority* (**128**)
: A tie breaker for the best master clock algorithm in the range `0..256`. `0` being highest priority an `255` the lowest.

`virtual-system-clock` = *bool* (**false**)
: Use a virtual overlay clock instead of adjusting the system clock.

## `[[port]]`

`interface` = *interface name*
Expand Down
2 changes: 1 addition & 1 deletion docs/precompiled/man/statime.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Automatically generated by Pandoc 3.2
.\" Automatically generated by Pandoc 3.4
.\"
.TH "STATIME" "8" "" "statime 0.2.1" "statime"
.SH NAME
Expand Down
5 changes: 4 additions & 1 deletion docs/precompiled/man/statime.toml.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Automatically generated by Pandoc 3.2
.\" Automatically generated by Pandoc 3.4
.\"
.TH "STATIME.TOML" "5" "" "statime 0.2.1" "statime"
.SH NAME
Expand Down Expand Up @@ -42,6 +42,9 @@ A tie breaker for the best master clock algorithm in the range
A tie breaker for the best master clock algorithm in the range
\f[CR]0..256\f[R].
\f[CR]0\f[R] being highest priority an \f[CR]255\f[R] the lowest.
.TP
\f[CR]virtual\-system\-clock\f[R] = \f[I]bool\f[R] (\f[B]false\f[R])
Use a virtual overlay clock instead of adjusting the system clock.
.SS \f[CR][[port]]\f[R]
.TP
\f[CR]interface\f[R] = \f[I]interface name\f[R]
Expand Down

0 comments on commit 99bc8f9

Please sign in to comment.