aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-06 08:11:56 +0000
committerng0 <ng0@infotropique.org>2017-09-06 08:11:56 +0000
commit706017af17667401fb5d555fc9b789a2525eb642 (patch)
tree62531070423744035955a12aa9c5682cc3bb3b42 /doc
parentc62c08a196a8018d2a70d6072d45a52290e66776 (diff)
downloadgnunet-706017af17667401fb5d555fc9b789a2525eb642.tar.gz
gnunet-706017af17667401fb5d555fc9b789a2525eb642.zip
doc: gnunet-c-tutorial: done?
Diffstat (limited to 'doc')
-rw-r--r--doc/gnunet-c-tutorial.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gnunet-c-tutorial.texi b/doc/gnunet-c-tutorial.texi
index 46ad98480..880364444 100644
--- a/doc/gnunet-c-tutorial.texi
+++ b/doc/gnunet-c-tutorial.texi
@@ -1122,7 +1122,7 @@ running @command{configure}. More details about logging can be found under
1122@uref{https://gnunet.org/logging}. 1122@uref{https://gnunet.org/logging}.
1123 1123
1124You should also probably enable the creation of core files, by setting 1124You should also probably enable the creation of core files, by setting
1125@code{ulimit}, and echo'ing 1 into @file{/proc/sys/kernel/core\_uses\_pid}. 1125@code{ulimit}, and echo'ing @code{1} into @file{/proc/sys/kernel/core\_uses\_pid}.
1126Then you can investigate the core dumps with @command{gdb}, which is often 1126Then you can investigate the core dumps with @command{gdb}, which is often
1127the fastest method to find simple errors. 1127the fastest method to find simple errors.
1128 1128