Re: [Linuxptp-devel] [PATCH v3] linuxptp: add phc_ctl program to help debug PHC devices
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2014-07-09 04:51:31
|
The man page has an issue... On Mon, Jun 30, 2014 at 02:19:34PM -0700, Jacob Keller wrote: > +.TP > +.BI cmp > +Compare the PHC clock device to CLOCK_REALTIME, using the best method available. > +.TP caps > +Display the device capabiltiies. This is the default command if no commands are > +provided. > +.TP wait " seconds" Do you need .BI for 'caps' and 'wait' here? man -l phc_ctl.8 > /tmp/out <standard input>:67: warning: numeric expression expected (got `c') <standard input>:70: warning: numeric expression expected (got `w') Thanks, Richard |