From: Dmitry V. Levin Date: Wed, 22 Feb 2012 00:29:44 +0000 (+0000) Subject: strace.1: fix a typo X-Git-Tag: v4.7~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b3eb84a8538d3aa7fa5ce0dc50224f63f72cce8;p=strace strace.1: fix a typo * strace.1: Fix a typo in example description. This fixes Debian bug #653309. --- diff --git a/strace.1 b/strace.1 index e01f3a41..8ca8593b 100644 --- a/strace.1 +++ b/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.