23 lines
935 B
Diff
23 lines
935 B
Diff
From 8debc611398abf60d16e73982c9d56b5ea957e15 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
|
Date: Tue, 24 Dec 2013 22:57:15 -0500
|
|
Subject: [PATCH] man: fix description of is-enabled returned value
|
|
|
|
---
|
|
man/systemctl.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/man/systemctl.xml b/man/systemctl.xml
|
|
index 61deb19..25b03d8 100644
|
|
--- a/man/systemctl.xml
|
|
+++ b/man/systemctl.xml
|
|
@@ -932,7 +932,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service
|
|
<row>
|
|
<entry><literal>static</literal></entry>
|
|
<entry>Unit is not enabled, but has no provisions for enabling in [Install] section</entry>
|
|
- <entry>1</entry>
|
|
+ <entry>0</entry>
|
|
</row>
|
|
<row>
|
|
<entry><literal>disabled</literal></entry>
|