summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-07-08 22:45:57 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-07-08 22:45:57 -0700
commitf52dea25adcad5b268c479f63ec1a0ef90dd6a6f (patch)
treee8b5f3f8ce10418e97e6ee28c86acada31c5b470
parent341a9525b747189089870de84673e7e66728add8 (diff)
downloadtxr-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.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 0c19d409..5461cb1f 100644
--- a/txr.1
+++ b/txr.1
@@ -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" ,