diff --git a/docs/WASI-manifest.md b/docs/WASI-manifest.md
index da36e561..37cef00f 100644
@@ -67,8 +67,15 @@ Name | Description
`append`, `new`, and `truncate` depend on `write`.
-Name | Description
--------- | -----------
+The name may any application-determined name, though the following names are
+recognized and implementations may choose to streamline the user experience
+for these paths:
+
+Name |
+----------- |
+`stdin` |
+`stdout` |
+`stderr` |
Examples:
@@ -76,6 +83,7 @@ Import Name | Meaning
--------------------------------- | -----------
`file\|errors.log\|write\|append` | file named "errors.log" opened for appending to
`file\|.gitconfig\|read` | file named ".gitconfig" opened for reading
+`file\|stdin\|read` | standard input for reading
### `directory` imports