summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-04-27 19:13:55 -0400
committerDmitry V. Levin <ldv@altlinux.org>2012-04-27 23:38:45 +0000
commit9b4fca2853b69c14910d35b7fe8308f2bdc4ffe3 (patch)
treef5aae65391f0aaf79487656588a417f0c85e0a60 /NEWS
parentaa6d8504772e7754163a109fb6bcbfbe13c3212b (diff)
downloadstrace-9b4fca2853b69c14910d35b7fe8308f2bdc4ffe3.tar.gz
strace-9b4fca2853b69c14910d35b7fe8308f2bdc4ffe3.tar.bz2
strace-9b4fca2853b69c14910d35b7fe8308f2bdc4ffe3.tar.xz
NEWS: clarify & fix typo
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index dbf838f..ca1174d 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@ Noteworthy changes in release 4.7
analogous to existing "+++ killed by SIG +++" message.
* Improvements
- * Added x32 architecture support.
+ * Added x32 personality support (x86_64 architecture).
* Added -y and -P options to print file descriptor paths and
filter by those paths.
* Added -I option to control strace interactivity.
@@ -61,7 +61,7 @@ Noteworthy changes in release 4.7
* Corrected syscall entries for epoll_pwait, epoll_create, epoll_ctl,
epoll_wait, mincore, mlockall, prctl, reboot, sendfile, sendfile64,
sendmsg, sgetmask, ssetmask, swapon, tgkill and tkill syscalls.
- * Corrcted io_* syscall entries on ARM.
+ * Corrected io_* syscall entries on ARM.
* Fixed PID prefix printing in "strace -oLOG -ff -p1 -p2 -p3" case.
* Fixed logging of unfinished lines in "strace -oLOG -ff" case.
* Fixed build when libaio-devel is not available.