doc: Fix ..sym section name misprint
authorCyrill Gorcunov <gorcunov@gmail.com>
Mon, 26 Jul 2010 21:48:27 +0000 (01:48 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Mon, 26 Jul 2010 21:48:27 +0000 (01:48 +0400)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
doc/nasmdoc.src

index eb1fe5e..8517bf4 100644 (file)
@@ -7237,7 +7237,7 @@ functions by means of
 
 will give the user the address of the code you wrote, whereas
 
-\c funcptr:        dd      my_function wrt .sym
+\c funcptr:        dd      my_function wrt ..sym
 
 will give the address of the procedure linkage table for the
 function, which is where the calling program will \e{believe} the