[BACK]Return to 69.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/69.html between version 1.30 and 1.31

version 1.30, 2021/04/12 19:31:45 version 1.31, 2021/04/12 19:36:19
Line 645 
Line 645 
                 programs that do not specify a source IP, overriding the default                  programs that do not specify a source IP, overriding the default
                 source IP selection algorithm. This is configurable via <a                  source IP selection algorithm. This is configurable via <a
                 href="https://man.openbsd.org/route.8">route(8)</a>                  href="https://man.openbsd.org/route.8">route(8)</a>
                 <tt>sourceaddr</tt> command.                  <code>sourceaddr</code> command.
   
         <li>Bring interfaces up when autoconfiguration for inetor inet6 is          <li>Bring interfaces up when autoconfiguration for inetor inet6 is
                 enabled (AUTOCONF4 or AUTOCONF6 flags).                  enabled (AUTOCONF4 or AUTOCONF6 flags).
Line 1071 
Line 1071 
         <li>Avoid leaking the help text in          <li>Avoid leaking the help text in
                 <a href="https://man.openbsd.org/tcpbench.1">systat(8)</a>.                  <a href="https://man.openbsd.org/tcpbench.1">systat(8)</a>.
         <li>Simplify argument parsing of          <li>Simplify argument parsing of
                 <tt><a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> stop</tt>                  <code><a href="https://man.openbsd.org/vmctl.8">vmctl(8)</a> stop</code>
                 thereby avoiding a                  thereby avoiding a
                 <a href="https://man.openbsd.org/printf.3">printf(3)</a> "%s" NULL,                  <a href="https://man.openbsd.org/printf.3">printf(3)</a> "%s" NULL,
                 a use of uninitialized and a dead else branch.                  a use of uninitialized and a dead else branch.

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31