From dd63deb8b75a54d30935771e721431f5484636bd Mon Sep 17 00:00:00 2001 From: tg Date: Thu, 16 Nov 2006 13:05:39 +0000 Subject: [PATCH] work around a bug in the GNU implementation of the Berkeley mdoc macros cought by crib in IRC, thanks (our textproc/groff port is unaffected since it uses the MirOS implementation, a BSD derived one with fixes, by default instead but can reproduce the defect with -mgdoc instead of -mdoc as parametre) --- mksh.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mksh.1 b/mksh.1 index 278d304..087dccc 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,4 +1,4 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.66 2006/11/12 10:44:42 tg Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.67 2006/11/16 13:05:39 tg Exp $ .\" $OpenBSD: ksh.1,v 1.116 2006/07/26 10:13:25 jmc Exp $ .\" .Dd November 12, 2006 @@ -199,7 +199,7 @@ characters (space, tab, and newline) or meta-characters .Ql \*(Gt , .Ql \*(Ba , .Ql \&; , -.Ql ( , +.Ql \&( , .Ql \&) , and .Ql & @@ -262,7 +262,7 @@ shell and must be quoted if they are to represent themselves: .Ql * , .Ql \&? , and -.Ql [ . +.Ql \&[ . The first three of these are the above mentioned quoting characters (see .Sx Quoting below); @@ -295,7 +295,7 @@ and finally, .Ql * , .Ql \&? , and -.Ql [ +.Ql \&[ are used in file name generation (see .Sx File name patterns below). @@ -4787,7 +4787,7 @@ follows one of the following characters: .Ql \&; , .Ql \*(Ba , .Ql & , -.Ql ( , +.Ql \&( , or .Ql \&) and does not contain a slash