From ea8097d866b1e342d731eb05576e1feb9e031aa1 Mon Sep 17 00:00:00 2001 From: Tee-Kiah Chia Date: Tue, 4 May 2021 15:53:00 +0000 Subject: [PATCH] doc/em/app.codes.nr: fix "139: no real data" error under GNU tbl Before the patch, running the GNU tbl(1) preprocessor on the troff file app.codes.nr would give a warning $ tbl app.codes.nr >app.codes.nr.2 tbl:app.codes.nr:139: no real data tbl:app.codes.nr:139: giving up on this table and the table of suffixes .z no arguments .l 16-bit argument ... ... would be left out of the tbl output. --- doc/em/app.codes.nr | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/em/app.codes.nr b/doc/em/app.codes.nr index 256e8b294..ddb43b68c 100644 --- a/doc/em/app.codes.nr +++ b/doc/em/app.codes.nr @@ -118,24 +118,24 @@ The following suffices exist: .TS tab(:); l l. -.z:no arguments -.l:16-bit argument -.L:32-bit argument -.u:16-bit unsigned argument -.lw:16-bit argument divided by the wordsize -.Lw:32-bit argument divided by the wordsize -.p:positive 16-bit argument -.P:positive 32-bit argument -.pw:positive 16-bit argument divided by the wordsize -.Pw:positive 32-bit argument divided by the wordsize -.n:negative 16-bit argument -.N:negative 32-bit argument -.nw:negative 16-bit argument divided by the wordsize -.Nw:negative 32-bit argument divided by the wordsize -.s:shortie with as high order argument byte -.w:shortie with argument divided by the wordsize -.:mini with as argument -.W:mini with *wordsize as argument +\ .z:no arguments +\ .l:16-bit argument +\ .L:32-bit argument +\ .u:16-bit unsigned argument +\ .lw:16-bit argument divided by the wordsize +\ .Lw:32-bit argument divided by the wordsize +\ .p:positive 16-bit argument +\ .P:positive 32-bit argument +\ .pw:positive 16-bit argument divided by the wordsize +\ .Pw:positive 32-bit argument divided by the wordsize +\ .n:negative 16-bit argument +\ .N:negative 32-bit argument +\ .nw:negative 16-bit argument divided by the wordsize +\ .Nw:negative 32-bit argument divided by the wordsize +\ .s:shortie with as high order argument byte +\ .w:shortie with argument divided by the wordsize +\ .:mini with as argument +\ .W:mini with *wordsize as argument .TE .LP is a possibly negative integer.