diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2017-05-01 13:44:17 +0100 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-05-03 18:07:53 +0000 |
commit | bccbd30bb6d0c20635d3f23e8d63f3f8170d3c46 (patch) | |
tree | 9dd610f85f66a62939d52ee3e7854f1d231a6235 /usr/src/man/man3gss | |
parent | 719db50f9baba455978a31987e3e235ebd8a1592 (diff) | |
download | illumos-gate-bccbd30bb6d0c20635d3f23e8d63f3f8170d3c46.tar.gz |
8138 Improve manpage spelling
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Cody Mello <melloc@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man3gss')
-rw-r--r-- | usr/src/man/man3gss/gss_accept_sec_context.3gss | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/man/man3gss/gss_accept_sec_context.3gss b/usr/src/man/man3gss/gss_accept_sec_context.3gss index ce700001ab..9febb67151 100644 --- a/usr/src/man/man3gss/gss_accept_sec_context.3gss +++ b/usr/src/man/man3gss/gss_accept_sec_context.3gss @@ -24,7 +24,6 @@ cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lgss\fR [ \fIlibrary\fR\&.\|. .fi .SH PARAMETERS -.sp .LP The parameter descriptions for \fBgss_accept_sec_context()\fR follow: .sp @@ -263,7 +262,6 @@ that is, if the \fIret_flag\fR argument resolves to \fBGSS_C_DELEG_FLAG\fR. .RE .SH DESCRIPTION -.sp .LP The \fBgss_accept_sec_context()\fR function allows a remotely initiated security context between the application and a remote peer to be established. @@ -325,7 +323,7 @@ All other bits within the \fIret_flags\fR argument are set to zero. .sp .LP While \fBgss_accept_sec_context()\fR returns \fBGSS_S_CONTINUE_NEEDED\fR, the -values returned by means of the the \fIret_flags\fR argument indicate the +values returned by means of the \fIret_flags\fR argument indicate the services available from the established context. If the initial call of \fBgss_accept_sec_context()\fR fails, no context object is created, and the value of the \fIcontext_handle\fR parameter is set to \fBGSS_C_NO_CONTEXT\fR. @@ -339,7 +337,6 @@ requirement did not exist in version 1 of the \fBGSS-API\fR specification, so applications that wish to run over version 1 implementations must special-case these codes. .SH ERRORS -.sp .LP \fBgss_accept_sec_context()\fR may return the following status codes: .sp @@ -522,7 +519,6 @@ do { .in -2 .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -538,7 +534,6 @@ MT-Level Safe .TE .SH SEE ALSO -.sp .LP \fBgss_delete_sec_context\fR(3GSS), \fBgss_export_sec_context\fR(3GSS), \fBgss_get_mic\fR(3GSS), \fBgss_init_sec_context\fR(3GSS), |