mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
cleanup trailing whitespace
This commit is contained in:
@@ -396,7 +396,7 @@
|
|||||||
<dt><span class="term"><code class="option">+[no]all</code></span></dt>
|
<dt><span class="term"><code class="option">+[no]all</code></span></dt>
|
||||||
<dd><p>
|
<dd><p>
|
||||||
Set or clear the display options
|
Set or clear the display options
|
||||||
<code class="option">+[no]comments</code>,
|
<code class="option">+[no]comments</code>,
|
||||||
<code class="option">+[no]rrcomments</code>, and
|
<code class="option">+[no]rrcomments</code>, and
|
||||||
<code class="option">+[no]trust</code> as a group.
|
<code class="option">+[no]trust</code> as a group.
|
||||||
</p></dd>
|
</p></dd>
|
||||||
|
@@ -79,7 +79,7 @@
|
|||||||
<p>
|
<p>
|
||||||
The length of time to check for DNSSEC coverage. Key events
|
The length of time to check for DNSSEC coverage. Key events
|
||||||
scheduled further into the future than <code class="option">duration</code>
|
scheduled further into the future than <code class="option">duration</code>
|
||||||
will be ignored, and assumed to be correct.
|
will be ignored, and assumed to be correct.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The value of <code class="option">duration</code> can be set in seconds,
|
The value of <code class="option">duration</code> can be set in seconds,
|
||||||
|
@@ -134,7 +134,7 @@ XSRCS = adb_test.c \
|
|||||||
|
|
||||||
@BIND9_MAKE_RULES@
|
@BIND9_MAKE_RULES@
|
||||||
|
|
||||||
# disable optimization for backtrace test to get the expected result
|
# disable optimization for backtrace test to get the expected result
|
||||||
BTTEST_CFLAGS = ${BACKTRACECFLAGS} ${EXT_CFLAGS} ${ALL_CPPFLAGS} -g \
|
BTTEST_CFLAGS = ${BACKTRACECFLAGS} ${EXT_CFLAGS} ${ALL_CPPFLAGS} -g \
|
||||||
${ALWAYS_WARNINGS} ${STD_CWARNINGS} ${CWARNINGS}
|
${ALWAYS_WARNINGS} ${STD_CWARNINGS} ${CWARNINGS}
|
||||||
|
|
||||||
|
@@ -44,7 +44,7 @@ LWRESDEPLIBS = ../../lib/lwres/liblwres.@A@
|
|||||||
LIBS = ${ISCLIBS} @LIBS@
|
LIBS = ${ISCLIBS} @LIBS@
|
||||||
NOSYMLIBS = ${ISCNOSYMLIBS} @LIBS@
|
NOSYMLIBS = ${ISCNOSYMLIBS} @LIBS@
|
||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
|
|
||||||
DNSTAPTARGETS = dnstap-read@EXEEXT@
|
DNSTAPTARGETS = dnstap-read@EXEEXT@
|
||||||
TARGETS = arpaname@EXEEXT@ named-journalprint@EXEEXT@ \
|
TARGETS = arpaname@EXEEXT@ named-journalprint@EXEEXT@ \
|
||||||
|
@@ -23,4 +23,4 @@ TARGETS =
|
|||||||
|
|
||||||
distclean::
|
distclean::
|
||||||
rm -f isc-docbook-chunk.xsl isc-docbook-html.xsl \
|
rm -f isc-docbook-chunk.xsl isc-docbook-html.xsl \
|
||||||
isc-manpage.xsl isc-notes-html.xsl
|
isc-manpage.xsl isc-notes-html.xsl
|
||||||
|
@@ -57,7 +57,7 @@ PKCS11LINKOBJS = pkcs11dh_link.@O@ pkcs11dsa_link.@O@ pkcs11rsa_link.@O@ \
|
|||||||
|
|
||||||
DSTOBJS = @DST_EXTRA_OBJS@ @OPENSSLLINKOBJS@ @PKCS11LINKOBJS@ \
|
DSTOBJS = @DST_EXTRA_OBJS@ @OPENSSLLINKOBJS@ @PKCS11LINKOBJS@ \
|
||||||
dst_api.@O@ dst_lib.@O@ dst_parse.@O@ dst_result.@O@ \
|
dst_api.@O@ dst_lib.@O@ dst_parse.@O@ dst_result.@O@ \
|
||||||
gssapi_link.@O@ gssapictx.@O@ hmac_link.@O@ key.@O@
|
gssapi_link.@O@ gssapictx.@O@ hmac_link.@O@ key.@O@
|
||||||
|
|
||||||
GEOIPLINKOBJS = geoip.@O@
|
GEOIPLINKOBJS = geoip.@O@
|
||||||
|
|
||||||
|
@@ -61,7 +61,7 @@ SRCS = db_test.c \
|
|||||||
time_test.c \
|
time_test.c \
|
||||||
update_test.c \
|
update_test.c \
|
||||||
zonemgr_test.c \
|
zonemgr_test.c \
|
||||||
zt_test.c
|
zt_test.c
|
||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
TARGETS = db_test@EXEEXT@ \
|
TARGETS = db_test@EXEEXT@ \
|
||||||
@@ -227,5 +227,5 @@ clean distclean::
|
|||||||
rm -f ${TARGETS}
|
rm -f ${TARGETS}
|
||||||
rm -f atf.out
|
rm -f atf.out
|
||||||
rm -f testdata/master/master12.data testdata/master/master13.data \
|
rm -f testdata/master/master12.data testdata/master/master13.data \
|
||||||
testdata/master/master14.data
|
testdata/master/master14.data
|
||||||
rm -f zone.bin
|
rm -f zone.bin
|
||||||
|
@@ -559,7 +559,9 @@ foreach $file (keys %file_types) {
|
|||||||
$body = "$body$_";
|
$body = "$body$_";
|
||||||
}
|
}
|
||||||
$_ = $body;
|
$_ = $body;
|
||||||
} elsif ($type eq "SGML" && $sysyears =~ /$this_year/) {
|
} elsif (($type eq "SGML" || $type eq "HTML" ||
|
||||||
|
$type eq "MAKE") &&
|
||||||
|
$sysyears =~ /$this_year/) {
|
||||||
my $body = "";
|
my $body = "";
|
||||||
while (<SOURCE>) {
|
while (<SOURCE>) {
|
||||||
# Remove trailing white space.
|
# Remove trailing white space.
|
||||||
|
Reference in New Issue
Block a user