aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-16 21:45:11 +0000
committerng0 <ng0@n0.is>2019-08-16 21:45:11 +0000
commit456eb5ac6d6b6389e8d8335e86ada668cf955ae1 (patch)
treeb602a27da6210a138ad22cecb5267a2c4d08e710
parent3d39da007357fc9fc960886c4744ad4166074943 (diff)
downloadgnunet-456eb5ac6d6b6389e8d8335e86ada668cf955ae1.tar.gz
gnunet-456eb5ac6d6b6389e8d8335e86ada668cf955ae1.zip
typo fix. add @quotation block, already present in texinfo 4.2 safe to use.
-rw-r--r--doc/handbook/chapters/developer.texi11
1 files changed, 7 insertions, 4 deletions
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.
1229@cindex compiling libgnurl 1229@cindex compiling libgnurl
1230GNUnet and some of its function depend on a limited subset of cURL/libcurl. 1230GNUnet and some of its function depend on a limited subset of cURL/libcurl.
1231Rather than trying to enforce a certain configuration on the world, we 1231Rather than trying to enforce a certain configuration on the world, we
1232opted to maintain a microfork of it that ensures we can link against the 1232opted to maintain a microfork of it that ensures that we can link
1233right set of features. We called this specialized set of libcurl 1233against the right set of features.
1234``libgnurl''. It is fully ABI compatible with libcurl and currently used 1234We called this specialized set of libcurl "libgnurl".
1235by GNUnet and some of its dependencies. 1235It is fully ABI compatible with libcurl and currently used by
1236GNUnet and some of its dependencies.
1236 1237
1237We download libgnurl and its digital signature from the GNU fileserver, 1238We download libgnurl and its digital signature from the GNU fileserver,
1238assuming @env{TMPDIR} exists. 1239assuming @env{TMPDIR} exists.
1239 1240
1241@quotation
1240Note: TMPDIR might be @file{/tmp}, @env{TMPDIR}, @env{TMP} or any other 1242Note: TMPDIR might be @file{/tmp}, @env{TMPDIR}, @env{TMP} or any other
1241location. For consistency we assume @env{TMPDIR} points to @file{/tmp} 1243location. For consistency we assume @env{TMPDIR} points to @file{/tmp}
1242for the remainder of this section. 1244for the remainder of this section.
1245@end quotation
1243 1246
1244@example 1247@example
1245cd \$TMPDIR 1248cd \$TMPDIR