diff options
author | Jacob Moody <moody@posixcafe.org> | 2023-03-13 21:40:44 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2023-03-13 21:40:44 +0000 |
commit | 2d976ec561716a5ae1ac0739b32b30bc80fd21e9 (patch) | |
tree | 9499fd339c8fdd366db1febb949d350dafd30974 /sys/man/1/syscall | |
parent | f5b78f452e48323484e6363d46a2aa631a956349 (diff) |
man1: various spelling fixes
Diffstat (limited to 'sys/man/1/syscall')
-rw-r--r-- | sys/man/1/syscall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/syscall b/sys/man/1/syscall index 8f6d3051a..ff4bf2635 100644 --- a/sys/man/1/syscall +++ b/sys/man/1/syscall @@ -16,7 +16,7 @@ invokes the system call .I entry with the given arguments. The return value is printed. -If an error occured, the error string is also printed. +If an error occurred, the error string is also printed. .PP For convenience, .IR write (2) |