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

Diff for /www/74.html between version 1.69 and 1.70

version 1.69, 2023/10/14 18:16:54 version 1.70, 2023/10/14 18:24:33
Line 361 
Line 361 
         >ober_scanf_elements(3)</a> when encountering empty sequences.          >ober_scanf_elements(3)</a> when encountering empty sequences.
   <li>Remove broken special handling of <code>test -t</code> in    <li>Remove broken special handling of <code>test -t</code> in
         <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>.          <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>.
   <li>Consistently escape control chars when displaying file name  
         completions in ksh(1).  
   <li>The caching mechanism used by    <li>The caching mechanism used by
         <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>          <a href="https://man.openbsd.org/pkg_add.1">pkg_add(1)</a>
         to speed up <tt>pkg_add -u</tt> now also works if -stable packages          to speed up <tt>pkg_add -u</tt> now also works if -stable packages
Line 582 
Line 580 
       to the current directory including subdirectories, TMPDIR,        to the current directory including subdirectories, TMPDIR,
       and file names given on the command line using        and file names given on the command line using
       <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>.        <a href="https://man.openbsd.org/unveil.2">unveil(2)</a>.
   <li>In <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>, escape    <li>In <a href="https://man.openbsd.org/ksh.1">ksh(1)</a>, consistently
       control characters when displaying file name completions,        escape control characters when displaying file name completions,
       even when there are multiple matches.        even when there are multiple matches.
   <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>,    <li>In <a href="https://man.openbsd.org/pax.1">pax(1)</a>,
       <a href="https://man.openbsd.org/tar.1">tar(1)</a>, and        <a href="https://man.openbsd.org/tar.1">tar(1)</a>, and

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70