]> granicus.if.org Git - strace/blobdiff - README-hacking
tests: check decoding of netlink smc_diag_msg attributes
[strace] / README-hacking
index becff1323e919c785e41b2f2aad1f94dc4ab8b1b..ff8ce12e21f306afe0ef61e8c56b6731fdde9d57 100644 (file)
@@ -1,9 +1,6 @@
 Requirements
 ============
-If you use the GIT version of strace there will be some files missing
-that you need to build strace.  These files are generated by tools from
-the GNU Autoconf and Automake packages.  You need recent versions, which
-provide the `autoreconf -i' command that will do everything you need.
+If you use the GIT version of strace, please refer to INSTALL-git.md file.
 
 
 No more ChangeLog file
@@ -22,3 +19,10 @@ Each commit log should always start with a one-line summary, the second
 line should be blank, and the remaining lines are usually ChangeLog-style
 entries for all affected files, except the leading TABs which should
 be omitted.
+
+
+Documentation
+=============
+All noteworthy changes should be mentioned in NEWS.  All changes in strace
+command interface should be reflected in the man page.  New options should
+be documented both in -h output and in the man page.