From 456eb5ac6d6b6389e8d8335e86ada668cf955ae1 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 16 Aug 2019 21:45:11 +0000 Subject: typo fix. add @quotation block, already present in texinfo 4.2 safe to use. --- doc/handbook/chapters/developer.texi | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'doc/handbook/chapters/developer.texi') diff --git a/doc/handbook/chapters/developer.texi b/doc/handbook/chapters/developer.texi index 0f8a269a1..aa52210e3 100644 --- a/doc/handbook/chapters/developer.texi +++ b/doc/handbook/chapters/developer.texi @@ -1229,17 +1229,20 @@ installing it will cause no filename or namespace collisions. @cindex compiling libgnurl GNUnet and some of its function depend on a limited subset of cURL/libcurl. Rather than trying to enforce a certain configuration on the world, we -opted to maintain a microfork of it that ensures we can link against the -right set of features. We called this specialized set of libcurl -``libgnurl''. It is fully ABI compatible with libcurl and currently used -by GNUnet and some of its dependencies. +opted to maintain a microfork of it that ensures that we can link +against the right set of features. +We called this specialized set of libcurl "libgnurl". +It is fully ABI compatible with libcurl and currently used by +GNUnet and some of its dependencies. We download libgnurl and its digital signature from the GNU fileserver, assuming @env{TMPDIR} exists. +@quotation Note: TMPDIR might be @file{/tmp}, @env{TMPDIR}, @env{TMP} or any other location. For consistency we assume @env{TMPDIR} points to @file{/tmp} for the remainder of this section. +@end quotation @example cd \$TMPDIR -- cgit v1.2.3