From 22065311405b289547dd910bc76f5002a4600aa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 28 Sep 2015 11:42:30 -0400 Subject: [PATCH] man: use "=" when referring to configuration file settings This convention is almost universal in systemd man pages, and makes it easier to visually parse the docs. Also fix some markup along the way. --- man/machine-id.xml | 2 +- man/systemd.service.xml | 10 +++++----- man/systemd.socket.xml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/man/machine-id.xml b/man/machine-id.xml index 8ce9c46ff1..db72c2a01c 100644 --- a/man/machine-id.xml +++ b/man/machine-id.xml @@ -119,7 +119,7 @@ id[8] = (id[8] & 0x3F) | 0x80; /etc/machine-id originates in the /var/lib/dbus/machine-id file introduced by D-Bus. In fact, this latter file might be a symlink to - /etc/machine-id. + /etc/machine-id. diff --git a/man/systemd.service.xml b/man/systemd.service.xml index eac7504fee..eeb98198ab 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -287,7 +287,7 @@ below (see section "Command Lines" below). - When Type is not + When Type= is not , only one command may and must be given. When Type=oneshot is used, zero or more commands may be specified. This can be specified by @@ -421,7 +421,7 @@ ExecStop= defined, or where the service exited unexpectedly. This argument takes multiple command lines, following the same scheme as described for - ExecStart. Use of these settings is + ExecStart=. Use of these settings is optional. Specifier and environment variable substitution is supported. @@ -486,7 +486,7 @@ "keep-alive ping"). If the time between two such calls is larger than the configured time, then the service is placed in a failed state and it will be terminated with - SIGABRT. By setting + SIGABRT. By setting Restart= to or , the service will be automatically restarted. The time configured here will be passed to the @@ -908,11 +908,11 @@ Configure the location of the file containing functionfs descriptors. This is is used only when a socket with - ListenUSBFunction configured wants to + ListenUSBFunction= configured wants to activate this service. Content of this file is writen to ep0 file after it is opened. This is required for socket activation using - ListenUSBFunction (i.e. for passing all + ListenUSBFunction= (i.e. for passing all functionfs endpoints to the service). diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index e63a33a47b..bb75b69cea 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -270,8 +270,8 @@ ListenFIFO= directive above. Use this to open functionfs endpoint ep0. When using this option, activated service has to have the - USBFunctionDescriptors and - USBFunctionStrings options set. + USBFunctionDescriptors= and + USBFunctionStrings= options set.