diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2012-02-22 00:29:44 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2012-02-22 00:29:44 +0000 |
commit | 9b3eb84a8538d3aa7fa5ce0dc50224f63f72cce8 (patch) | |
tree | 5fc9296b039376b9c95082f4cb57c963294fb075 /strace.1 | |
parent | c86340e171ebbb4b11e986d172e9b27535ae1807 (diff) | |
download | strace-9b3eb84a8538d3aa7fa5ce0dc50224f63f72cce8.tar.gz |
strace.1: fix a typo
* strace.1: Fix a typo in example description.
This fixes Debian bug #653309.
Diffstat (limited to 'strace.1')
-rw-r--r-- | strace.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -181,7 +181,7 @@ This example shows the shell performing ``>>xyzzy'' output redirection: .CW open("xyzzy", O_WRONLY|O_APPEND|O_CREAT, 0666) = 3 .CE -Here the three argument form of open is decoded by breaking down the +Here the third argument of open is decoded by breaking down the flag argument into its three bitwise-OR constituents and printing the mode value in octal by tradition. Where traditional or native usage differs from ANSI or POSIX, the latter forms are preferred. |