From 34f2dcd07bd90c5b3bdfc1eac3217f5748b58b4e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 12 Jun 2013 12:53:21 +0200 Subject: [PATCH] regex.7: Use table markup rather than unportable tab stops Signed-off-by: Michael Kerrisk --- man7/regex.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man7/regex.7 b/man7/regex.7 index 584ec5278..c54539d81 100644 --- a/man7/regex.7 +++ b/man7/regex.7 @@ -159,13 +159,13 @@ class. Standard character class names are: .PP .RS -.nf -.ta 3c 6c 9c +.TS +l l l. alnum digit punct alpha graph space blank lower upper cntrl print xdigit -.fi +.TE .RE .PP These stand for the character classes defined in