summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 885b8291..f363e699 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 4fc295d6..7bda051b 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 483b1088..f1579a3e 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 305e5ba9..608c2275 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 1976d392..e69de29b 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 be4c9715..e69de29b 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 6b57c147..e69de29b 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 0714409b..c20bd351 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 e38897b6..e69de29b 100644
--- a/proto/static/Doc
+++ b/proto/static/Doc
@@ -1 +0,0 @@
-H Static
diff --git a/sysdep/Doc b/sysdep/Doc
index f06e3d84..430581f2 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 5a835b9f..d4dab05f 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