aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/chapters/developer.texi5
-rw-r--r--doc/chapters/installation.texi2
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/chapters/developer.texi b/doc/chapters/developer.texi
index e7f507746..f5493fd63 100644
--- a/doc/chapters/developer.texi
+++ b/doc/chapters/developer.texi
@@ -7261,13 +7261,14 @@ the research report.
7261@subsubsection Namespace Advertisements 7261@subsubsection Namespace Advertisements
7262 7262
7263@c %**end of header 7263@c %**end of header
7264@c %**FIXME: all zeroses -> ?
7264 7265
7265An @code{SBlock} with identifier ′all zeros′ is a signed 7266An @code{SBlock} with identifier all zeros is a signed
7266advertisement for a namespace. This special @code{SBlock} contains metadata 7267advertisement for a namespace. This special @code{SBlock} contains metadata
7267describing the content of the namespace. Instead of the name of the identifier 7268describing the content of the namespace. Instead of the name of the identifier
7268for a potential update, it contains the identifier for the root of the 7269for a potential update, it contains the identifier for the root of the
7269namespace. The URI should always be empty. The @code{SBlock} is signed with 7270namespace. The URI should always be empty. The @code{SBlock} is signed with
7270the content provder′s RSA private key (just like any other SBlock). Peers 7271the content provder's RSA private key (just like any other SBlock). Peers
7271can search for @code{SBlock}s in order to find out more about a namespace. 7272can search for @code{SBlock}s in order to find out more about a namespace.
7272 7273
7273@node KSBlocks 7274@node KSBlocks
diff --git a/doc/chapters/installation.texi b/doc/chapters/installation.texi
index edbad84de..14c10d2b0 100644
--- a/doc/chapters/installation.texi
+++ b/doc/chapters/installation.texi
@@ -1687,7 +1687,7 @@ dlltool --input-def ../include/libmySQL.def --dllname libmysql.dll
1687 Copy include\* to include\mysql\ 1687 Copy include\* to include\mysql\
1688 1688
1689@item 1689@item
1690 Pass "--with-mysql=/c/mysql" to ./configure and copy libmysql.dll to your PATH or GNUnet′s bin\ directory 1690 Pass "--with-mysql=/c/mysql" to ./configure and copy libmysql.dll to your PATH or GNUnet's @file{bin} directory
1691@end itemize 1691@end itemize
1692 1692
1693 1693