From 5430395bbdd8af3237323ad364c765ef6d238b93 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Sat, 9 Nov 2024 13:28:24 +0000 Subject: [PATCH] Write more explicit descriptions for open(2) params --- main.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tex b/main.tex index a5fe200..892b1d9 100644 --- a/main.tex +++ b/main.tex @@ -35,8 +35,8 @@ & & rdx & Number of bytes to write \\ \midrule open & 2 & rdi & Address of path \\ - & & rsi & Option flags \\ - & & rdx & File creation mode \\ + & & rsi & Bitwise OR of flags \\ + & & rdx & Mode of file, if call creates a file \\ \midrule close & 3 & rdi & File descriptor to close \\ \bottomrule