diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-07-27 01:48:27 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-07-27 01:48:27 +0400 |
commit | 455e087c6ae35ddba53e5c8822e6768bf4e82589 (patch) | |
tree | 2dcdbf5a991b51aec0a3b84b9e994abbcfbadc76 /doc | |
parent | d6f31240c5b47f06ce560f019fb748e19151aaef (diff) | |
download | nasm-455e087c6ae35ddba53e5c8822e6768bf4e82589.tar.gz nasm-455e087c6ae35ddba53e5c8822e6768bf4e82589.tar.bz2 nasm-455e087c6ae35ddba53e5c8822e6768bf4e82589.zip |
doc: Fix ..sym section name misprint
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nasmdoc.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index eb1fe5e..8517bf4 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 |