summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-04-16 17:09:58 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commitd1dbf40d47cfa883c4c9fa264dfd84cd57a03b85 (patch)
tree639f9de5fd06cf9648241a9b8109c9bd37f58cbf /man/rules
parent708eb0d64b2cf111713bdaa9f74c20b7eaa515eb (diff)
man: add a new page with a general description of common syntax
We have a common parser, but for the user it might be completely unobvious that the same general rules apply to all those files. Let's add a page about the basic syntax so that the more specific pages don't have to repeat those details.
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index ce3a6c546..1adf73560 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -630,9 +630,9 @@ manpages = [
['elogind-sysctl.service', '8', ['elogind-sysctl'], ''],
['elogind-system-update-generator', '8', [], ''],
['elogind-system.conf',
- '8',
'elogind-sleep',
'elogind-suspend-then-hibernate.service'],
+ '8',
''],
'5',
['system.conf.d', 'elogind-user.conf', 'user.conf.d'],
@@ -703,6 +703,7 @@ manpages = [
['elogind.time', '7', [], ''],
['elogind.timer', '5', [], ''],
['elogind.unit', '5', [], ''],
+ ['elogind.syntax', '7', [], ''],
['sysusers.d', '5', [], 'ENABLE_SYSUSERS'],
['telinit', '8', [], ''],
['timedatectl', '1', [], 'ENABLE_TIMEDATED'],