From 543ca78d93f783cbf05adcd9850de1c6098e15b8 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 12 Mar 2024 12:14:45 +0800 Subject: [PATCH] contrib/less: Fix rendering issue with mandoc In addition, fix the markup issue `.less` to be `.B less`. See also: - https://github.com/gwsw/less/pull/427 - https://github.com/gwsw/less/pull/490 --- contrib/less/lesskey.nro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/less/lesskey.nro b/contrib/less/lesskey.nro index 324710547a..c77212923e 100644 --- a/contrib/less/lesskey.nro +++ b/contrib/less/lesskey.nro @@ -129,7 +129,7 @@ The following input file describes the set of default command keys used by .BR less . Documentation on each command can be found in the -.less +.B less man page, under the key sequence which invokes the command. .sp .RS 5m @@ -217,7 +217,7 @@ N reverse-search m set-mark M set-mark-bottom \eem clear-mark -' goto-mark +\&' goto-mark ^X^X goto-mark E examine :e examine -- 2.41.0