Documentation patches (S. Elipot)

This commit is contained in:
Oliver Gorwits
2016-10-01 18:29:02 +01:00
parent 51810525ac
commit ca4fb72638
3 changed files with 3 additions and 2 deletions

View File

@@ -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]

View File

@@ -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;
} }

View File

@@ -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>