From 3628c38b5c73d667d38a19c19ab5a1c22535ba17 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 7 Jan 2015 21:54:45 -0500 Subject: doc: fix stale references to systemd-verify This was subsumed into systemd-analyze back in 142c4ecaa98. (cherry picked from commit ee9c4ff4c89584ecf4e64f330fba627df099f4ad) --- man/systemd-analyze.xml | 4 ++-- man/systemd.unit.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 073e807b41..ecfc7af2af 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -352,7 +352,7 @@ Requires=different.service [Service] Desription=x -$ systemd-verify ./user.slice +$ systemd-analyze verify ./user.slice [./user.slice:9] Unknown lvalue 'WhatIsThis' in section 'Unit' [./user.slice:13] Unknown section 'Service'. Ignoring. Error: org.freedesktop.systemd1.LoadFailed: @@ -376,7 +376,7 @@ ListenStream=100 ListenStream=100 Accept=yes -$ systemd-verify ./a.socket ./b.socket +$ systemd-analyze verify ./a.socket ./b.socket Service a.service not loaded, a.socket cannot be started. Service b@0.service not loaded, b.socket cannot be started. diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index e20851f6c9..5c5513b162 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1560,7 +1560,7 @@ systemd.scope5, systemd.slice5, systemd.time7, - systemd-verify1, + systemd-analyze1, capabilities7, systemd.directives7, uname1 -- cgit v1.2.1