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)
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 305e25b2a1..991b1926ba 100644
--- a/doc/documentation/Makefile.am
+++ b/doc/documentation/Makefile.am
@@ -112,6 +112,7 @@ info_TEXINFOS = \
gnunet_TEXINFOS = \
chapters/developer.texi \
+ chapters/terminology.texi \
chapters/installation.texi \
chapters/philosophy.texi \
chapters/user.texi \
@@ -140,6 +141,7 @@ DISTCLEANFILES = \
chapter/philosophy.cps \
chapters/user.cps \
chapters/configuration.cps \
+ chapters/terminology.cps \
chapters/vocabulary.cps \
fdl-1.3.cps \
gpl-3.0.cps
diff --git a/doc/documentation/chapters/terminology.texi b/doc/documentation/chapters/terminology.texi
new file mode 100644
index 0000000000..fa9b08479b
--- /dev/null
+++ b/doc/documentation/chapters/terminology.texi
@@ -0,0 +1,21 @@
+@node Terminology
+@chapter Terminology
+
+@menu
+* Terminology::
+* Typography::
+@end menu
+
+@node Terminology
+@section Terminology
+
+In the following Manual we may use words that can not be found in the Appendix. Since we
+want to keep the Manual selfcontained, we will explain words here.
+
+@node Typography
+@section Typography
+
+When giving examples for commands, shell prompts are used to show if the command should/can
+be issued as root, or if "normal" user privileges are sufficient. We use a @code{#}
+for root's shell prompt, a @code{%} for users' shell prompt, assuming they use the C-shell
+or tcsh and a @code{$} for bourne shell and derivatives.
diff --git a/doc/documentation/gnunet.texi b/doc/documentation/gnunet.texi
index 5dbee8a544..b977a9a148 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}.
@detailmenu
--- The Detailed Node Listing ---
+Terminology and Typography
+
+* Terminology
+* Typography
+
Philosophy
* Design Goals::
@@ -190,6 +195,10 @@ GNUnet Developer Handbook
@end menu
@c *********************************************************************
+@include chapters/terminology.texi
+@c *********************************************************************
+
+@c *********************************************************************
@include chapters/philosophy.texi
@c *********************************************************************