Documentation patches (S. Elipot)
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
* Strip realm from username (B. Marshall)
|
* Strip realm from username (B. Marshall)
|
||||||
* Mention netdisco-users mail list in docs (C. Goldsmith)
|
* Mention netdisco-users mail list in docs (C. Goldsmith)
|
||||||
* Avoid pathological delete mac for millions of nodes (S. Xu)
|
* Avoid pathological delete mac for millions of nodes (S. Xu)
|
||||||
|
* Documentation fixes (S. Elipot)
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ sub graph {
|
|||||||
my $G = make_graph();
|
my $G = make_graph();
|
||||||
|
|
||||||
unless (defined $G){
|
unless (defined $G){
|
||||||
print "graph() - make_graph() failed. Try running with debug (-D).";
|
print "graph() - make_graph() failed. Try running with debug (-D).\n";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<th>v[% schema_ver | html_entity %]</th>
|
<th>v[% schema_ver | html_entity %]</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th><a href="http://http://perldancer.org/">Dancer</a></th>
|
<th><a href="http://perldancer.org/">Dancer</a></th>
|
||||||
<th>[% dancer_version | html_entity %]</th>
|
<th>[% dancer_version | html_entity %]</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user