]> git.lizzy.rs Git - plan9front.git/commitdiff
opl3(1), exec(2): fix manpage typos (thanks umbraticus)
authorqwx <devnull@localhost>
Tue, 27 Apr 2021 14:08:06 +0000 (16:08 +0200)
committerqwx <devnull@localhost>
Tue, 27 Apr 2021 14:08:06 +0000 (16:08 +0200)
sys/man/1/opl3
sys/man/2/exec

index 0d2087399ec439455337a6e0a526c77509e535ad..7419ff134da7d21dd21e340f06647326db10733d 100644 (file)
@@ -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.
index dc8b8ec31a341b04bf5add9c527a4184e88fa697..9c9d4134bd06427cab22d9baca60d72b883232e4 100644 (file)
@@ -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