mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Fixes for the programmer's manual.
This commit is contained in:
		@@ -20,7 +20,7 @@
 | 
			
		||||
 * a local routing table copy.
 | 
			
		||||
 *
 | 
			
		||||
 * The kernel syncer can work in three different modes (according to system config header):
 | 
			
		||||
 * Either with a single routing table and single KRT protocol [traditional Unix]
 | 
			
		||||
 * Either with a single routing table and single KRT protocol [traditional UNIX]
 | 
			
		||||
 * or with many routing tables and separate KRT protocols for all of them
 | 
			
		||||
 * or with many routing tables, but every scan including all tables, so we start
 | 
			
		||||
 * separate KRT protocols which cooperate with each other  [Linux 2.2].
 | 
			
		||||
@@ -33,7 +33,8 @@
 | 
			
		||||
 *
 | 
			
		||||
 * When starting up, we cheat by looking if there is another
 | 
			
		||||
 * KRT instance to be initialized later and performing table scan
 | 
			
		||||
 * only once for all the instances.  */
 | 
			
		||||
 * only once for all the instances.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 *  If you are brave enough, continue now.  You cannot say you haven't been warned.
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,9 @@
 | 
			
		||||
 * DOC: Logging
 | 
			
		||||
 *
 | 
			
		||||
 * The Logging module offers a simple set of functions for writing
 | 
			
		||||
 * messages to system logs and to the debug output.
 | 
			
		||||
 * messages to system logs and to the debug output. Message classes
 | 
			
		||||
 * used by this module are described in |birdlib.h| and also in the
 | 
			
		||||
 * user's manual.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user