summaryrefslogtreecommitdiffstats
path: root/lib/libgssapi
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2010-08-16 15:18:30 +0000
committerjoel <joel@FreeBSD.org>2010-08-16 15:18:30 +0000
commitdd1fff9bcb93c49e02a04bb712ecc2695db0c218 (patch)
treef1fb1550ad8fd503eb2a17d71116cdfebf902492 /lib/libgssapi
parentc239a236c133a4ec85da52df6f459b176073ffb5 (diff)
downloadFreeBSD-src-dd1fff9bcb93c49e02a04bb712ecc2695db0c218.zip
FreeBSD-src-dd1fff9bcb93c49e02a04bb712ecc2695db0c218.tar.gz
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
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