diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-02-10 23:31:03 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-02-10 23:31:03 +0300 |
commit | 7ce4250a630b69f0b2a8b50127e31f349e06dce3 (patch) | |
tree | 08c83168de4b397908aa7f0845ee34582ee8a124 /doc | |
parent | 424f7bb106267247b032578edff132e9a10e82ba (diff) | |
download | nasm-7ce4250a630b69f0b2a8b50127e31f349e06dce3.tar.gz nasm-7ce4250a630b69f0b2a8b50127e31f349e06dce3.tar.bz2 nasm-7ce4250a630b69f0b2a8b50127e31f349e06dce3.zip |
doc/nasmdoc.src: Delete misplaced "point" sign
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 b98c3be..c6a08e8 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -3450,7 +3450,7 @@ is used by many high level languages, including C, C++ and Pascal. While NASM has macros which attempt to duplicate this functionality (see \k{16cmacro}), the syntax is not particularly -convenient to use. and is not TASM compatible. Here is an example +convenient to use and is not TASM compatible. Here is an example which shows the use of \c{%arg} without any external macros: \c some_function: |