From: Niels Möller Date: Fri, 25 Apr 2003 14:05:02 +0000 (+0200) Subject: Use @verbatiminclude to include the example program. X-Git-Tag: nettle_1.8_release_20040110~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fa3c1ffe9bbb34888ecfdbb8194a65c812e1071;p=thirdparty%2Fnettle.git Use @verbatiminclude to include the example program. Rev: src/nettle/nettle.texinfo:1.23 --- diff --git a/nettle.texinfo b/nettle.texinfo index 7bb244d1..5ea4b0b1 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -251,7 +251,7 @@ A simple example program that reads a file from standard in and writes its SHA1 checksum on standard output should give the flavor of Nettle. @example -@verbatiminclude example.c +@verbatiminclude sha-example.c @end example @node Reference, Nettle soup, Example, Top