Actions
Bug #13048
closedFix format issue in regex(5) man page
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
In regex(5) man page:
whatever it would have matched without the "\(" and Qq \) ,
It should be:
whatever it would have matched without the "\(" and "\)",
Updated by Electric Monk over 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 0d54f452f42b98b9da0e75b9401795c3a0560297
commit 0d54f452f42b98b9da0e75b9401795c3a0560297 Author: Nan Xiao <nan@chinadtrace.org> Date: 2020-08-17T15:49:22.000Z 13048 Fix format issue in regex(5) man page Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions