diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-08 22:45:57 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-08 22:45:57 -0700 |
commit | 8f6821733dcfcc523284ba698ee84cc0fa61d026 (patch) | |
tree | e8b5f3f8ce10418e97e6ee28c86acada31c5b470 | |
parent | fa4e64ccf97e89e6673188c92fe7be2ac0383c1c (diff) | |
download | txr-8f6821733dcfcc523284ba698ee84cc0fa61d026.tar.gz txr-8f6821733dcfcc523284ba698ee84cc0fa61d026.tar.bz2 txr-8f6821733dcfcc523284ba698ee84cc0fa61d026.zip |
doc: fix spurious trailing comma in heading.
* txr.1: Fix "FFI types short ... long, ulong,"
to "FFI types short ... long and ulong".
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54226,7 +54226,7 @@ and specially, but apply no special treatment to .codn uchar . -.coNP FFI types @, short @, ushort @, int @, uint @, long @, ulong +.coNP FFI types @, short @, ushort @, int @, uint @, long @ and @ ulong These types correspond to the C integer types .codn short , .codn "unsigned short" , |