From 406b7fa3e04a75d04827cff58d7dc732f90d3a11 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Wed, 21 Jan 2004 18:57:45 +0000 Subject: [PATCH] DTRT, quote parens in an extended regular expression. PR: 61668 Submitted by: Oliver Eikemeier MFC after: 1 week --- share/man/man6/intro.6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man6/intro.6 b/share/man/man6/intro.6 index 45790855ef30..f6eac24bdd7d 100644 --- a/share/man/man6/intro.6 +++ b/share/man/man6/intro.6 @@ -46,7 +46,7 @@ if installed. You can get a short overview about all the games with the command: .Bd -literal -offset indent -$ apropos '(6)' +$ apropos '\\(6\\)' .Ed .Sh SEE ALSO .Xr intro 1 ,