From: Sami Kerola Date: Wed, 25 Nov 2020 22:22:21 +0000 (+0000) Subject: man: add missing backslash to caret printing macro X-Git-Tag: v2.37-rc1~202^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=186946b23984842a3c60d03b7ff3e42a64940715;p=thirdparty%2Futil-linux.git man: add missing backslash to caret printing macro Fixes: 3ea54b843cb63738404a475f43cfc461aa9b57f3 Signed-off-by: Sami Kerola --- diff --git a/text-utils/more.1 b/text-utils/more.1 index 066adf489f..2444fae766 100644 --- a/text-utils/more.1 +++ b/text-utils/more.1 @@ -194,7 +194,7 @@ nor .B EDITOR is defined. .TP -.B \&(haL +.B \&\(haL Redraw screen. .TP .B :n diff --git a/text-utils/pg.1 b/text-utils/pg.1 index 529cbbc8a5..347dd70714 100644 --- a/text-utils/pg.1 +++ b/text-utils/pg.1 @@ -106,7 +106,7 @@ otherwise relative to the beginning. .IB i Display the next or the indicated page. .TP -\fIi\fR\fBd\fR or \fB(haD\fR +\fIi\fR\fBd\fR or \fB\(haD\fR Display the next halfpage. If .I i is given, it is always interpreted relative to the current position. @@ -127,7 +127,7 @@ except that .I i becomes the new page size. .TP -.BR . " or " (haL +.BR . " or " \(haL Redraw the screen. .TP .B $ @@ -143,7 +143,7 @@ No wrap-around is performed. .I i must be a positive number. .TP -\fIi\fR\fB?\fR\fIpattern\fR\fB?\fR or \fIi\fR\fB(ha\fR\fIpattern\fR\fB(ha\fR +\fIi\fR\fB?\fR\fIpattern\fR\fB?\fR or \fIi\fR\fB\(ha\fR\fIpattern\fR\fB\(ha\fR Search backward until the first or the \fIi\fR-th occurrence of the Basic Regular Expression .I pattern