From 5d3d5970d0ad19f0a4661ea0f4f19d12d9130841 Mon Sep 17 00:00:00 2001 Message-Id: <5d3d5970d0ad19f0a4661ea0f4f19d12d9130841.1715376288.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 25 Mar 2017 17:25:32 +0000 Subject: [PATCH] lib/keyword.3: Fix some minor formatting errors. Organization: Straylight/Edgeware From: Mark Wooding --- lib/keyword.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/keyword.3 b/lib/keyword.3 index 88da56e..a0c6173 100644 --- a/lib/keyword.3 +++ b/lib/keyword.3 @@ -818,7 +818,8 @@ It assumes that the first keyword name is in an argument named .BR kwfirst_ , as set up by -.B KWTAIL marker described above. +.B KWTAIL +marker described above. .PP The macro expands both to a variable declaration and a statement: in C89, declarations must precede statements, @@ -892,7 +893,7 @@ If .I set is an identifier then .IP -.B "KWPARSE_EMPTY(" set ");" +.BI "KWPARSE_EMPTY(" set ");" .PP (note the lack of underscore) checks that the enclosing function has been passed -- [mdw]