]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Updated all the Doc files to new format.
authorMartin Mares <mj@ucw.cz>
Wed, 31 May 2000 11:30:18 +0000 (11:30 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 31 May 2000 11:30:18 +0000 (11:30 +0000)
client/Doc
conf/Doc
lib/Doc
proto/Doc
proto/bgp/Doc
proto/ospf/Doc
proto/pipe/Doc
proto/rip/Doc
proto/static/Doc
sysdep/Doc
sysdep/unix/Doc

index 885b8291ee029a7804dac011fb2dcae00bf6712d..f363e69947958f9b91b70886be876b97e8438199 100644 (file)
@@ -1,2 +1,2 @@
-F client Client
-.S client.c commands.c
+H Client
+S client.c commands.c
index 4fc295d6ae3b315a754450b16095ebf0fa4d31b8..7bda051bcea7a8feca069ab84a03db04b21e5f9a 100644 (file)
--- a/conf/Doc
+++ b/conf/Doc
@@ -1,2 +1,2 @@
-F conf Configuration
-.S conf.c
+H Configuration
+S conf.c
diff --git a/lib/Doc b/lib/Doc
index 483b10884cbf65666f82e1171bd17b5a07d6531e..f1579a3e5355bfd3746ab93d260fa92996f0dcfe 100644 (file)
--- a/lib/Doc
+++ b/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
index 305e5ba96b6ce63a2e264e2e86478b1922ccecbc..608c2275c12432532ad0443efcccf0e97d1515d9 100644 (file)
--- a/proto/Doc
+++ b/proto/Doc
@@ -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
index 1976d39202b50e9eb1e0f135579432a96bacb96c..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1 +0,0 @@
-H BGP
index be4c9715f0951ce7b10eb7abe6d5b2d7e927e0f9..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1 +0,0 @@
-H OSPF
index 6b57c147783c88ec6528352981a14c666cd132d1..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1 +0,0 @@
-H Pipe
index 0714409bd907cfa637426f785452a17398e22d68..c20bd3512f23fd0627d800f38c63b259d3a6970d 100644 (file)
@@ -1,2 +1 @@
-F rip RIP
-.S rip.c
+S rip.c
index e38897b69465a7ede1014501c78b838930f0ba60..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1 +0,0 @@
-H Static
index f06e3d841daf490cb6297a32d79b060938bfc190..430581f22bebd44fb79236b961a8e2859de8d255 100644 (file)
@@ -1,2 +1 @@
-H System-dependent parts
-.C unix
+C unix
index 5a835b9f6bbbe101f9cefffd5c4b3e63485da7fc..d4dab05fe981eb8d12f5c4fd984f1d97c3d69045 100644 (file)
@@ -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