]> granicus.if.org Git - strace/blobdiff - README-linux
Move sysinfo parser to a separate file
[strace] / README-linux
index e2f9779670301c6e6d1784ee1bcf251567038358..62df2585163cc9068129dab5ac5fd310b9d91a23 100644 (file)
@@ -7,7 +7,7 @@ If you want to compile strace on a Linux system please make sure that
 you use recent kernel headers. Strace needs those to get the proper data
 structures and constatns used by the kernel, since these can be
 different from the structures that the C library uses. Currently you
-will need at least a 2.2.7 or newer kernel. 
+will need at least a 2.2.7 or newer kernel.
 
 To complicate things a bit further strace might not compile if you are
 using development kernels. These tend to have headers that conflict with
@@ -29,4 +29,3 @@ There are three ways to compile strace with other kernel headers:
 
 * you can link /usr/include/linux and /usr/include/asm to the
   corresponding directories in your kernel source-tree.
-