aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/handbook/chapters/developer.texi3
-rw-r--r--doc/handbook/chapters/installation.texi12
-rw-r--r--doc/handbook/chapters/keyconcepts.texi2
3 files changed, 9 insertions, 8 deletions
diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi
index 8bea7e321..d2e8870e0 100644
--- a/doc/handbook/chapters/developer.texi
+++ b/doc/handbook/chapters/developer.texi
@@ -202,7 +202,8 @@ Gtk+-based user interfaces, including:
202@item @command{gnunet-statistics-gtk} (statistics over time), 202@item @command{gnunet-statistics-gtk} (statistics over time),
203@item @command{gnunet-peerinfo-gtk} 203@item @command{gnunet-peerinfo-gtk}
204(information about current connections and known peers), 204(information about current connections and known peers),
205@item @command{gnunet-chat-gtk} (chat GUI) and 205@item @command{gnunet-namestore-gtk} (GNS record editor),
206@item @command{gnunet-conversation-gtk} (voice chat GUI) and
206@item @command{gnunet-setup} (setup tool for "everything") 207@item @command{gnunet-setup} (setup tool for "everything")
207@end itemize 208@end itemize
208 209
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index b7c59ac7d..fdcc41caa 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -295,8 +295,8 @@ Currently these interfaces cover:
295@item Peer Information 295@item Peer Information
296@item GNU Name System 296@item GNU Name System
297@item File Sharing 297@item File Sharing
298@item Identity Management
299@item Conversation 298@item Conversation
299@item Setup
300@end itemize 300@end itemize
301 301
302@node Statistics 302@node Statistics
@@ -305,7 +305,7 @@ Currently these interfaces cover:
305 305
306We assume that you have started gnunet via @code{gnunet-arm} or via your 306We assume that you have started gnunet via @code{gnunet-arm} or via your
307system-provided method for starting services. 307system-provided method for starting services.
308First, you should launch GNUnet gtk. 308First, you should launch GNUnet's graphical statistics interface.
309You can do this from the command-line by typing 309You can do this from the command-line by typing
310 310
311@example 311@example
@@ -318,7 +318,7 @@ least if your peer has been running for more than a few seconds). The
318lines indicate how many other peers your peer is connected to (via 318lines indicate how many other peers your peer is connected to (via
319different mechanisms) and how large the entire overlay network is 319different mechanisms) and how large the entire overlay network is
320currently estimated to be. The X-axis represents time (in seconds 320currently estimated to be. The X-axis represents time (in seconds
321since the start of @command{gnunet-gtk}). 321since the start of @command{gnunet-statistics-gtk}).
322 322
323You can click on "Traffic" to see information about the amount of 323You can click on "Traffic" to see information about the amount of
324bandwidth your peer has consumed, and on "Storage" to check the amount 324bandwidth your peer has consumed, and on "Storage" to check the amount
@@ -336,8 +336,8 @@ whatever it is you are looking at the Gtk+ interface describes a
336@subsection Peer Information 336@subsection Peer Information
337@c %**end of header 337@c %**end of header
338 338
339First, you should launch the graphical user interface. You can do 339First, you should launch the peer information graphical user interface.
340this from the command-line by typing 340You can do this from the command-line by typing
341 341
342@example 342@example
343$ gnunet-peerinfo-gtk 343$ gnunet-peerinfo-gtk
@@ -402,7 +402,7 @@ This chapter will describe the various configuration options in GNUnet.
402The easiest way to configure your peer is to use the 402The easiest way to configure your peer is to use the
403@command{gnunet-setup} tool. 403@command{gnunet-setup} tool.
404@command{gnunet-setup} is part of the @command{gnunet-gtk} 404@command{gnunet-setup} is part of the @command{gnunet-gtk}
405application. You might have to install it separately. 405package. You might have to install it separately.
406 406
407Many of the specific sections from this chapter actually are linked from 407Many of the specific sections from this chapter actually are linked from
408within @command{gnunet-setup} to help you while using the setup tool. 408within @command{gnunet-setup} to help you while using the setup tool.
diff --git a/doc/handbook/chapters/keyconcepts.texi b/doc/handbook/chapters/keyconcepts.texi
index 829fed82e..4b49a7ffb 100644
--- a/doc/handbook/chapters/keyconcepts.texi
+++ b/doc/handbook/chapters/keyconcepts.texi
@@ -246,7 +246,7 @@ encryption as the link-encryption between the nodes. GNUnet has
246encryption on the network layer (link encryption, confidentiality, 246encryption on the network layer (link encryption, confidentiality,
247authentication) and again on the application layer (provided 247authentication) and again on the application layer (provided
248by @command{gnunet-publish}, @command{gnunet-download}, 248by @command{gnunet-publish}, @command{gnunet-download},
249@command{gnunet-search} and @command{gnunet-gtk}). 249@command{gnunet-search} and @command{gnunet-fs-gtk}).
250 250
251Refer to the following paper for more: 251Refer to the following paper for more:
252Christian Grothoff, Krista Grothoff, Tzvetan Horozov, 252Christian Grothoff, Krista Grothoff, Tzvetan Horozov,