mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
DTRT, quote parens in an extended regular expression.
PR: 61668 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> MFC after: 1 week
This commit is contained in:
parent
ad093bdc0a
commit
406b7fa3e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue