From ee9c4ff4c89584ecf4e64f330fba627df099f4ad Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 7 Jan 2015 21:54:45 -0500 Subject: [PATCH] doc: fix stale references to systemd-verify This was subsumed into systemd-analyze back in 142c4ecaa98. --- 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 073e807b4..ecfc7af2a 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 ae243d671..bf0deb1f9 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1592,7 +1592,7 @@ systemd.scope5, systemd.slice5, systemd.time7, - systemd-verify1, + systemd-analyze1, capabilities7, systemd.directives7, uname1 -- 2.30.2