Ammend ticket #1738

This commit is contained in:
martin 2022-03-18 13:27:22 +00:00
parent 41fb7c68b5
commit e84fc9b4c3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: CHANGES-8.3,v 1.1.2.124 2022/03/15 10:01:03 martin Exp $
# $NetBSD: CHANGES-8.3,v 1.1.2.125 2022/03/18 13:27:22 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@ -2553,7 +2553,7 @@ usr.bin/man/man.c 1.69,1.70,1.72
man(1): fix -m option so it works as documented.
[gutteridge, ticket #1737]
usr.sbin/puffs/mount_9p/node.c 1.30,1.31
usr.sbin/puffs/mount_9p/node.c 1.30,1.31 (adapted)
mount_9p(8): fix writing to a file opened with write-only mode,
check returned type from T_READ request.