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: Keller, J. E <jac...@in...> - 2014-07-09 18:54:52
|
On Wed, 2014-07-09 at 06:51 +0200, Richard Cochran wrote: > 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 Hmm. I'm not really sure, but possibly the .BI isn't necessary? Thanks, Jake |