From mistral@imasy.or.jp  Wed Feb 22 00:33:30 2006
Return-Path: <mistral@imasy.or.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2BCCF16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Feb 2006 00:33:30 +0000 (GMT)
	(envelope-from mistral@imasy.or.jp)
Received: from shimako.yamayuri.org (yumi.yamayuri.org [218.45.22.23])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3541743D5F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Feb 2006 00:33:22 +0000 (GMT)
	(envelope-from mistral@imasy.or.jp)
Received: from shimako.yamayuri.org (localhost [127.0.0.1])
	by shimako.yamayuri.org (8.13.4/8.13.4/shimako) with ESMTP id k1M0XJ9r002775
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Feb 2006 09:33:19 +0900 (JST)
	(envelope-from mistral@imasy.or.jp)
Received: (from sarumaru@localhost)
	by shimako.yamayuri.org (8.13.4/8.13.4/Submit) id k1M0XJLW002774;
	Wed, 22 Feb 2006 09:33:19 +0900 (JST)
	(envelope-from sarumaru)
Message-Id: <200602220033.k1M0XJLW002774@shimako.yamayuri.org>
Date: Wed, 22 Feb 2006 09:33:19 +0900 (JST)
From: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Reply-To: Yoshihiko Sarumaru <mistral@imasy.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] some typos in klist(1)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         93683
>Category:       docs
>Synopsis:       [patch] some typos in klist(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    chinsan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 22 00:40:05 GMT 2006
>Closed-Date:    Wed Sep 01 09:26:36 UTC 2010
>Last-Modified:  Wed Sep 01 09:26:36 UTC 2010
>Originator:     Yoshihiko Sarumaru
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
FreeBSD jpman project
>Environment:
System: FreeBSD shimako.yamayuri.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Mon Feb 20 00:13:21 JST 2006 sarumaru@shimako.yamayuri.org:/usr/obj/usr/src/sys/VGN-T72 i386


	
>Description:
	In the klist(1) derived from Heimdal 0.6.3, some typos are exist,
	and it was already fixed in the latest vendor release (Heimdal 0.7.2).

	Here is a patch to fix it.
	I send a mail to necter to discuss about it, but I couldn't get
	a reply from him. I hear he doesn't responding to the mail theses days.
	Who is the responsible about this next to nectar?
>How-To-Repeat:
	
>Fix:
--- /usr/src/crypto/heimdal/kuser/klist.1	Fri Oct 10 04:36:19 2003
+++ klist.1	Wed Feb 22 09:31:58 2006
@@ -53,7 +53,7 @@
 .Op Fl -help
 .Sh DESCRIPTION
 .Nm
-reads and displays the current tickets in the crential cache (also
+reads and displays the current tickets in the credential cache (also
 known as the ticket file).
 .Pp
 Options supported:
@@ -62,7 +62,7 @@
 .Fl c Ar cache ,
 .Fl -cache= Ns Ar cache
 .Xc
-credentials cache to list
+credential cache to list
 .It Xo
 .Fl s ,
 .Fl t ,
@@ -86,7 +86,7 @@
 .Xc
 display v5 cred cache (this is the default)
 .It Fl f
-Include ticket flags in short form, each charcted stands for a
+Include ticket flags in short form, each character stands for a
 specific flag, as follows:
 .Bl -tag -width  XXX -compact -offset indent
 .It F
@@ -123,9 +123,9 @@
 Verbose output. Include all possible information:
 .Bl -tag -width XXXX -offset indent
 .It Server
-the princial the ticket is for
+the principal the ticket is for
 .It Ticket etype
-the encryption type use in the ticket, followed by the key version of
+the encryption type used in the ticket, followed by the key version of
 the ticket, if it is available
 .It Session key
 the encryption type of the session key, if it's different from the
@@ -133,7 +133,7 @@
 .It Auth time
 the time the authentication exchange took place
 .It Start time
-the time that this tickets is valid from (only printed if it's
+the time that this ticket is valid from (only printed if it's
 different from the auth time)
 .It End time
 when the ticket expires, if it has already expired this is also noted
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->jcamou  
Responsible-Changed-By: jcamou 
Responsible-Changed-When: Wed Feb 22 00:46:38 UTC 2006 
Responsible-Changed-Why:  
Take pr. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93683 
Responsible-Changed-From-To: jcamou->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Apr 8 14:13:15 UTC 2007 
Responsible-Changed-Why:  
jcamou has not been seen for a while, so return this one to the pool. 

Hat:		bugmeister 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93683 
Responsible-Changed-From-To: freebsd-doc->chinsan 
Responsible-Changed-By: chinsan 
Responsible-Changed-When: Mon Apr 9 03:18:41 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93683 
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Wed Sep 1 09:25:42 UTC 2010 
State-Changed-Why:  
It looks like all typos were fixed in the recent Heimdal imports. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93683 
>Unformatted:
