mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
build: Add manual page for iwd configuration file
This commit is contained in:
parent
f9f12533fc
commit
6476d68aed
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,6 +20,7 @@ autom4te.cache
|
||||
ell
|
||||
src/iwd
|
||||
src/iwd.8
|
||||
src/iwd.conf.5
|
||||
src/iwd.service
|
||||
client/iwctl
|
||||
client/iwctl.1
|
||||
|
@ -247,7 +247,7 @@ dbus_bus_DATA += src/net.connman.iwd.service
|
||||
endif
|
||||
|
||||
if MANUAL_PAGES
|
||||
dist_man_MANS += src/iwd.8
|
||||
dist_man_MANS += src/iwd.8 src/iwd.conf.5
|
||||
endif
|
||||
endif
|
||||
|
||||
@ -609,6 +609,9 @@ endif
|
||||
%.1: %.rst Makefile
|
||||
$(RST2MAN_PROCESS)
|
||||
|
||||
%.5: %.rst Makefile
|
||||
$(RST2MAN_PROCESS)
|
||||
|
||||
%.8: %.rst Makefile
|
||||
$(RST2MAN_PROCESS)
|
||||
|
||||
|
29
src/iwd.conf.rst
Normal file
29
src/iwd.conf.rst
Normal file
@ -0,0 +1,29 @@
|
||||
===========
|
||||
main.conf
|
||||
===========
|
||||
|
||||
--------------------------------------
|
||||
Configuration file for wireless daemon
|
||||
--------------------------------------
|
||||
|
||||
:Author: Marcel Holtmann <marcel@holtmann.org>
|
||||
:Copyright: 2013-2019 Intel Corporation
|
||||
:Version: iwd
|
||||
:Date: 22 September 2019
|
||||
:Manual section: 5
|
||||
:Manual group: Linux Connectivity
|
||||
|
||||
SYNOPSIS
|
||||
========
|
||||
|
||||
/etc/iwd/main.conf
|
||||
|
||||
DESCRIPTION
|
||||
===========
|
||||
|
||||
The /etc/iwd/main.conf file configures the systemd-wide settings for iwd(8)
|
||||
|
||||
SEE ALSO
|
||||
========
|
||||
|
||||
iwd(8)
|
Loading…
Reference in New Issue
Block a user