aboutsummaryrefslogtreecommitdiffstats
path: root/docs/fuchsia
diff options
context:
space:
mode:
authorChris Palmer <palmer@google.com>2022-08-02 16:28:02 -0700
committerAleksandr Nogikh <wp32pw@gmail.com>2022-08-05 17:24:32 +0200
commite853abd9a2542fcccb8e1a23eb8ae475500ecaf9 (patch)
treedf12d24ec4aa96ae8a2de8fd5eb01c2e87334145 /docs/fuchsia
parent7589012970c80e2228f45f9e3be30bd3b751d3ea (diff)
docs/fuchsia: clarify regarding absolute pathnames
Diffstat (limited to 'docs/fuchsia')
-rw-r--r--docs/fuchsia/README.md2
-rwxr-xr-xdocs/fuchsia/setup.sh3
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/fuchsia/README.md b/docs/fuchsia/README.md
index d0b3ca25f..3b0359a7f 100644
--- a/docs/fuchsia/README.md
+++ b/docs/fuchsia/README.md
@@ -129,7 +129,7 @@ export `PATH="$SOURCEDIR/prebuilt/third_party/qemu/linux-x64/bin:$PATH"`
Syscall descriptions live in the `sys/fuchsia` folder. To update a syscall, you
need to modify the `.txt` file that contains it, make sure your new definition
-matches the one in zircon's
+matches the one in Zircon's
[syscalls.abigen](https://fuchsia.googlesource.com/fuchsia/+/master/zircon/system/public/zircon/syscalls.abigen)
file. **If the syscall was used in `executor/common_fuchsia.h`, you need to
update the usages there as well.** FIDL definitions do not need manual updating
diff --git a/docs/fuchsia/setup.sh b/docs/fuchsia/setup.sh
index 1f15d044a..fe5eb60e1 100755
--- a/docs/fuchsia/setup.sh
+++ b/docs/fuchsia/setup.sh
@@ -18,6 +18,9 @@ need a Syzkaller checkout and a Fuchsia checkout, and you will need a working
installation of the Go programming language. See docs/fuchsia/README.md in the
Syzkaller repository for more information.
+In the commands below, \`syzkaller-directory\` and \`fuchsia-directory\` must be
+absolute pathnames.
+
Usage:
setup.sh help