diff options
author | eadler <eadler@FreeBSD.org> | 2012-03-29 05:02:12 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-03-29 05:02:12 +0000 |
commit | 1ef5fe44d364187e492b6a152c0176186161b44f (patch) | |
tree | bc9e037fdf2ed91d8f914cfe43bade2553a869c2 /lib/libgssapi | |
parent | 0b5862156580ae2abf520982aca1e1085730d500 (diff) | |
download | FreeBSD-src-1ef5fe44d364187e492b6a152c0176186161b44f.zip FreeBSD-src-1ef5fe44d364187e492b6a152c0176186161b44f.tar.gz |
Remove trailing whitespace per mdoc lint warning
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
Diffstat (limited to 'lib/libgssapi')
-rw-r--r-- | lib/libgssapi/gss_release_buffer.3 | 2 | ||||
-rw-r--r-- | lib/libgssapi/gss_release_oid_set.3 | 2 | ||||
-rw-r--r-- | lib/libgssapi/mech.5 | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libgssapi/gss_release_buffer.3 b/lib/libgssapi/gss_release_buffer.3 index 259db3b..c4acf81 100644 --- a/lib/libgssapi/gss_release_buffer.3 +++ b/lib/libgssapi/gss_release_buffer.3 @@ -53,7 +53,7 @@ field in the descriptor to .Dv NULL . Any buffer object returned by a GSS-API routine may be passed to .Fn gss_release_buffer -(even if there is no storage associated with the buffer). +(even if there is no storage associated with the buffer). .Sh PARAMETERS .Bl -tag .It minor_status diff --git a/lib/libgssapi/gss_release_oid_set.3 b/lib/libgssapi/gss_release_oid_set.3 index 391ad28..7de4e9a 100644 --- a/lib/libgssapi/gss_release_oid_set.3 +++ b/lib/libgssapi/gss_release_oid_set.3 @@ -53,7 +53,7 @@ and the gss_OID_set_desc itself. .Pp Implementations are encouraged to set the gss_OID_set parameter to .Dv GSS_C_NO_OID_SET -on successful completion of this routine. +on successful completion of this routine. .Sh PARAMETERS .Bl -tag .It minor_status diff --git a/lib/libgssapi/mech.5 b/lib/libgssapi/mech.5 index 6078828..b56565e 100644 --- a/lib/libgssapi/mech.5 +++ b/lib/libgssapi/mech.5 @@ -62,10 +62,10 @@ This mechanism will be used by .Xr gss_init_sec_context 3 if the user doesn't specify a specific mechanism. .Pp -The +The .Pa "/etc/gss/qop" file contains a list of Quality of Protection values for use with -GSS-API. +GSS-API. Each line of the file either contains a comment if the first character is '#' or it contains three fields with the following meanings: .Bl -tag |