Module Name: src Committed By: martin Date: Fri Jun 3 12:26:17 UTC 2022
Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket 1461 To generate a diff of this commit: cvs rdiff -u -r1.1.2.100 -r1.1.2.101 src/doc/CHANGES-9.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-9.3 diff -u src/doc/CHANGES-9.3:1.1.2.100 src/doc/CHANGES-9.3:1.1.2.101 --- src/doc/CHANGES-9.3:1.1.2.100 Fri Jun 3 04:01:38 2022 +++ src/doc/CHANGES-9.3 Fri Jun 3 12:26:17 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.3,v 1.1.2.100 2022/06/03 04:01:38 snj Exp $ +# $NetBSD: CHANGES-9.3,v 1.1.2.101 2022/06/03 12:26:17 martin Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -1737,3 +1737,16 @@ sys/dev/pci/ixgbe/ixgbe.c patch ixgbe.c rev. 1.273. [msaitoh, ticket #1460] +usr.sbin/makemandb/apropos-utils.c 1.46,1.47,1.49 +usr.sbin/makemandb/apropos.1 1.19-1.23 +usr.sbin/makemandb/apropos.c 1.25,1.26 + + apropos(1) fixes: + - PR 54343: prevent crashes when man pages are missing certain + mandatory fields. + - Make pager use functional. + - Handle some error cases properly. + - Document the PAGER environment variable. + - Other minor description and formatting adjustments to the man page. + [gutteridge, ticket #1461] +