summaryrefslogtreecommitdiffstats
path: root/lib/libgssapi
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libgssapi')
-rw-r--r--lib/libgssapi/gss_accept_sec_context.32
-rw-r--r--lib/libgssapi/gss_acquire_cred.32
-rw-r--r--lib/libgssapi/gssapi.32
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libgssapi/gss_accept_sec_context.3 b/lib/libgssapi/gss_accept_sec_context.3
index a4c219c..cd80db6 100644
--- a/lib/libgssapi/gss_accept_sec_context.3
+++ b/lib/libgssapi/gss_accept_sec_context.3
@@ -121,7 +121,7 @@ following restrictions apply to the output parameters:
.Pp
The value returned via the
.Fa time_rec
-parameter is undefined Unless the
+parameter is undefined unless the
accompanying
.Fa ret_flags
parameter contains the bit
diff --git a/lib/libgssapi/gss_acquire_cred.3 b/lib/libgssapi/gss_acquire_cred.3
index 5de9ea0..4b683e7 100644
--- a/lib/libgssapi/gss_acquire_cred.3
+++ b/lib/libgssapi/gss_acquire_cred.3
@@ -184,7 +184,7 @@ Type contained within desired_name parameter is not supported.
.It GSS_S_BAD_NAME
Value supplied for desired_name parameter is ill formed.
.It GSS_S_CREDENTIALS_EXPIRED
-The credentials could not be acquired Because they have expired.
+The credentials could not be acquired because they have expired.
.It GSS_S_NO_CRED
No credentials were found for the specified name.
.El
diff --git a/lib/libgssapi/gssapi.3 b/lib/libgssapi/gssapi.3
index 2ed54a9..f92da59 100644
--- a/lib/libgssapi/gssapi.3
+++ b/lib/libgssapi/gssapi.3
@@ -139,7 +139,7 @@ GSS-API Context-Level Routines:
.It gss_init_sec_context
Initiate a security context with a peer application
.It gss_accept_sec_context
- Accept a security context initiated by a peer application
+Accept a security context initiated by a peer application
.It gss_delete_sec_context
Discard a security context
.It gss_process_context_token
OpenPOWER on IntegriCloud