strace.1: fix a typo
* strace.1: Fix a typo in example description. This fixes Debian bug #653309.
This commit is contained in:
parent
c86340e171
commit
9b3eb84a85
2
strace.1
2
strace.1
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user