mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-10-30 12:05:34 +03:00 
			
		
		
		
	- simplify `.TH` headers. - delete empty lines before sections. - update template with an `AVAILABILITY` section. Left libssh2 version number in the `.TH` header for entries without an `AVAILABILITY` section, or where there was a different version number there.
		
			
				
	
	
		
			21 lines
		
	
	
		
			413 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			413 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
| .TH libssh2_template 3 "1 Jun 2022" "libssh2" "libssh2"
 | |
| .SH NAME
 | |
| libssh2_template - short function description
 | |
| .SH SYNOPSIS
 | |
| .nf
 | |
| #include <libssh2.h>
 | |
| 
 | |
| void
 | |
| libssh2_template(void);
 | |
| .fi
 | |
| .SH DESCRIPTION
 | |
| Long text describing the function and its input arguments.
 | |
| .SH RETURN VALUE
 | |
| Describe what the function returns.
 | |
| .SH ERRORS
 | |
| Add error codes
 | |
| .SH AVAILABILITY
 | |
| Added in libssh2 ?.?.?
 | |
| .SH SEE ALSO
 | |
| Add related functions
 |