summaryrefslogtreecommitdiff
path: root/nettle.texinfo
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2003-04-25 16:05:02 +0200
committerNiels Möller <nisse@lysator.liu.se>2003-04-25 16:05:02 +0200
commit0fa3c1ffe9bbb34888ecfdbb8194a65c812e1071 (patch)
tree0d80fdbce818dd0930238f139522bebc6b666dd5 /nettle.texinfo
parente4e7f3707b2108f80a012ae269319f60354854d3 (diff)
downloadnettle-0fa3c1ffe9bbb34888ecfdbb8194a65c812e1071.tar.gz
Use @verbatiminclude to include the example program.
Rev: src/nettle/nettle.texinfo:1.23
Diffstat (limited to 'nettle.texinfo')
-rw-r--r--nettle.texinfo2
1 files changed, 1 insertions, 1 deletions
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