=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/72.html,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- www/72.html 2022/12/09 15:09:23 1.72 +++ www/72.html 2023/04/09 07:14:45 1.73 @@ -169,7 +169,7 @@ improves how timers backing delay(9) are managed.
  • Ensured disklabel(5) is - is read from/written to disk only from/to unused space or an OpenBSD partition. + read from/written to disk only from/to unused space or an OpenBSD partition.
  • Ensured GPT header data is not used until all validity checks are passed.
  • Corrected handling of GPT usable LBA start/end values, preventing incorrect fallback to MBR partitioning. @@ -1153,7 +1153,7 @@ kill(-1).
  • ssh_config(5): note that the ProxyJump directive also accepts the same tokens as ProxyCommand. -
  • scp(1): do not not ftruncate(3) files early when in sftp mode. The +
  • scp(1): do not ftruncate(3) files early when in sftp mode. The previous behaviour of unconditionally truncating the destination file would cause scp ~/foo localhost: and scp localhost:foo ~/ to delete all the contents of their destination.