aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-04-18 21:22:54 +0000
committerNils Gillmann <ng0@n0.is>2018-04-18 21:22:54 +0000
commit2977de5497a41c1507e74cedd9e3911c872979a0 (patch)
tree5ac7369d5e6c6f5c01f96ad5f395e81621497bf2 /doc
parent70da18cd222d00cf26ea7380cede366b43bef117 (diff)
downloadgnunet-2977de5497a41c1507e74cedd9e3911c872979a0.tar.gz
gnunet-2977de5497a41c1507e74cedd9e3911c872979a0.zip
docs
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation/Makefile.am2
-rw-r--r--doc/documentation/chapters/terminology.texi21
-rw-r--r--doc/documentation/gnunet.texi9
3 files changed, 32 insertions, 0 deletions
diff --git a/doc/documentation/Makefile.am b/doc/documentation/Makefile.am
index 305e25b2a..991b1926b 100644
--- a/doc/documentation/Makefile.am
+++ b/doc/documentation/Makefile.am
@@ -112,6 +112,7 @@ info_TEXINFOS = \
112 112
113gnunet_TEXINFOS = \ 113gnunet_TEXINFOS = \
114 chapters/developer.texi \ 114 chapters/developer.texi \
115 chapters/terminology.texi \
115 chapters/installation.texi \ 116 chapters/installation.texi \
116 chapters/philosophy.texi \ 117 chapters/philosophy.texi \
117 chapters/user.texi \ 118 chapters/user.texi \
@@ -140,6 +141,7 @@ DISTCLEANFILES = \
140 chapter/philosophy.cps \ 141 chapter/philosophy.cps \
141 chapters/user.cps \ 142 chapters/user.cps \
142 chapters/configuration.cps \ 143 chapters/configuration.cps \
144 chapters/terminology.cps \
143 chapters/vocabulary.cps \ 145 chapters/vocabulary.cps \
144 fdl-1.3.cps \ 146 fdl-1.3.cps \
145 gpl-3.0.cps 147 gpl-3.0.cps
diff --git a/doc/documentation/chapters/terminology.texi b/doc/documentation/chapters/terminology.texi
new file mode 100644
index 000000000..fa9b08479
--- /dev/null
+++ b/doc/documentation/chapters/terminology.texi
@@ -0,0 +1,21 @@
1@node Terminology
2@chapter Terminology
3
4@menu
5* Terminology::
6* Typography::
7@end menu
8
9@node Terminology
10@section Terminology
11
12In the following Manual we may use words that can not be found in the Appendix. Since we
13want to keep the Manual selfcontained, we will explain words here.
14
15@node Typography
16@section Typography
17
18When giving examples for commands, shell prompts are used to show if the command should/can
19be issued as root, or if "normal" user privileges are sufficient. We use a @code{#}
20for root's shell prompt, a @code{%} for users' shell prompt, assuming they use the C-shell
21or tcsh and a @code{$} for bourne shell and derivatives.
diff --git a/doc/documentation/gnunet.texi b/doc/documentation/gnunet.texi
index 5dbee8a54..b977a9a14 100644
--- a/doc/documentation/gnunet.texi
+++ b/doc/documentation/gnunet.texi
@@ -87,6 +87,11 @@ This document is the Reference Manual for GNUnet version @value{VERSION}.
87@detailmenu 87@detailmenu
88 --- The Detailed Node Listing --- 88 --- The Detailed Node Listing ---
89 89
90Terminology and Typography
91
92* Terminology
93* Typography
94
90Philosophy 95Philosophy
91 96
92* Design Goals:: 97* Design Goals::
@@ -190,6 +195,10 @@ GNUnet Developer Handbook
190@end menu 195@end menu
191 196
192@c ********************************************************************* 197@c *********************************************************************
198@include chapters/terminology.texi
199@c *********************************************************************
200
201@c *********************************************************************
193@include chapters/philosophy.texi 202@include chapters/philosophy.texi
194@c ********************************************************************* 203@c *********************************************************************
195 204