| The *nix documentation project is meant to provide online searchable documentation for Linux, FreeBSD, OpenBSD, NetBSD, HP-UX, Tru64 and other Unix like operating systems.
      Currently hosting over 25000 manual pages, 
over 200 Linux Howtos, over 100 FreeBSD tips and a friendly comunity forum where your questions will be answered.
 
        
                
                        | Random man page:
				 SSL_CTX_free(3) -- free an allocated SSL_CTX object |  
                        | SSL_CTX_free() decrements the reference count of ctx, and removes the SSL_CTX object pointed to by ctx and frees up the allocated memory if the the reference count has reached 0. It also calls the fre... |  
	
		
			| FreeBSD Tip Of the Day | View all tips |  	
			| To do a fast search for a file, try
	 locate filename
locate uses a database that is updated every Saturday (assuming your computer
is running FreeBSD at the time) to quickly find files based on name only.
 |  
							 |