aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dfa387d..ab45b8c 100644
--- a/README.md
+++ b/README.md
@@ -245,7 +245,7 @@ Write 'count' bytes from memory location 'buf' to the open file descriptor
#### int [close](http://man7.org/linux/man-pages/man2/close.2.html)(int fd) __NR_close (4006)
Close file associated to descriptor 'fd' and release descriptor.
-#### int open(const char *pathname, int flags, mode_t mode) __NR_open (4005)
+#### int [open](http://man7.org/linux/man-pages/man2/open.2.html)(const char *pathname, int flags, mode_t mode) __NR_open (4005)
Open file and associate it with the first unused file descriptor number
and return that number. If the option 'OS Emulation'->'Filesystem root'
is not empty then the file path 'pathname' received from emulated