summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-03-02 11:05:45 +0100
committerThomas Haller <thaller@redhat.com>2022-03-02 16:09:16 +0100
commitdf94cb2116234786d00a5d7149d796ed8a502cc2 (patch)
treeefe2d6417ffa00f256319c0f5aa79d654658e23e /Makefile.am
parent9e422f01de99052d5aecde39b96f83a41bafb6be (diff)
downloadNetworkManager-df94cb2116234786d00a5d7149d796ed8a502cc2.tar.gz
man: add NetworkManager-wait-online.service.8 manual
NetworkManager-wait-online is a constant source of confusion, as it seems to delay the boot (when it's often just the messenger or either a network problem, a NetworkManager misconfiguration or a misconfiguration of other systemd services). Try to clear that up with a manual page. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1130
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index af6743ec82..1c85805c96 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5434,11 +5434,12 @@ CLEANFILES += $(man_nm_settings_xml)
endif
man_pages += \
- man/NetworkManager.8 \
man/NetworkManager-dispatcher.8 \
+ man/NetworkManager-wait-online.service.8 \
+ man/NetworkManager.8 \
man/NetworkManager.conf.5 \
- man/nm-online.1 \
man/nm-initrd-generator.8 \
+ man/nm-online.1 \
man/nmcli-examples.7 \
man/nmcli.1 \
man/nmtui.1 \