1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

Merge pull request #72 from rolfschr/master

Pill 07: Make the input file name explicit.
This commit is contained in:
Jörg Thalheim 2018-06-18 10:53:37 +01:00 committed by GitHub
commit cac959638b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@
<section>
<title>Packaging a simple C program</title>
<para>
Start off by writing a simple C program:
Start off by writing a simple C program called <filename>simple.c</filename>:
<programlisting><xi:include href="./07/simple.c.txt" parse="text" /></programlisting>