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.
		
			
				
	
	
		
			18 lines
		
	
	
		
			447 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			447 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
| .TH libssh2_session_get_blocking 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
 | |
| .SH NAME
 | |
| libssh2_session_get_blocking - TODO
 | |
| .SH SYNOPSIS
 | |
| .nf
 | |
| #include <libssh2.h>
 | |
| 
 | |
| int
 | |
| libssh2_session_get_blocking(LIBSSH2_SESSION *session);
 | |
| .fi
 | |
| .SH DESCRIPTION
 | |
| Returns 0 if the state of the session has previously be set to non-blocking
 | |
| and it returns 1 if the state was set to blocking.
 | |
| .SH RETURN VALUE
 | |
| See description.
 | |
| .SH SEE ALSO
 | |
| .BR libssh2_session_set_blocking(3)
 |