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
commit8f6821733dcfcc523284ba698ee84cc0fa61d026 (patch)
treee8b5f3f8ce10418e97e6ee28c86acada31c5b470
parentfa4e64ccf97e89e6673188c92fe7be2ac0383c1c (diff)
downloadtxr-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.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" ,