From: Dmitry V. Levin Date: Wed, 28 Dec 2016 11:39:00 +0000 (+0000) Subject: Update README.md X-Git-Tag: v4.16~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22894ccff6f967a5a5d5f6efcadec226aa438dd4;p=strace Update README.md * README.md: Update homepage URL, mention command-line interface and tampering capabilities in the description. --- diff --git a/README.md b/README.md index 71c6ec08..35663a1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This is [strace](http://strace.io) -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as [ptrace](http://man7.org/linux/man-pages/man2/ptrace.2.html). +This is [strace](https://strace.io) -- a diagnostic, debugging and instructional userspace utility with a traditional command-line interface for Linux. It is used to monitor and tamper with interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as [ptrace](http://man7.org/linux/man-pages/man2/ptrace.2.html). strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file [COPYING](https://raw.githubusercontent.com/strace/strace/master/COPYING) for details.