Write more explicit descriptions for open(2) params
This commit is contained in:
parent
d52d76330f
commit
5430395bbd
4
main.tex
4
main.tex
@ -35,8 +35,8 @@
|
|||||||
& & rdx & Number of bytes to write \\
|
& & rdx & Number of bytes to write \\
|
||||||
\midrule
|
\midrule
|
||||||
open & 2 & rdi & Address of path \\
|
open & 2 & rdi & Address of path \\
|
||||||
& & rsi & Option flags \\
|
& & rsi & Bitwise OR of flags \\
|
||||||
& & rdx & File creation mode \\
|
& & rdx & Mode of file, if call creates a file \\
|
||||||
\midrule
|
\midrule
|
||||||
close & 3 & rdi & File descriptor to close \\
|
close & 3 & rdi & File descriptor to close \\
|
||||||
\bottomrule
|
\bottomrule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user