File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 9
9
.Op Fl -help
10
10
.Nm
11
11
.Op Fl -verbose | v
12
+ .Op Fl -config-file Pa file | Fl f Pa file
12
13
.Op Fl -persistent
13
14
.Op Fl -initial
14
15
.Ar command ...
@@ -18,6 +19,17 @@ Examine and adjust PTP Hardware Clock devices, system clock and interface timest
18
19
This utility uses the mechanisms available to sfptpd to manipulate precision clocks on the system.
19
20
.Pp
20
21
Clocks may be specified by phc number, interface name or 'system'.
22
+ .Pp
23
+ A configuration file in the same format as used by
24
+ .Xr sfptpd 8
25
+ may be supplied.
26
+ Any settings in the configuration file will take precedence over the command line options.
27
+ Note that this behaviour differs from
28
+ .Nm sfptpd
29
+ which performs a second pass of the command line arguments after interpreting the config file.
30
+ The config file is useful for expressing options like
31
+ .Ql phc_diff_methods
32
+ for defining the preferred clock comparison methods to use.
21
33
.Ss Commands
22
34
.Bl -item -compact
23
35
.It
You can’t perform that action at this time.
0 commit comments