Browse Source

typo fix. add @quotation block, already present in texinfo 4.2 safe to use.

ng0 4 years ago
parent
commit
456eb5ac6d
1 changed files with 7 additions and 4 deletions
  1. 7 4
      doc/handbook/chapters/developer.texi

+ 7 - 4
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