Merge remote-tracking branch 'origin/foot-ctlseqs.7'

This commit is contained in:
Daniel Eklöf 2021-02-23 19:59:14 +01:00
commit 0245d29827
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
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)