diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-31 13:30:18 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-31 13:30:18 +0200 |
commit | fcb5f4a725c9edecca7d4646c633e42f66ab53b6 (patch) | |
tree | 292814a10525a9076e77e6bd7bd05200ec4678e6 | |
parent | 6be13de762cebc9fc5f977e0e3423a9e2ae23a95 (diff) | |
download | bird-fcb5f4a725c9edecca7d4646c633e42f66ab53b6.tar bird-fcb5f4a725c9edecca7d4646c633e42f66ab53b6.zip |
Updated all the Doc files to new format.
-rw-r--r-- | client/Doc | 4 | ||||
-rw-r--r-- | conf/Doc | 4 | ||||
-rw-r--r-- | lib/Doc | 36 | ||||
-rw-r--r-- | proto/Doc | 10 | ||||
-rw-r--r-- | proto/bgp/Doc | 1 | ||||
-rw-r--r-- | proto/ospf/Doc | 1 | ||||
-rw-r--r-- | proto/pipe/Doc | 1 | ||||
-rw-r--r-- | proto/rip/Doc | 3 | ||||
-rw-r--r-- | proto/static/Doc | 1 | ||||
-rw-r--r-- | sysdep/Doc | 3 | ||||
-rw-r--r-- | sysdep/unix/Doc | 11 |
11 files changed, 26 insertions, 49 deletions
@@ -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 @@ -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 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 @@ -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 |