diff options
author | qwx <devnull@localhost> | 2021-04-27 16:08:06 +0200 |
---|---|---|
committer | qwx <devnull@localhost> | 2021-04-27 16:08:06 +0200 |
commit | c3593c1a7a9dc1e888d56fc29f4f150d9b5d2fab (patch) | |
tree | 56364cacc5c9d1aa6e24b70c6df07ece1c8932f7 | |
parent | af2f7ea2364f50458b46262aa7027470983c13b6 (diff) | |
download | plan9front-c3593c1a7a9dc1e888d56fc29f4f150d9b5d2fab.tar.xz |
opl3(1), exec(2): fix manpage typos (thanks umbraticus)
-rw-r--r-- | sys/man/1/opl3 | 2 | ||||
-rw-r--r-- | sys/man/2/exec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/1/opl3 b/sys/man/1/opl3 index 0d2087399..7419ff134 100644 --- a/sys/man/1/opl3 +++ b/sys/man/1/opl3 @@ -42,7 +42,7 @@ field provides timing. It is a multiple of a command period, during which the .SM OPL3 chip may be sampled before processing the next command. -The period itself is the inverse of the command rate, 44100 Hz by default. +The period itself is the inverse of the sampling rate, 44100 Hz by default. This rate can be set using the .B -r parameter. diff --git a/sys/man/2/exec b/sys/man/2/exec index dc8b8ec31..9c9d4134b 100644 --- a/sys/man/2/exec +++ b/sys/man/2/exec @@ -141,7 +141,7 @@ When the new program begins, the global pointer is set to the address of a structure that holds information allowing accurate time keeping and clock reading in user space. -These data are updated by the kernel during of the life of the process, +These data are updated by the kernel during the life of the process, including across .IR rfork s and |