From 4a511fd03bf9e920f9ff4fbc549fe4fbb9fc5eb6 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Fri, 11 Sep 2009 13:33:07 +0100
Subject: [PATCH] Fix gnt-job info entry in gnt-job(8)

It currently reports "cancel" in its syntax, which is obviously a
cut&paste error.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 man/gnt-job.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/gnt-job.sgml b/man/gnt-job.sgml
index e31d41789..2fa730747 100644
--- a/man/gnt-job.sgml
+++ b/man/gnt-job.sgml
@@ -107,7 +107,7 @@
     <refsect2>
       <title>INFO</title>
       <cmdsynopsis>
-        <command>cancel</command>
+        <command>info</command>
         <arg choice="req" rep="repeat"><replaceable>id</replaceable></arg>
       </cmdsynopsis>
 
-- 
GitLab