aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook/chapters/installation.texi
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2019-06-27 00:51:47 +0200
committerlurchi <lurchi@strangeplace.net>2019-06-27 00:51:47 +0200
commitbb9b5fe9f5a5c257f844f668629ba7e631ed6837 (patch)
tree5774e15a299ba2af5f19e2781dcda26193e07ab3 /doc/handbook/chapters/installation.texi
parent655c6e4801b7df2a449703aade0174aad7f28b78 (diff)
downloadgnunet-bb9b5fe9f5a5c257f844f668629ba7e631ed6837.tar.gz
gnunet-bb9b5fe9f5a5c257f844f668629ba7e631ed6837.zip
fix sentence about NSS plugin; be more verbose about stopping GNUnet
Diffstat (limited to 'doc/handbook/chapters/installation.texi')
-rw-r--r--doc/handbook/chapters/installation.texi8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index 7c8a9081a..830c067a0 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -232,7 +232,7 @@ $ sudo make install
232@node Extra Installation step: NSS plugin 232@node Extra Installation step: NSS plugin
233 233
234@cartouche 234@cartouche
235The installation of the NSS plugin can be skipped if GNS 235The installation of the NSS plugin is only necessary if GNS
236resolution shall be used with legacy applications (that only 236resolution shall be used with legacy applications (that only
237support DNS). 237support DNS).
238@end cartouche 238@end cartouche
@@ -369,7 +369,11 @@ $ gnunet-arm -s
369 369
370starts a default set of services. Later GNUnet applications can request more 370starts a default set of services. Later GNUnet applications can request more
371services to start without additional user interaction. GNUnet can be stopped 371services to start without additional user interaction. GNUnet can be stopped
372again using the @code{gnunet-arm}'s @code{-e} option. 372again using the @code{-e} option:
373
374@example
375$ gnunet-arm -e
376@end example
373 377
374The list of running services can be displayed using the @code{-I} option. 378The list of running services can be displayed using the @code{-I} option.
375It should look similar to this example: 379It should look similar to this example: