typo fix. add @quotation block, already present in texinfo 4.2 safe to use.
authorng0 <ng0@n0.is>
Fri, 16 Aug 2019 21:45:11 +0000 (21:45 +0000)
committerng0 <ng0@n0.is>
Fri, 16 Aug 2019 21:45:11 +0000 (21:45 +0000)
doc/handbook/chapters/developer.texi

index 0f8a269a124ba3d47a6fef2455f7357e0cfdb066..aa52210e36cbabb2d211775edd1bc4cf5ed3cec2 100644 (file)
@@ -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