mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
doc: rename foot.5 -> footrc.5
This commit is contained in:
parent
718e5b4a77
commit
62c4f1e5b4
5 changed files with 11 additions and 9 deletions
|
|
@ -119,7 +119,7 @@ The following keyboard shortcuts are available.
|
|||
## NORMAL MODE
|
||||
|
||||
Note that these are just the defaults; they can be changed in the
|
||||
*footrc*, see *foot*(5).
|
||||
*footrc*, see *footrc*(5).
|
||||
|
||||
*shift*+*page up*/*page down*
|
||||
Scroll up/down in history
|
||||
|
|
@ -239,7 +239,7 @@ Finally, pressing *alt* will prefix the transmitted byte with ESC.
|
|||
|
||||
# CONFIGURATION
|
||||
|
||||
See *foot*(5)
|
||||
See *footrc*(5)
|
||||
|
||||
# BUGS
|
||||
|
||||
|
|
@ -256,4 +256,4 @@ The report should contain the following:
|
|||
|
||||
# SEE ALSO
|
||||
|
||||
*foot*(5), *footclient*(1)
|
||||
*footrc*(5), *footclient*(1)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
foot(5)
|
||||
footrc(5)
|
||||
|
||||
# NAME
|
||||
foot - configuration file
|
||||
footrc - configuration file
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
|
|
@ -3,7 +3,7 @@ sh = find_program('sh', native: true)
|
|||
scdoc = dependency('scdoc', native: true)
|
||||
scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: true)
|
||||
|
||||
foreach man_src : ['foot.1.scd', 'foot.5.scd', 'footclient.1.scd']
|
||||
foreach man_src : ['foot.1.scd', 'footrc.5.scd', 'footclient.1.scd']
|
||||
parts = man_src.split('.')
|
||||
name = parts[-3]
|
||||
section = parts[-2]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue