From 4531bae51a9a3058748d0d31bac25b02365958d9 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Sun, 20 May 2018 22:22:13 +0200 Subject: [PATCH] strace.1.in: format a reference to "open" syscall using bold font * strace.1.in (.SH DESCRIPTION): Format a reference to "open" syscall using bold font. --- strace.1.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/strace.1.in b/strace.1.in index a6701ee5..9a74a032 100644 --- a/strace.1.in +++ b/strace.1.in @@ -171,7 +171,9 @@ This example shows the shell performing ">>xyzzy" output redirection: .CW open("xyzzy", O_WRONLY|O_APPEND|O_CREAT, 0666) = 3 .CE -Here, the third argument of open is decoded by breaking down the +Here, the third argument of +.B 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 the traditional or native usage differs from ANSI or POSIX, the latter forms are preferred. -- 2.40.0