summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-05-31 13:30:18 +0200
committerMartin Mares <mj@ucw.cz>2000-05-31 13:30:18 +0200
commitfcb5f4a725c9edecca7d4646c633e42f66ab53b6 (patch)
tree292814a10525a9076e77e6bd7bd05200ec4678e6
parent6be13de762cebc9fc5f977e0e3423a9e2ae23a95 (diff)
downloadbird-fcb5f4a725c9edecca7d4646c633e42f66ab53b6.tar
bird-fcb5f4a725c9edecca7d4646c633e42f66ab53b6.zip
Updated all the Doc files to new format.
-rw-r--r--client/Doc4
-rw-r--r--conf/Doc4
-rw-r--r--lib/Doc36
-rw-r--r--proto/Doc10
-rw-r--r--proto/bgp/Doc1
-rw-r--r--proto/ospf/Doc1
-rw-r--r--proto/pipe/Doc1
-rw-r--r--proto/rip/Doc3
-rw-r--r--proto/static/Doc1
-rw-r--r--sysdep/Doc3
-rw-r--r--sysdep/unix/Doc11
11 files changed, 26 insertions, 49 deletions
diff --git a/client/Doc b/client/Doc
index 885b829..f363e69 100644
--- a/client/Doc
+++ b/client/Doc
@@ -1,2 +1,2 @@
-F client Client
-.S client.c commands.c
+H Client
+S client.c commands.c
diff --git a/conf/Doc b/conf/Doc
index 4fc295d..7bda051 100644
--- 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 483b108..f1579a3 100644
--- 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
diff --git a/proto/Doc b/proto/Doc
index 305e5ba..608c227 100644
--- 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
diff --git a/proto/bgp/Doc b/proto/bgp/Doc
index 1976d39..e69de29 100644
--- a/proto/bgp/Doc
+++ b/proto/bgp/Doc
@@ -1 +0,0 @@
-H BGP
diff --git a/proto/ospf/Doc b/proto/ospf/Doc
index be4c971..e69de29 100644
--- a/proto/ospf/Doc
+++ b/proto/ospf/Doc
@@ -1 +0,0 @@
-H OSPF
diff --git a/proto/pipe/Doc b/proto/pipe/Doc
index 6b57c14..e69de29 100644
--- a/proto/pipe/Doc
+++ b/proto/pipe/Doc
@@ -1 +0,0 @@
-H Pipe
diff --git a/proto/rip/Doc b/proto/rip/Doc
index 0714409..c20bd35 100644
--- a/proto/rip/Doc
+++ b/proto/rip/Doc
@@ -1,2 +1 @@
-F rip RIP
-.S rip.c
+S rip.c
diff --git a/proto/static/Doc b/proto/static/Doc
index e38897b..e69de29 100644
--- a/proto/static/Doc
+++ b/proto/static/Doc
@@ -1 +0,0 @@
-H Static
diff --git a/sysdep/Doc b/sysdep/Doc
index f06e3d8..430581f 100644
--- a/sysdep/Doc
+++ b/sysdep/Doc
@@ -1,2 +1 @@
-H System-dependent parts
-.C unix
+C unix
diff --git a/sysdep/unix/Doc b/sysdep/unix/Doc
index 5a835b9..d4dab05 100644
--- a/sysdep/unix/Doc
+++ b/sysdep/unix/Doc
@@ -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