]> granicus.if.org Git - nethack/commitdiff
counting to 10
authornhmall <nhmall@nethack.org>
Fri, 27 Jan 2023 22:01:17 +0000 (17:01 -0500)
committernhmall <nhmall@nethack.org>
Fri, 27 Jan 2023 22:01:17 +0000 (17:01 -0500)
doc/sound.txt

index 3b42b4c4eeb955b7d6748b7c679a8f70b6856a18..652360cc8df20b02a4a096e21ccc40c9fe6799b5 100644 (file)
@@ -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.