From 8b3d57aa93c42f3e43a0197f5b5859ffc00f6416 Mon Sep 17 00:00:00 2001 Message-Id: <8b3d57aa93c42f3e43a0197f5b5859ffc00f6416.1716284339.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 2 May 2015 17:05:20 +0100 Subject: [PATCH] mtimeout.1: Fix formatting of command-line option table. Organization: Straylight/Edgeware From: Mark Wooding --- mtimeout.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtimeout.1 b/mtimeout.1 index cc57a4a..58c2237 100644 --- a/mtimeout.1 +++ b/mtimeout.1 @@ -94,7 +94,7 @@ to the process: just wait for a while (see the option) after sending the original signal to see whether it actually dies. .TP -.B "\-k, \-\-kill-after=" time +.BI "\-k, \-\-kill-after=" time After sending a signal, wait for .I time before sending -- [mdw]