From 8f6821733dcfcc523284ba698ee84cc0fa61d026 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 8 Jul 2017 22:45:57 -0700 Subject: doc: fix spurious trailing comma in heading. * txr.1: Fix "FFI types short ... long, ulong," to "FFI types short ... long and ulong". --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" , -- cgit v1.2.3