Re: [openssl-dev] Error is a pod file

2016-07-15 Thread Salz, Rich
> perl util/find-doc-nits.pl -s > > (I don't know what -s is for, but apparently, podchecker isn't run unless you > use that option) Forgot my own code :( -s for stricter checking. -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] Error is a pod file

2016-07-15 Thread Richard Levitte
In message <425c384a54734c669753079a08182...@usma1ex-dag1mb1.msg.corp.akamai.com> on Fri, 15 Jul 2016 15:06:55 +, "Salz, Rich" said: rsalz> rsalz> > rsalz> Time to add something to find-doc-nits, perhaps. rsalz> > rsalz> > man podchecker rsalz> rsalz> Find-doc-nits calls podchecker and s

Re: [openssl-dev] Error is a pod file

2016-07-15 Thread Salz, Rich
> rsalz> Time to add something to find-doc-nits, perhaps. > > man podchecker Find-doc-nits calls podchecker and saw no complaint. -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] Error is a pod file

2016-07-15 Thread Richard Levitte
In message <008b774a63414d9bb286ff344ddac...@usma1ex-dag1mb1.msg.corp.akamai.com> on Fri, 15 Jul 2016 12:15:39 +, "Salz, Rich" said: rsalz> rsalz> > In the POD format, everything is a paragraph, each separated from the rsalz> > others with a blank line. rsalz> rsalz> Time to add something

Re: [openssl-dev] Error is a pod file

2016-07-15 Thread Salz, Rich
> In the POD format, everything is a paragraph, each separated from the > others with a blank line. Time to add something to find-doc-nits, perhaps. -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] Error is a pod file

2016-07-14 Thread Richard Levitte
In message <52d9b2c74d7b4985a1f9315e10422...@usma1ex-dag1mb1.msg.corp.akamai.com> on Fri, 15 Jul 2016 02:55:15 +, "Salz, Rich" said: rsalz> > install ./doc/crypto/BIO_set_callback.pod -> rsalz> > /Users/ur20980/src/openssl-1.1/share/man/man3/BIO_set_callback.3 rsalz> > IO::File=IO(0x7f896a0

Re: [openssl-dev] Error is a pod file

2016-07-14 Thread Salz, Rich
> install ./doc/crypto/BIO_set_callback.pod -> > /Users/ur20980/src/openssl-1.1/share/man/man3/BIO_set_callback.3 > IO::File=IO(0x7f896a02d1c0) around line 42: =over should be: '=over' or > '=over positive_number' I don't understand this error message. "=over" should be "=over"? Does addi