]> granicus.if.org Git - strace/commitdiff
Update README.md
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 28 Dec 2016 11:39:00 +0000 (11:39 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 28 Dec 2016 11:39:00 +0000 (11:39 +0000)
* README.md: Update homepage URL, mention command-line interface
and tampering capabilities in the description.

README.md

index 71c6ec08428a27de4be54760f7854fc291850a0a..35663a1fa439326750a32d6147a0484f338bf064 100644 (file)
--- 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.