From: nhmall Date: Fri, 27 Jan 2023 22:01:17 +0000 (-0500) Subject: counting to 10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90425082ca3680a28488f01586317b14d4ce1487;p=nethack counting to 10 --- diff --git a/doc/sound.txt b/doc/sound.txt index 3b42b4c4e..652360cc8 100644 --- a/doc/sound.txt +++ b/doc/sound.txt @@ -391,7 +391,7 @@ use the following guidelines: { &myprefix_procs }, #endif -8) If the soundlib you are using work across multiple (more than one) +9) If the soundlib you are using work across multiple (more than one) platform, several files related to building for the various systems and/or build tools will likely require updates in order for them to be able to compile for, and link with, your soundlib @@ -450,7 +450,7 @@ use the following guidelines: studio, and additional updates to link in the underlying sound library, if it requires one. -9) Look at your soundlib support file in sound/myprefix/myprefix.c +10) Look at your soundlib support file in sound/myprefix/myprefix.c and make sure that all of the calls match the requirements laid out in Section VI and VII.