From 0fa3c1ffe9bbb34888ecfdbb8194a65c812e1071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 25 Apr 2003 16:05:02 +0200 Subject: [PATCH] Use @verbatiminclude to include the example program. Rev: src/nettle/nettle.texinfo:1.23 --- nettle.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab