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 20:28:10
|
On Wed, Jul 09, 2014 at 06:54:44PM +0000, Keller, Jacob E wrote: > 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? Well, besides the warnings, the text also does not appear correctly. Thanks, Richard |