From 26cbbaab4140867c60d345a0f040cf4178bbbfdc Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 23 Apr 2019 12:09:55 -0700 Subject: [PATCH] Clarify that `path_open`'s path is a relative path. --- docs/WASI-api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/WASI-api.md b/docs/WASI-api.md index 3df6b662c0..af3a76fa10 100644 --- a/docs/WASI-api.md +++ b/docs/WASI-api.md @@ -766,7 +766,8 @@ Inputs: - const char \*path and size\_t path\_len - The path of the file or directory to open. + The relative path of the file or directory to open, relative to + the [`dirfd`](#path_open.dirfd) directory. - [\_\_wasi\_oflags\_t](#oflags) o_flags