docs: fix number of special commands (#826)

* doc.go: fix "three special commands"

* lf.1: fix "three special commands"
This commit is contained in:
zxcat 2022-05-08 19:52:42 +03:00 committed by GitHub
parent b0f2a2875a
commit 6e17d2bd20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
doc.go
View File

@ -901,7 +901,7 @@ Characters from '#' to newline are comments and ignored:
# comments start with '#'
There are three special commands ('set', 'map', 'cmap', and 'cmd') for configuration.
There are four special commands ('set', 'map', 'cmap', and 'cmd') for configuration.
Command 'set' is used to set an option which can be boolean, integer, or string:

2
lf.1
View File

@ -1104,7 +1104,7 @@ Characters from '#' to newline are comments and ignored:
# comments start with '#'
.EE
.PP
There are three special commands ('set', 'map', 'cmap', and 'cmd') for configuration.
There are four special commands ('set', 'map', 'cmap', and 'cmd') for configuration.
.PP
Command 'set' is used to set an option which can be boolean, integer, or string:
.PP