docs: fix number of special commands (#826)
* doc.go: fix "three special commands" * lf.1: fix "three special commands"
This commit is contained in:
parent
b0f2a2875a
commit
6e17d2bd20
2
doc.go
2
doc.go
@ -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
2
lf.1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user