Re: CVS commit: src/crypto/dist/ipsec-tools/src/libipsec

2018-05-28 Thread Sevan Janiyan
On 28/05/2018 20:36, Maxime Villard wrote: > -static void str_lifetime_byte __P((struct sadb_lifetime *, char *)); > +static void str_lifetime_byte __P((struct sadb_lifetime *, const char *)); The __P() are K&Risms and can be dropped too. Sevan

Re: CVS commit: src/share/man/man7

2018-05-28 Thread Valery Ushakov
On Mon, May 28, 2018 at 15:48:23 +, Thomas Klausner wrote: > Modified Files: > src/share/man/man7: signal.7 > > Log Message: > Add signal numbers in overview table. > They are already in the text, but this way they're easier to find. May be also drop "The number for SIGFOO is 666." fro

Re: CVS commit: src/usr.sbin/ofctl

2018-05-28 Thread Jared McNeill
The -l flag dumps a partial tree starting with the node specified by 'file'. The format of the output is the same as when you run ofctl with no arguments (this dumps the full tree, equivalent of 'ofctl -l /'). It looks like -r and -w will tell ofctl to read from or write to an externalized pro