aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-search.12
-rw-r--r--doc/structure.dot7
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/man/gnunet-search.1 b/doc/man/gnunet-search.1
index 05ab275622..057a0b63a7 100644
--- a/doc/man/gnunet-search.1
+++ b/doc/man/gnunet-search.1
@@ -1,4 +1,4 @@
-.TH GNUNET-SEARCH "1" "25 Feb 2012" "GNUnet"
+.TH GNUNET-SEARCH "1" "25 Feb 2012" "0.9.6" "GNUnet"
.SH NAME
gnunet\-search \- a command line interface to search for content on GNUnet
.SH SYNOPSIS
diff --git a/doc/structure.dot b/doc/structure.dot
index 657b91a384..d297254b10 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -14,7 +14,7 @@ splines = true;
fs -> core;
fs -> datastore;
fs -> stream;
- fs -> ats [style=dashed];
+ fs -> ats;
fs -> block [style=dotted,color=blue];
exit -> mesh;
exit -> tun;
@@ -67,8 +67,9 @@ splines = true;
transport -> nat;
transport -> fragmentation;
dv [style=dashed,shape=egg,layer=core];
- dv -> transport [style=dashed,color=blue];
- dv -> core [style=dashed];
+ dv -> transport [color=blue];
+ dv -> core;
+ fs -> ats;
dv -> consensus;
consensus -> dv [style=invis]; // force dv below consensus
consensus -> mesh;