mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
build: Rename iwd.conf.5 into iwd.config.5
This commit is contained in:
parent
cd0d57077e
commit
eb4ea958c7
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,7 +20,7 @@ autom4te.cache
|
||||
ell
|
||||
src/iwd
|
||||
src/iwd.8
|
||||
src/iwd.conf.5
|
||||
src/iwd.config.5
|
||||
src/iwd.network.5
|
||||
src/iwd.service
|
||||
client/iwctl
|
||||
|
@ -159,7 +159,7 @@ if MANUAL_PAGES
|
||||
man_MANS =
|
||||
endif
|
||||
|
||||
manual_pages = src/iwd.8 src/iwd.conf.5 src/iwd.network.5 \
|
||||
manual_pages = src/iwd.8 src/iwd.config.5 src/iwd.network.5 \
|
||||
client/iwctl.1 monitor/iwmon.1 wired/ead.8 tools/hwsim.1
|
||||
|
||||
eap_sources = src/eap.c src/eap.h src/eap-private.h \
|
||||
@ -256,7 +256,7 @@ systemd_network_DATA += src/50-iwd.link
|
||||
endif
|
||||
|
||||
if MANUAL_PAGES
|
||||
man_MANS += src/iwd.8 src/iwd.conf.5 src/iwd.network.5
|
||||
man_MANS += src/iwd.8 src/iwd.config.5 src/iwd.network.5
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -238,4 +238,4 @@ authentication configuration.
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
iwd(8), iwd.conf(5)
|
||||
iwd(8), iwd.config(5)
|
||||
|
@ -47,7 +47,7 @@ ENVIRONMENT
|
||||
*iwd.network* for details.
|
||||
|
||||
*$CONFIGURATION_DIRECTORY* is used for daemon configuration settings. Only
|
||||
the file **main.conf** is currently read from this directory. See *iwd.conf*
|
||||
the file **main.conf** is currently read from this directory. See *iwd.config*
|
||||
for details.
|
||||
|
||||
*$IWD_RTNL_DEBUG* set to ``1`` enables RTNL debugging.
|
||||
@ -61,7 +61,7 @@ for details.
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
iwd.conf(5), iwd.network(5), iwctl(1), iwmon(1), hwsim(1), ead(8),
|
||||
iwd.config(5), iwd.network(5), iwctl(1), iwmon(1), hwsim(1), ead(8),
|
||||
systemd.exec(5)
|
||||
|
||||
http://iwd.wiki.kernel.org
|
||||
|
Loading…
Reference in New Issue
Block a user