summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-07-27 01:48:27 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2010-07-27 01:48:27 +0400
commit455e087c6ae35ddba53e5c8822e6768bf4e82589 (patch)
tree2dcdbf5a991b51aec0a3b84b9e994abbcfbadc76
parentd6f31240c5b47f06ce560f019fb748e19151aaef (diff)
downloadnasm-455e087c6ae35ddba53e5c8822e6768bf4e82589.tar.gz
doc: Fix ..sym section name misprint
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--doc/nasmdoc.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src
index eb1fe5e6..8517bf4d 100644
--- a/doc/nasmdoc.src
+++ b/doc/nasmdoc.src
@@ -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