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 | f52dea25adcad5b268c479f63ec1a0ef90dd6a6f (patch) | |
tree | e8b5f3f8ce10418e97e6ee28c86acada31c5b470 | |
parent | 341a9525b747189089870de84673e7e66728add8 (diff) | |
download | txr-f52dea25adcad5b268c479f63ec1a0ef90dd6a6f.tar.gz txr-f52dea25adcad5b268c479f63ec1a0ef90dd6a6f.tar.bz2 txr-f52dea25adcad5b268c479f63ec1a0ef90dd6a6f.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" , |