docs/63396: Fix some minor grammar errors in gssapi.3.

Christopher Nehren apeiron at comcast.net
Thu Feb 26 16:00:40 UTC 2004


>Number:         63396
>Category:       docs
>Synopsis:       Fix some minor grammar errors in gssapi.3.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 26 08:00:39 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Christopher Nehren
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD prophecy.dyndns.org 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Wed Feb 25 19:25:32 EST 2004 root at prophecy.dyndns.org:/usr/src/sys/i386/compile/PROPHECY i386

This also exists in 5.2.1, as I just cvsup'd and copied the gssapi.3 file from
my src/ tree for which to do my diff'ing.

	
>Description:

Fix some minor (but nonetheless annoying) grammar errors in gssapi.3.

>How-To-Repeat:
man gssapi
>Fix:

There's another part of gssapi.3 about which I'm concerned:
If a match for an entry is in both
.Nm [gssapi]
.Ar correct_des3_mic
and
.Nm [gssapi]
.Ar correct_des3_mic ,
the later will override.

I presume that the former should be broken_des3_mic, but since I haven't used
gssapi, I'm not sure. Here's a patch for the parts which are solely grammatical.

--- /usr/src/crypto/heimdal/lib/gssapi/gssapi.3	Thu Oct  9 15:36:20 2003
+++ ./gssapi.3	Thu Feb 26 10:52:18 2004
@@ -106,17 +106,17 @@
 .Fn gss_get_mic
 /
 .Fn gss_verify_mic .
-Its possible to modify the behavior of the generator of the MIC with
+It's possible to modify the behavior of the generator of the MIC with
 the
 .Pa krb5.conf
 configuration file so that old clients/servers will still
 work.
 .Pp
 New clients/servers will try both the old and new MIC in Heimdal 0.6.
-In 0.7 it will check only if configured and the compatibility code
-will be removed in 0.8.
+In 0.7 it will check only if configured (the compatibility code
+will be removed in 0.8).
 .Pp
-Heimdal 0.6 still generates by default the broken GSS-API DES3 mic,
+Heimdal 0.6 still generates by default the broken GSS-API DES3 mic;
 this will change in 0.7 to generate correct des3 mic.
 .Pp
 To turn on compatibility with older clients and servers, change the
@@ -130,7 +130,7 @@
 .Nm [gssapi]
 .Ar correct_des3_mic .
 .Pp
-If a match for a entry is in both
+If a match for an entry is in both
 .Nm [gssapi]
 .Ar correct_des3_mic
 and
@@ -150,7 +150,7 @@
 .Sh BUGS
 All of 0.5.x versions of
 .Nm heimdal
-had broken token delegations in the client side, the server side was
+had broken token delegations in the client side; the server side was
 correct.
 .Sh SEE ALSO
 .Xr krb5 3 ,
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list