```
rename.2: Extend EINVAL's description
On some file systems, a component of the destination path can contain
invalid characters and return EINVAL.
PR: 281033
```
```
open.2: Extend EINVAL's description
If O_CREAT is specified, a component of the path can contain invalid
characters, and return EINVAL on some file systems.
PR: 218033
```