mirror of https://github.com/openssl/openssl.git
				
				
				
			doc: fix list display in man page
"=over 1" is too small. Use "=over 2" so that list items are displayed correctly in the generated man-page. You can check the man-page using the following command: cd doc && pod2man man3/OSSL_PARAM_int.pod | man /dev/stdin Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/22974)
This commit is contained in:
		
							parent
							
								
									ad347c9ff0
								
							
						
					
					
						commit
						7f4bf18573
					
				|  | @ -112,7 +112,7 @@ OSSL_PARAM_UNMODIFIED, OSSL_PARAM_modified, OSSL_PARAM_set_all_unmodified | |||
| A collection of utility functions that simplify and add type safety to the | ||||
| L<OSSL_PARAM(3)> arrays.  The following B<I<TYPE>> names are supported: | ||||
| 
 | ||||
| =over 1 | ||||
| =over 2 | ||||
| 
 | ||||
| =item * | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue