]> diplodocus.org Git - nmh/blobdiff - man/mhbuild.man
m_gmprot.c: Move interface to own file.
[nmh] / man / mhbuild.man
index 5fdf7c2785b6f2c0de472bcb8ffa55a2e2c50266..8e872091daf2d21fe13ddc667ca3865dda05f7a6 100644 (file)
@@ -346,7 +346,7 @@ directives, without causing errors:
 .nf
 #off
 #include <stdio.h>
-printf("Hello, World!");
+puts("hello, world!");
 #pop
 .fi
 .RE