Re: svn commit: r241471 - head/share/man/man9

2012-10-12 Thread mdf
On Thu, Oct 11, 2012 at 9:55 PM, Gleb Smirnoff wrote: > On Fri, Oct 12, 2012 at 01:31:03AM +, Kevin Lo wrote: > K> Author: kevlo > K> Date: Fri Oct 12 01:31:02 2012 > K> New Revision: 241471 > K> URL: http://svn.freebsd.org/changeset/base/241471 > K> > K> Log: > K> Since the moduledata struc

Re: svn commit: r241471 - head/share/man/man9

2012-10-11 Thread Gleb Smirnoff
On Fri, Oct 12, 2012 at 01:31:03AM +, Kevin Lo wrote: K> Author: kevlo K> Date: Fri Oct 12 01:31:02 2012 K> New Revision: 241471 K> URL: http://svn.freebsd.org/changeset/base/241471 K> K> Log: K> Since the moduledata structure member priv is a void pointer, using K> NULL instead of 0 when

svn commit: r241471 - head/share/man/man9

2012-10-11 Thread Kevin Lo
Author: kevlo Date: Fri Oct 12 01:31:02 2012 New Revision: 241471 URL: http://svn.freebsd.org/changeset/base/241471 Log: Since the moduledata structure member priv is a void pointer, using NULL instead of 0 when dealing with pointers. Modified: head/share/man/man9/module.9 Modified: head/s