aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-10 22:25:55 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-10 22:25:55 +0100
commit806cb0ca35ed5234174bcc82467a4af3fb39a481 (patch)
treed08cbf86d91248f25fc6ccc762fd7a42c719bc18 /README.md
parent224b2d4e4e5813f3494c5439dcff68f49c87f0d5 (diff)
downloadqtmips-806cb0ca35ed5234174bcc82467a4af3fb39a481.tar.gz
qtmips-806cb0ca35ed5234174bcc82467a4af3fb39a481.tar.bz2
qtmips-806cb0ca35ed5234174bcc82467a4af3fb39a481.zip
Add link to open manual page.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'README.md')
-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