lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 3 Feb 2014 16:59:10 +0100 From: Richard Cochran <richardcochran@...il.com> To: Stefan Sørensen <stefan.sorensen@...ctralink.com> Cc: netdev@...r.kernel.org Subject: Re: [PATCH] ptp: Allow selecting trigger/event index in testptp On Mon, Feb 03, 2014 at 03:36:27PM +0100, Stefan Sørensen wrote: > Currently the trigger/event is hardcoded to 0, this patch adds > a new command line argument -i to select an arbitrary trigger/ > event. This is a nice extension of the program, but ... > diff --git a/Documentation/ptp/testptp.c b/Documentation/ptp/testptp.c > index a74d0a8..04b21cd 100644 > --- a/Documentation/ptp/testptp.c > +++ b/Documentation/ptp/testptp.c > @@ -123,7 +123,8 @@ static void usage(char *progname) > " -P val enable or disable (val=1|0) the system clock PPS\n" > " -s set the ptp clock time from the system time\n" > " -S set the system time from the ptp clock time\n" > - " -t val shift the ptp clock time by 'val' seconds\n", > + " -t val shift the ptp clock time by 'val' seconds\n" > + " -i val index for event/trigger\n", can we please keep the options in alphabetical order? Thanks, Richard -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists