From 1cdca3975264b5e4af4cabed688d750f1b66e071 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 8 Mar 2019 15:37:10 +0900 Subject: [PATCH] man: use literal tag --- man/systemd.unit.xml | 124 +++++++++++++++++++++---------------------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 7338b11280c..9281c2c4ae0 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1021,35 +1021,35 @@ ConditionArchitecture= may be used to check whether the system is running on a specific architecture. Takes one of - x86, - x86-64, - ppc, - ppc-le, - ppc64, - ppc64-le, - ia64, - parisc, - parisc64, - s390, - s390x, - sparc, - sparc64, - mips, - mips-le, - mips64, - mips64-le, - alpha, - arm, - arm-be, - arm64, - arm64-be, - sh, - sh64, - m68k, - tilegx, - cris, - arc, - arc-be to test + x86, + x86-64, + ppc, + ppc-le, + ppc64, + ppc64-le, + ia64, + parisc, + parisc64, + s390, + s390x, + sparc, + sparc64, + mips, + mips-le, + mips64, + mips64-le, + alpha, + arm, + arm-be, + arm64, + arm64-be, + sh, + sh64, + m68k, + tilegx, + cris, + arc, + arc-be to test against a specific architecture. The architecture is determined from the information returned by uname2 @@ -1057,7 +1057,7 @@ personality2. Note that a Personality= setting in the same unit file has no effect on this condition. A special - architecture name native is mapped to the + architecture name native is mapped to the architecture the system manager itself is compiled for. The test may be negated by prepending an exclamation mark. @@ -1066,30 +1066,30 @@ environment and optionally test whether it is a specific implementation. Takes either boolean value to check if being executed in any virtualized environment, or one of - vm and - container to test against a generic type of + vm and + container to test against a generic type of virtualization solution, or one of - qemu, - kvm, - zvm, - vmware, - microsoft, - oracle, - xen, - bochs, - uml, - bhyve, - qnx, - openvz, - lxc, - lxc-libvirt, - systemd-nspawn, - docker, - rkt, - wsl, - acrn to test + qemu, + kvm, + zvm, + vmware, + microsoft, + oracle, + xen, + bochs, + uml, + bhyve, + qnx, + openvz, + lxc, + lxc-libvirt, + systemd-nspawn, + docker, + rkt, + wsl, + acrn to test against a specific implementation, or - private-users to check whether we are running in a user namespace. See + private-users to check whether we are running in a user namespace. See systemd-detect-virt1 for a full list of known virtualization technologies and their identifiers. If multiple virtualization technologies are @@ -1131,10 +1131,10 @@ ConditionSecurity= may be used to check whether the given security technology is enabled on the system. Currently, the recognized values are - selinux, apparmor, - tomoyo, ima, - smack, audit and - uefi-secureboot. The test may be negated by + selinux, apparmor, + tomoyo, ima, + smack, audit and + uefi-secureboot. The test may be negated by prepending an exclamation mark. ConditionCapability= may be used to @@ -1150,11 +1150,11 @@ ConditionACPower= may be used to check whether the system has AC power, or is exclusively battery powered at the time of activation of the unit. This - takes a boolean argument. If set to true, + takes a boolean argument. If set to true, the condition will hold only if at least one AC connector of the system is connected to a power source, or if no AC connectors are known. Conversely, if set to - false, the condition will hold only if + false, the condition will hold only if there is at least one AC connector known and all AC connectors are disconnected from a power source. @@ -1244,16 +1244,16 @@ does not have a special value @system. ConditionControlGroupController= takes a - cgroup controller name (eg. ), verifying that it is + cgroup controller name (eg. cpu), verifying that it is available for use on the system. For example, a particular controller may not be available if it was disabled on the kernel command line with cgroup_disable=controller. Multiple controllers may be passed with a space separating them; in this case the condition will only pass if all listed controllers are available for use. Controllers unknown to systemd are ignored. Valid controllers are - , , , - , , - , and . + cpu, cpuacct, io, + blkio, memory, + devices, and pids. If multiple conditions are specified, the unit will be executed if all of them apply (i.e. a logical AND is applied). -- 2.39.2