[tor-commits] [trunnel/master] Document --write-c-files in manual

nickm at torproject.org nickm at torproject.org
Thu Sep 25 18:41:04 UTC 2014


commit 0c0ba9a67d2c7bbfde9351c80424f3eee30339d9
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Sep 25 14:38:40 2014 -0400

    Document --write-c-files in manual
---
 doc/trunnel.md |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/trunnel.md b/doc/trunnel.md
index fe13c95..23021af 100644
--- a/doc/trunnel.md
+++ b/doc/trunnel.md
@@ -77,7 +77,9 @@ input file is well-formatted, Trunnel will generate a header file
 
 To use this code in your program, include the header file and build and link
 with the C file.  You'll also need to distribute both generated code files,
-along with trunnel-impl.h, trunnel.h, and trunnel.c.
+along with trunnel-impl.h, trunnel.h, and trunnel.c.  (Trunnel will
+emit those files for you when you run `python -m trunnel
+--write-c-files`.)
 
 Then you can write code that uses the generated functions documented in
 myformat.h.





More information about the tor-commits mailing list