doc: ctlseqs: rename "foot-ctlseqs.5" man page to "foot-ctlseqs.7"

Section 5 is for "file formats and conventions", which doesn't really
apply to terminal escape sequences. Section 7 is for "miscellaneous".
This commit is contained in:
Craig Barnes 2021-02-23 18:49:57 +00:00
parent 3577f68d5a
commit 9b208f56de
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
foot-ctlseqs(5)
foot-ctlseqs(7)
# DESCRIPTION

View file

@ -6,7 +6,7 @@ scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: true)
foreach man_src : [{'name': 'foot', 'section' : 1},
{'name': 'foot.ini', 'section': 5},
{'name': 'footclient', 'section': 1},
{'name': 'foot-ctlseqs', 'section': 5}]
{'name': 'foot-ctlseqs', 'section': 7}]
name = man_src['name']
section = man_src['section']
out = '@0@.@1@'.format(name, section)