Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed spelling typo in manual #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dane.1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dane [\fB\-v\fR] [\fB\-q\fR] [\fB\-h\fR] [\fB\-v\fR] [\fB\-\-draft\fR|\fB\-\-rfc
[\fIhost2 \&.\&.\&.]\fR] [\fI@nameserver]\fR]
.SH "DESCRIPTION"
.PP
dane generates TLSA/HASTLS records based on the IETF DANE working group proposal\&. These are currently in draft, so private RRTYPE assignments are used\&. Records are generated by connecting to the website using SSL and grabbing its (EE) certificate\&. If the nameserver of the domain allows zone tranfers (AXFR), an entire domain can be processed for all its A/AAAA records\&.
dane generates TLSA/HASTLS records based on the IETF DANE working group proposal\&. These are currently in draft, so private RRTYPE assignments are used\&. Records are generated by connecting to the website using SSL and grabbing its (EE) certificate\&. If the nameserver of the domain allows zone transfers (AXFR), an entire domain can be processed for all its A/AAAA records\&.
.SH "OPTIONS"
.PP
\fB\-n / \-\-nameserver\fR <\fIhostname1\fR>
Expand All @@ -47,7 +47,7 @@ Use specified nameserver for AXFR query
.PP
\fB\-q / \-\-quiet\fR
.RS 4
Supress all warnings \- useful when scanning lots of host where some do not run SSL
Suppress all warnings \- useful when scanning lots of host where some do not run SSL
.RE
.PP
\fB\-\-axfr\fR
Expand Down
4 changes: 2 additions & 2 deletions dane.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<para>dane generates TLSA/HASTLS records based on the IETF DANE working group proposal.
These are currently in draft, so private RRTYPE assignments are used. Records are generated
by connecting to the website using SSL and grabbing its (EE) certificate.
If the nameserver of the domain allows zone tranfers (AXFR), an entire domain can be processed for all its A/AAAA records.</para>
If the nameserver of the domain allows zone transfers (AXFR), an entire domain can be processed for all its A/AAAA records.</para>
</refsect1>

<refsect1 id='options'><title>OPTIONS</title>
Expand All @@ -47,7 +47,7 @@ If the nameserver of the domain allows zone tranfers (AXFR), an entire domain ca
<varlistentry>
<term><option>-q / --quiet</option></term>
<listitem>
<para>Supress all warnings - useful when scanning lots of host where some do not run SSL</para>
<para>Suppress all warnings - useful when scanning lots of host where some do not run SSL</para>
</listitem>
</varlistentry>
<varlistentry>
Expand Down