From 806cb0ca35ed5234174bcc82467a4af3fb39a481 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 10 Mar 2019 22:25:55 +0100 Subject: Add link to open manual page. Signed-off-by: Pavel Pisa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3