mdoc: add missing -width argument to Bl -tag.
This commit is contained in:
parent
bc1bf6e842
commit
5d53fe3984
@ -39,7 +39,7 @@
|
||||
.Sh DESCRIPTION
|
||||
Get details of the last RPCSEC_GSS error.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It error"
|
||||
.It error
|
||||
A pointer to a structure where the error details will be returned
|
||||
.El
|
||||
|
@ -40,7 +40,7 @@
|
||||
This function looks up a mechanism by name by reading the file
|
||||
/etc/gss/mech and queries it for its capabilities.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It service"
|
||||
.It mech
|
||||
The mechanism to search for
|
||||
.It service
|
||||
|
@ -46,7 +46,7 @@
|
||||
This function can be used to generate a client principal name from
|
||||
various strings.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It principal"
|
||||
.It principal
|
||||
If the principal is created successfully,
|
||||
.Fa *principal
|
||||
|
@ -39,7 +39,7 @@
|
||||
.Sh DESCRIPTION
|
||||
Return the highest and lowest supported versions of the RPCSEC_GSS protocol.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It vers_lo"
|
||||
.It vers_hi
|
||||
The value of
|
||||
.Fa *vers_hi
|
||||
|
@ -45,7 +45,7 @@
|
||||
This function returns the RPCSEC_GSS authenticated credentials
|
||||
associated with an RPC request.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It cookie"
|
||||
.It req
|
||||
The RPC request to query
|
||||
.It rcred
|
||||
|
@ -40,7 +40,7 @@
|
||||
This function looks up a mechanism by name by reading the file
|
||||
/etc/gss/mech.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It mech"
|
||||
.It mech
|
||||
The mechanism to search for
|
||||
.El
|
||||
|
@ -41,7 +41,7 @@ Calculate the maximum message size that will fit into a packet of size
|
||||
.Fa max_tp_unit_len ,
|
||||
given the current service and QoP setting.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It max_tp_unit_len"
|
||||
.It auth
|
||||
A handle to a RPCSEC_GSS security context
|
||||
.It max_tp_unit_len
|
||||
|
@ -40,7 +40,7 @@
|
||||
This function looks up a mechanism by name by reading the file
|
||||
/etc/gss/mech.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It oid_ret"
|
||||
.It mech
|
||||
The mechanism name to search for
|
||||
.It oid_ret
|
||||
|
@ -40,7 +40,7 @@
|
||||
This function looks up a mechanism by oid by reading the file
|
||||
/etc/gss/mech.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It mech_ret"
|
||||
.It oid
|
||||
The mechanism oid to search for
|
||||
.It mech_ret
|
||||
|
@ -40,7 +40,7 @@
|
||||
This function looks up a quality of protection by name by reading the file
|
||||
/etc/gss/qop.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It number_ret"
|
||||
.It qop
|
||||
The quality of protection to search for
|
||||
.It mech
|
||||
|
@ -48,7 +48,7 @@
|
||||
This function is used to establish a security context between an
|
||||
application and a remote peer using the RPSEC_GSS protocol.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width "options_req"
|
||||
.It clnt
|
||||
An RPC handle which is connected to the remote peer
|
||||
.It principal
|
||||
@ -62,7 +62,7 @@ The value of mechanism should be the name of one of the security
|
||||
mechanisms listed in /etc/gss/mech.
|
||||
.It service
|
||||
Type of service requested.
|
||||
.Bl -tag
|
||||
.Bl -tag -width "rpc_gss_svc_integrity"
|
||||
.It rpc_gss_svc_default
|
||||
The default - typically the same as
|
||||
.Dv rpc_gss_svc_none .
|
||||
|
@ -62,7 +62,7 @@ protection used by the context.
|
||||
If a context is locked, any subsequent requests which use different
|
||||
values for service and quality of protection will be rejected.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It gss_context"
|
||||
.It cb
|
||||
A structure containing the RPC program and version for this callback
|
||||
and a function which will be called when new contexts are created for
|
||||
|
@ -45,7 +45,7 @@ Set the service and quality of protection to be used for RPC requests.
|
||||
The new values apply for the rest of the lifetime of the context
|
||||
(unless changed again with this function).
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It service"
|
||||
.It service
|
||||
The service type to use for subsequent RPC requests
|
||||
.It qop
|
||||
|
@ -47,7 +47,7 @@ This function registers a service principal which will be used to
|
||||
authenticate RPCSEC_GSS security contexts for a given RPC program and
|
||||
version.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It mechanism"
|
||||
.It principal
|
||||
A string representing the service principal in the form
|
||||
.Qq service@hostname
|
||||
|
@ -41,7 +41,7 @@ Calculate the maximum message size that will fit into a packet of size
|
||||
.Fa max_tp_unit_len ,
|
||||
given the current service and QoP setting.
|
||||
.Sh PARAMETERS
|
||||
.Bl -tag
|
||||
.Bl -tag -width ".It max_tp_unit_len"
|
||||
.It req
|
||||
An RPC request
|
||||
.It max_tp_unit_len
|
||||
|
Loading…
x
Reference in New Issue
Block a user