0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-04-18 21:14:38 +00:00

Updated all the Doc files to new format.

This commit is contained in:
Martin Mares 2000-05-31 11:30:18 +00:00
parent 6be13de762
commit fcb5f4a725
11 changed files with 26 additions and 49 deletions
client
conf
lib
proto
Doc
bgp
ospf
pipe
rip
static
sysdep
Doc
unix

@ -1,2 +1,2 @@
F client Client
.S client.c commands.c
H Client
S client.c commands.c

@ -1,2 +1,2 @@
F conf Configuration
.S conf.c
H Configuration
S conf.c

36
lib/Doc

@ -1,26 +1,12 @@
H Library
.F csum Checksums and hash functions
..S checksum.c md5.c
.F ip IP addresses
..S ip.c ipv4.c ipv6.c
.F list Linked lists
..S lists.c
.H Resource management
..F gen Generic resource functions
...S resource.c
..F mempool Memory pools
...S mempool.c
..F slab Slabs
...S slab.c
..F sock Sockets
...S socket.h
.H Miscellaneous functions
..F bit Bit operations
...S bitops.c
..F event Events
...S event.c
..F pat Pattern matching
...S patmatch.c
..F printf Printf
...S printf.c
..F unaligned Unaligned access
S checksum.c md5.c
S ip.c ipv4.c ipv6.c
S lists.c
S mempool.c
S slab.c
S socket.h
S bitops.c
S event.c
S patmatch.c
S printf.c
S unaligned.h

@ -1,6 +1,6 @@
H Protocols
.C bgp
.C ospf
.C pipe
.C rip
.C static
C bgp
C ospf
C pipe
C rip
C static

@ -1 +0,0 @@
H BGP

@ -1 +0,0 @@
H OSPF

@ -1 +0,0 @@
H Pipe

@ -1,2 +1 @@
F rip RIP
.S rip.c
S rip.c

@ -1 +0,0 @@
H Static

@ -1,2 +1 @@
H System-dependent parts
.C unix
C unix

@ -1,7 +1,4 @@
H UNIX
.F io I/O Functions
..S io.c
.F log Logging Functions
..S log.c
.F krt Kernel Syncer
..S krt.c
H UNIX system dependent parts
S io.c
S log.c
S krt.c