From c0dc50248992fe1eaaafca3aa0dc423287e81a7b Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 27 Oct 2017 14:58:19 +0000 Subject: [PATCH] Followup --- doc/documentation/chapters/developer.texi | 3 +- doc/documentation/gnunet.texi | 42 +++++++++++------------ 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi index 70f301f49..fa9094268 100644 --- a/doc/documentation/chapters/developer.texi +++ b/doc/documentation/chapters/developer.texi @@ -46,7 +46,7 @@ new chapters, sections or insightful comments. * Build-system:: * Developing extensions for GNUnet using the gnunet-ext template:: * Writing testcases:: -* GNUnet's TESTING library:: +* TESTING library:: * Performance regression analysis with Gauger:: * TESTBED Subsystem:: * libgnunetutil:: @@ -255,6 +255,7 @@ communication. The goal is to provide an OS-independent interface and more 'secure' or convenient implementations of commonly used primitives. The API is spread over more than a dozen headers, developers should study those closely to avoid duplicating existing functions. +@pxref{libgnunetutil}. @item @file{hello/} --- libgnunethello HELLO messages are used to describe under which addresses a peer can be reached (for example, diff --git a/doc/documentation/gnunet.texi b/doc/documentation/gnunet.texi index 5000034d8..15f4bc284 100644 --- a/doc/documentation/gnunet.texi +++ b/doc/documentation/gnunet.texi @@ -183,34 +183,34 @@ GNUnet Developer Handbook * Build-system:: * Developing extensions for GNUnet using the gnunet-ext template:: * Writing testcases:: -* GNUnet's TESTING library:: +* TESTING library:: * Performance regression analysis with Gauger:: -* GNUnet's TESTBED Subsystem:: +* TESTBED Subsystem:: * libgnunetutil:: -* The Automatic Restart Manager (ARM):: -* GNUnet's TRANSPORT Subsystem:: +* Automatic Restart Manager (ARM):: +* TRANSPORT Subsystem:: * NAT library:: * Distance-Vector plugin:: * SMTP plugin:: * Bluetooth plugin:: * WLAN plugin:: -* The ATS Subsystem:: -* GNUnet's CORE Subsystem:: -* GNUnet's CADET subsystem:: -* GNUnet's NSE subsystem:: -* GNUnet's HOSTLIST subsystem:: -* GNUnet's IDENTITY subsystem:: -* GNUnet's NAMESTORE Subsystem:: -* GNUnet's PEERINFO subsystem:: -* GNUnet's PEERSTORE subsystem:: -* GNUnet's SET Subsystem:: -* GNUnet's STATISTICS subsystem:: -* GNUnet's Distributed Hash Table (DHT):: -* The GNU Name System (GNS):: -* The GNS Namecache:: -* The REVOCATION Subsystem:: -* GNUnet's File-sharing (FS) Subsystem:: -* GNUnet's REGEX Subsystem:: +* ATS Subsystem:: +* CORE Subsystem:: +* CADET Subsystem:: +* NSE Subsystem:: +* HOSTLIST Subsystem:: +* IDENTITY Subsystem:: +* NAMESTORE Subsystem:: +* PEERINFO Subsystem:: +* PEERSTORE Subsystem:: +* SET Subsystem:: +* STATISTICS Subsystem:: +* Distributed Hash Table (DHT):: +* GNU Name System (GNS):: +* GNS Namecache:: +* REVOCATION Subsystem:: +* File-sharing (FS) Subsystem:: +* REGEX Subsystem:: @end detailmenu @end menu -- 2.25.1