doc: ctlseqs: document CC0 control sequences

This commit is contained in:
Daniel Eklöf 2021-01-09 13:05:19 +01:00
parent e1dd1fe6e8
commit 38e2700f74
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 47 additions and 1 deletions

View file

@ -5,7 +5,8 @@ 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': 'footclient', 'section': 1},
{'name': 'foot-ctlseqs', 'section': 5}]
name = man_src['name']
section = man_src['section']
out = '@0@.@1@'.format(name, section)