Re: TLS docs fixes for

2020-05-14 Thread Michael Paquier
On Thu, May 14, 2020 at 09:38:09AM +0200, Daniel Gustafsson wrote: > On 14 May 2020, at 04:17, Michael Paquier wrote: >> With everything I found on top of your stuff, I finish with the >> attached. Does it look fine to you? > > +1, thanks for picking it up! Thanks, I have applied the previous v

Re: TLS docs fixes for

2020-05-14 Thread Daniel Gustafsson
> On 14 May 2020, at 04:17, Michael Paquier wrote: > > On Wed, May 13, 2020 at 11:07:44PM +0200, Daniel Gustafsson wrote: >> While working with TLS I noticed that the password callback definition had an >> extra newline in the programlisting in the docs. Since the >> has been indented with the

Re: TLS docs fixes for

2020-05-13 Thread Michael Paquier
On Wed, May 13, 2020 at 11:07:44PM +0200, Daniel Gustafsson wrote: > While working with TLS I noticed that the password callback definition had an > extra newline in the programlisting in the docs. Since the > has been indented with the textblock, the newline comes from whitespace being > signifi

TLS docs fixes for

2020-05-13 Thread Daniel Gustafsson
While working with TLS I noticed that the password callback definition had an extra newline in the programlisting in the docs. Since the has been indented with the textblock, the newline comes from whitespace being significant. The attached 0001 fixes by instead anchoring on column zero like ho