Blame 0001-exec-Fix-number-of-unit-types.patch
|
Michal Schmidt |
706a2f |
From 9a66640832d103f906c2ef609a1d19d43fc542f6 Mon Sep 17 00:00:00 2001
|
|
Michal Schmidt |
706a2f |
From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= <ozan@pardus.org.tr>
|
|
Michal Schmidt |
706a2f |
Date: Fri, 27 May 2011 08:24:22 +0300
|
|
Michal Schmidt |
706a2f |
Subject: [PATCH 1/4] exec: Fix number of unit types
|
|
Michal Schmidt |
706a2f |
|
|
Michal Schmidt |
706a2f |
There are four unit types mentioned in here, not three
|
|
Michal Schmidt |
706a2f |
---
|
|
Michal Schmidt |
706a2f |
man/systemd.exec.xml | 4 ++--
|
|
Michal Schmidt |
706a2f |
1 files changed, 2 insertions(+), 2 deletions(-)
|
|
Michal Schmidt |
706a2f |
|
|
Michal Schmidt |
706a2f |
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
|
|
Michal Schmidt |
706a2f |
index de1d9bf..7b4f7e3 100644
|
|
Michal Schmidt |
706a2f |
--- a/man/systemd.exec.xml
|
|
Michal Schmidt |
706a2f |
+++ b/man/systemd.exec.xml
|
|
Michal Schmidt |
706a2f |
@@ -57,13 +57,13 @@
|
|
Michal Schmidt |
706a2f |
<refsect1>
|
|
Michal Schmidt |
706a2f |
<title>Description</title>
|
|
Michal Schmidt |
706a2f |
|
|
Michal Schmidt |
706a2f |
- <para>Unit configuration files for services, sockets
|
|
Michal Schmidt |
706a2f |
+ <para>Unit configuration files for services, sockets,
|
|
Michal Schmidt |
706a2f |
mount points and swap devices share a subset of
|
|
Michal Schmidt |
706a2f |
configuration options which define the execution
|
|
Michal Schmidt |
706a2f |
environment of spawned processes.</para>
|
|
Michal Schmidt |
706a2f |
|
|
Michal Schmidt |
706a2f |
<para>This man page lists the configuration options
|
|
Michal Schmidt |
706a2f |
- shared by these three unit types. See
|
|
Michal Schmidt |
706a2f |
+ shared by these four unit types. See
|
|
Michal Schmidt |
706a2f |
<citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>
|
|
Michal Schmidt |
706a2f |
for the common options of all unit configuration
|
|
Michal Schmidt |
706a2f |
files, and
|
|
Michal Schmidt |
706a2f |
--
|
|
Michal Schmidt |
706a2f |
1.7.4.4
|
|
Michal Schmidt |
706a2f |
|