Skip to content

Commit

Permalink
Fix spelling errors reported by lintian
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert committed Sep 15, 2023
1 parent 6a08378 commit 3231646
Show file tree
Hide file tree
Showing 21 changed files with 59 additions and 59 deletions.
10 changes: 5 additions & 5 deletions doc/AC-RFC.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ \section{Introduction}
X.509 Attribute Certificates (ACs) \cite{rfc3281} are used to bind a
set of attributes, like group membership, role, security clearance,
etc\ldots\ with an AC holder. Their well-defined, standardized format
and easy extensibility make them a premium way to distribute those
informations in large system, and in particular in environments where
and easy extensibility make them a premium way to distribute that
information in large system, and in particular in environments where
authentication is done via X.509 Certificates \cite{rfc3280}. This is
the reason why ACs are the format chosen by the VOMS server
\cite{voms} to encode authorization data.
Expand Down Expand Up @@ -52,7 +52,7 @@ \section{FQAN}
\end{enumerate}

For these reasons, a new format has been devised, as documented in
\cite{fqan}. However, here follows a copy of the relevant informations.
\cite{fqan}. However, here follows a copy of the relevant information.

Group membership, Role holding and Capabilities may be expressed in a
format that bounds them together in the following way:
Expand Down Expand Up @@ -175,7 +175,7 @@ \subsection{V2Form}
particular means that this subject MUST NOT be empty.

\section{Attributes}
The attributes field contains informations about the AC holder. At
The attributes field contains information about the AC holder. At
least one attribute MUST always be present.

Attributes types use the format defined in \cite{rfc3281}, repeated here
Expand All @@ -194,7 +194,7 @@ \section{Attributes}

The attributes Group and Role, defined in \cite{rfc3281} are not used by
VOMS AC, and SHOULD NOT be present in conforming ACs. Instead, it
defines a new attribute, FQAN, which holds informations about both,
defines a new attribute, FQAN, which holds information about both,
and in fact also binds them together.

\begin{verbatim}
Expand Down
12 changes: 6 additions & 6 deletions doc/c++api.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ \chapter{Introduction}
\begin{compatibility}
Some information
\end{compatibility}
These section contain informations regarding both back and forward
These sections contain information regarding both back and forward
compatibility between different versions of the API.

\begin{compatibility}
Expand Down Expand Up @@ -92,7 +92,7 @@ \subsection{cap}

\section{The voms structure}
The second one, \texttt{voms} is used to group together all the
informations that can be gleaned from a single AC, and is defined as
information that can be gleaned from a single AC, and is defined as
follows:

\begin{lstlisting}{}
Expand Down Expand Up @@ -195,7 +195,7 @@ \subsection{uri}

\subsection{date1, date2}
These are the dates of start and end of validity of the rest of the
informations. They are in a string representation readable to humans,
information. They are in a string representation readable to humans,
but they may be easily converted back to their original format, with a
little twist: dates coming from an AC are in GeneralizedTime format,
while dates coming from the old version data are in UtcTime format.
Expand Down Expand Up @@ -266,7 +266,7 @@ \subsection{fqan}

\section{vomsdata}
The purpose of this object is to collect in a single place all
informations present in a VOMS extension. It is defined so.
information present in a VOMS extension. It is defined so.

\begin{lstlisting}{}
struct vomsdata {
Expand Down Expand Up @@ -375,7 +375,7 @@ \subsection{error}
\subsection{data}
This field contains a vector of \texttt{voms} structures, in the exact
same order as the corresponding ACs appeared in the proxy certificate,
and containing the informations present in that AC.
and containing the information present in that AC.

\section{Methods}
\subsection {voms}
Expand Down Expand Up @@ -624,7 +624,7 @@ \subsection{bool vomsdata::Retrieve(X509 *cert, STACK\_OF(X509) *chain, recurse\
certificate, executes the verifications requested by the
SetVerificationType() function and interprets the data.
\parameter{cert}{This is the X509 proxy certificate from which we want to
retrieve the informations.}
retrieve the information.}
\parameter{chain}{This is the certificate chain associated to the proxy
certificate. This parameter is only significant if the value of the
next parameter is \texttt{RECURSE\_CHAIN}.}
Expand Down
12 changes: 6 additions & 6 deletions doc/capi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ \chapter{Introduction}
\begin{compatibility}
Some information
\end{compatibility}
These section contain informations regarding both back and forward
These sections contain information regarding both back and forward
compatibility between different versions of the API.

\begin{compatibility}
Expand Down Expand Up @@ -95,7 +95,7 @@ \subsection{cap}

\section{The voms structure}
The second one, \verb|voms| is used to group together all the
informations that can be gleaned from a single AC, and is defined as
information that can be gleaned from a single AC, and is defined as
follows:

{\begin{lstlisting}{}
Expand Down Expand Up @@ -185,7 +185,7 @@ \subsection{uri}

\subsection{date1, date2}
These are the dates of start and end of validity of the rest of the
informations. They are in a string representation readable to humans,
information. They are in a string representation readable to humans,
but they may be easily converted back to their original format, with a
little twist: dates coming from an AC are in GeneralizedTime format,
while dates coming from the old version data are in UtcTime format.
Expand Down Expand Up @@ -261,7 +261,7 @@ \subsection{fqan}

\section{vomsdata}
The purpose of this object is to collect in a single place all
informations present in a VOMS extension. All the fields should be
information present in a VOMS extension. All the fields should be
considered read-only. Changing them has indefinite results.

{\begin{lstlisting}{}
Expand All @@ -282,7 +282,7 @@ \section{vomsdata}
\subsection{data}
This field contains a vector of \verb|voms| structures, in the exact
same order as the corresponding ACs appeared in the proxy certificate,
and containing the informations present in that AC.
and containing the information present in that AC.

\subsection{workvo, volen}
\begin{compatibility}
Expand Down Expand Up @@ -694,7 +694,7 @@ \subsection{int VOMS\_Contact(char *hostname, int port, char
*servsubject, char *command, struct vomsdata *vd, int *error)}

This function is used to contact a VOMS server to receive an AC
containing the calling user's authorization informations. A
containing the calling user's authorization information. A
prerequisite to calling this function is the existance of a valid
proxy for the user himself. This function does not create such a
proxy, which then must already exist. Also, the parameters needed to
Expand Down
20 changes: 10 additions & 10 deletions doc/software.tex
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ \section{Invocation}
order in which these options are specified in the
command line.\\
\textbf{--version} & Prints version information and exits.\\
\textbf{--quiet} & Prints only minimal informations.
\textbf{--quiet} & Prints only minimal information.
\emph{WARNING}: some vital warnings may get
overlooked by this option.\\
\textbf{--verify} & Verifies the certificate from which to create the
Expand Down Expand Up @@ -518,11 +518,11 @@ \section{Invocation}
should be specified in the format
``option=value''.\\
\textbf{--debug} & This option prints a series of additional debug
informations on stdout. The additional output
information on stdout. The additional output
returned by this option should \emph{always} be
included into bug reports for the
voms-proxy-init command. User should not,
however, ever rely on informations printed by
however, ever rely on information printed by
this options. Both content and format are
guaranteed to change between software
releases.\\
Expand All @@ -532,7 +532,7 @@ \section{Invocation}

\chapter{voms-proxy-info}
\section{Introduction}
This command is used to print to the screen the informations included
This command is used to print to the screen the information included
in an already generated VOMS proxy.

\section{Configuration}
Expand All @@ -541,11 +541,11 @@ \section{Configuration}
\section{Invocation}
\begin{longtable}{lp{3in}}
\textbf{--debug} & This option prints a series of additional debug
informations on stdout. The additional output
information on stdout. The additional output
returned by this option should \emph{always} be
included into bug reports for the
voms-proxy-info command. User should not,
however, ever rely on informations printed by
however, ever rely on information printed by
this options. Both content and format are
guaranteed to change between software
releases.\\
Expand All @@ -571,7 +571,7 @@ \section{Invocation}
\textbf{--info} & Lets ``--subject'', ``--issuer'', ``--valid''
and ``--time'' also apply to ACs, and prints
attributes values.\\
\textbf{--extra} & Prints extra informations that were included in
\textbf{--extra} & Prints extra information that were included in
the proxy.\\
\textbf{--all} & Prints everything. (Implies all other
options.)\\
Expand Down Expand Up @@ -601,11 +601,11 @@ \section{Invocation}

\begin{longtable}{lp{3in}}
\textbf{--debug} & This option prints a series of additional debug
informations on stdout. The additional output
information on stdout. The additional output
returned by this option should \emph{always} be
included into bug reports for the
voms-proxy-info command. User should not,
however, ever rely on informations printed by
however, ever rely on information printed by
this options. Both content and format are
guaranteed to change between software
releases.\\
Expand All @@ -615,7 +615,7 @@ \section{Invocation}
option per line, and option that do have values
should be specified in the format
``option=value''.\\
\textbf{--quiet} & Prints only minimal informations.
\textbf{--quiet} & Prints only minimal information.
\emph{WARNING}: some vital warnings may get
overlooked by this option.\\
\textbf{--file} & This option lets you specify a non-standard
Expand Down
10 changes: 5 additions & 5 deletions doc/voms-proxy-fake.1
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The created certificate will be a self\-signed certificate and have a CA=true bi
\fB\-extension\fR
\fIoid[/criticality]value\fR
.PP
This option allows to specified additional extensions to be put in the created certificate\&.
This option allows one to specified additional extensions to be put in the created certificate\&.
.PP
\fIoid\fR
is the Object Identifier of the extensions\&. Any OID may be used even if it is not already known in advance\&. This must always be specified\&. There is no default\&.
Expand All @@ -239,7 +239,7 @@ is the value of the extensions\&. It is composed by two subfields,
and
\fIcontent\fR\&.
\fItype\fR
is a single charater, and specifies how the
is a single character, and specifies how the
\fIcontent\fR
is interpreted\&. \*(Aq:\*(Aq means that
\fIcontent\fR
Expand All @@ -252,7 +252,7 @@ is the name of a file which will contain the actual data\&.
\fB\-acextension\fR
\fIoid[/criticality]value\fR
.PP
This option allows to specified additional extensions to be put in the created attribute certificate\&.
This option allows one to specified additional extensions to be put in the created attribute certificate\&.
.PP
\fIoid\fR
is the Object Identifier of the extensions\&. Any OID may be used even if it is not already known in advance\&. This must always be specified\&. There is no default\&.
Expand All @@ -270,7 +270,7 @@ is the value of the extensions\&. It is composed by two subfields,
and
\fIcontent\fR\&.
\fItype\fR
is a single charater, and specifies how the
is a single character, and specifies how the
\fIcontent\fR
is interpreted\&. \*(Aq:\*(Aq means that
\fIcontent\fR
Expand All @@ -293,7 +293,7 @@ This option adds the generic attribute specified to the AC generated\&. Please n
.PP
The file
\fIfile\fR
contains informations for additional ACs that should be included in the created proxy\&. ACs specified via the \-voinfo option shall be added before ACs specified via the command line options\&.
contains information for additional ACs that should be included in the created proxy\&. ACs specified via the \-voinfo option shall be added before ACs specified via the command line options\&.
.PP
The format of the file is the following:
.PP
Expand Down
10 changes: 5 additions & 5 deletions doc/voms-proxy-fake.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ of: <emphasis remap='I'>seconds</emphasis>, <emphasis remap='I'>hours:minutes</e
have a CA=true bit in the Basic constraints Exception.</para>

<para><option>-extension</option> <replaceable>oid[/criticality]value</replaceable></para>
<para>This option allows to specified additional extensions to be put
<para>This option allows one to specified additional extensions to be put
in the created certificate.</para>
<para><emphasis remap='I'>oid</emphasis> is the Object Identifier of
the extensions. Any OID may be used even if it is not already known
Expand All @@ -209,7 +209,7 @@ of: <emphasis remap='I'>seconds</emphasis>, <emphasis remap='I'>hours:minutes</e
extensions. It is composed by two
subfields, <emphasis remap='I'>type</emphasis>
and <emphasis remap='I'>content</emphasis>. <emphasis remap='I'>type</emphasis>
is a single charater, and specifies how
is a single character, and specifies how
the <emphasis remap='I'>content</emphasis> is interpreted. ':'
means that <emphasis remap='I'>content</emphasis> is a text string
to be included as is. '~' means
Expand All @@ -219,7 +219,7 @@ of: <emphasis remap='I'>seconds</emphasis>, <emphasis remap='I'>hours:minutes</e
which will contain the actual data.</para>

<para><option>-acextension</option> <replaceable>oid[/criticality]value</replaceable></para>
<para>This option allows to specified additional extensions to be put
<para>This option allows one to specified additional extensions to be put
in the created attribute certificate.</para>
<para><emphasis remap='I'>oid</emphasis> is the Object Identifier of
the extensions. Any OID may be used even if it is not already known
Expand All @@ -234,7 +234,7 @@ of: <emphasis remap='I'>seconds</emphasis>, <emphasis remap='I'>hours:minutes</e
extensions. It is composed by two
subfields, <emphasis remap='I'>type</emphasis>
and <emphasis remap='I'>content</emphasis>. <emphasis remap='I'>type</emphasis>
is a single charater, and specifies how
is a single character, and specifies how
the <emphasis remap='I'>content</emphasis> is interpreted. ':'
means that <emphasis remap='I'>content</emphasis> is a text string
to be included as is. '~' means
Expand All @@ -249,7 +249,7 @@ of: <emphasis remap='I'>seconds</emphasis>, <emphasis remap='I'>hours:minutes</e
<para><option>-voinfo</option> <replaceable>file</replaceable></para>

<para>
The file <emphasis remap='I'>file</emphasis> contains informations for
The file <emphasis remap='I'>file</emphasis> contains information for
additional ACs that should be included in the created proxy. ACs
specified via the -voinfo option shall be added before ACs specified
via the command line options.</para>
Expand Down
4 changes: 2 additions & 2 deletions doc/voms-proxy-info.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
voms-proxy-info \- prints informations about a proxy with VOMS extensions
voms-proxy-info \- prints information about a proxy with VOMS extensions
.SH "SYNOPSIS"
.HP \w'\fBvoms\-proxy\-info\fR\ 'u
\fBvoms\-proxy\-info\fR [options]
Expand All @@ -55,7 +55,7 @@ Enables extra debug output\&. This is for bug reports only\&. Users must not rel
The name of the file containing the proxy, in case it is in a non\-standard place\&.
.PP
\fB\-chain\fR
Prints informations about the proxy\*(Aqs certificate chain\&.
Prints information about the proxy\*(Aqs certificate chain\&.
.PP
\fB\-subject\fR
Prints the DN of the proxy\*(Aqs subject\&.
Expand Down
4 changes: 2 additions & 2 deletions doc/voms-proxy-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<refnamediv id='name'>
<refname>voms-proxy-info</refname>
<refpurpose>prints informations about a proxy with VOMS extensions</refpurpose>
<refpurpose>prints information about a proxy with VOMS extensions</refpurpose>
</refnamediv>

<refsynopsisdiv id='synopsis'>
Expand Down Expand Up @@ -56,7 +56,7 @@ The name of the file containing the proxy, in case it is in a
non-standard place.</para>

<para><option>-chain</option>
Prints informations about the proxy's certificate chain.</para>
Prints information about the proxy's certificate chain.</para>

<para><option>-subject</option>
Prints the DN of the proxy's subject.</para>
Expand Down
4 changes: 2 additions & 2 deletions doc/voms-proxy-init.1
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Location of new proxy cert
\fB\-voms\fR
\fIvoms[:command]\fR
Specifies the VOMS server to contact using the nickname
\fIvoms\fR\&. It also allows to send a specific command to the server\&. The default command is
\fIvoms\fR\&. It also allows one to send a specific command to the server\&. The default command is
\fB:all\fR, and it gets all group membership information\&. Other commands are
\fB:/Role=rolename\fR
which grants the
Expand Down Expand Up @@ -189,7 +189,7 @@ This option targets the generated AC to a specific host\&. This option may be sp
.PP
\fB\-timeout\fR
\fIseconds\fR
This option allows to specify the maximum number of seconds that voms\-proxy\-init will wait while trying to establish a connection with the server\&. Its default value is \-1 (unlimited)\&.
This option allows one to specify the maximum number of seconds that voms\-proxy\-init will wait while trying to establish a connection with the server\&. Its default value is \-1 (unlimited)\&.
.PP
\fB\-noregen\fR
Use existing proxy to contact the server and to sing the new proxy\&.
Expand Down
4 changes: 2 additions & 2 deletions doc/voms-proxy-init.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Location of new proxy cert</para>

<para><option>-voms</option> <replaceable>voms[:command]</replaceable>
Specifies the VOMS server to contact using the nickname <emphasis
remap='I'>voms</emphasis>. It also allows to send a specific command
remap='I'>voms</emphasis>. It also allows one to send a specific command
to the server. The default command is <emphasis
remap='B'>:all</emphasis>, and it gets all group membership information.

Expand Down Expand Up @@ -171,7 +171,7 @@ This option targets the generated AC to a specific host. This
hosts.</para>

<para><option>-timeout</option> <replaceable>seconds</replaceable>
This option allows to specify the maximum number of seconds that
This option allows one to specify the maximum number of seconds that
voms-proxy-init will wait while trying to establish a connection
with the server. Its default value is -1 (unlimited).</para>

Expand Down
2 changes: 1 addition & 1 deletion doc/voms-proxy-list.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
voms-proxy-list \- Shows a list of all availabel attributes from a specified server
voms-proxy-list \- Shows a list of all available attributes from a specified server
.SH "SYNOPSIS"
.HP \w'\fBvoms\-proxy\-list\fR\ 'u
\fBvoms\-proxy\-list\fR [options]
Expand Down
Loading

0 comments on commit 3231646

Please sign in to comment.