diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index e9884ec8412c..f4bdb52b340f 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -560,11 +560,13 @@ Ultra 2, Ultra 60, Enterprise 220R, and Enterprise 420R. - On some systems, the BIOS does not activate + On some systems, the BIOS does not activate the I/O ports and memory of PC devices, thus making them - unusable. The PCI_ENABLE_IO_MODES kernel - option forces &os; to enable these devices so that they can be - used. &merged; + unusable. The hw.pci.enable_io_modes + sysctl/boot loader variable (which defaults to + 1, for enabled) + forces &os; to enable these devices so that they can be + used. @@ -2096,6 +2098,11 @@ options HZ=1000 # not compulsory but strongly recommended source file used // (C++-style) comments. &merged; + &man.ctags.1; now creates tags for typedefs, structs, + unions, and enums by default (implying the + option). The new reverts to the old + behavior. + The &man.daemon.8; program, a command-line interface to &man.daemon.3;, has been added. It detaches itself from its controlling terminal and executes a program specified on the @@ -2210,6 +2217,10 @@ options HZ=1000 # not compulsory but strongly recommended restrict the printing of GECOS information to the user's full name only. &merged; + &man.finger.1; now supports the and + flags to specify an address family for + remote queries. &merged; + &man.fmt.1; has been rewritten; the rewrite fixes a number of bugs compared to its prior behavior. &merged; @@ -2568,7 +2579,7 @@ options HZ=1000 # not compulsory but strongly recommended flag to list files across a page, a flag to force printing of a / after directories, and a flag to sort filenames across a - page. + page. &merged; &man.m4.1; now accepts a flag to cause it to emit #line directives for use by @@ -2911,8 +2922,8 @@ options HZ=1000 # not compulsory but strongly recommended avoid the need to implement complex stack swap code. &merged; - The option to &man.rm.1; now displays - the entire pathname of a file being removed. + The option to &man.rm.1; now displays + the entire pathname of a file being removed. &merged; &man.route.8; is now more verbose when changing indirect routes, in the case of a gateway route that is the same route as @@ -2994,7 +3005,26 @@ options HZ=1000 # not compulsory but strongly recommended &man.sh.1; now supports a option to prevent existing regular files from being overwritten by output redirection, and a to give an error if an - unset variable is expanded. + unset variable is expanded. &merged; + + The &man.sh.1; built-in cd command now + supports and flags to + invoke logical or physical modes of operation, respectively. + Logical mode is the default, but the default can be changed with + the physical &man.sh.1; option. &merged; + + The &man.sh.1; built-in jobs command now + supports a flag to output PIDs only and a + flag to add PIDs to the output. &merged; + + &man.sh.1; now supports a bind built-in + command, which allows the key bindings for the shell's line editor + to be changed. + + The &man.sh.1; built-in export and + readonly commands now support a + flag to print their output in + portable format. &merged; &man.sockstat.1; now has and flags for listing connected and listening @@ -3008,7 +3038,7 @@ options HZ=1000 # not compulsory but strongly recommended &man.split.1; now supports a option to specify the number of letters to use for the suffix of split - files. + files. &merged; In preparation for meeting SUSv2/POSIX <sys/select.h> requirements, diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index e9884ec8412c..f4bdb52b340f 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -560,11 +560,13 @@ Ultra 2, Ultra 60, Enterprise 220R, and Enterprise 420R. - On some systems, the BIOS does not activate + On some systems, the BIOS does not activate the I/O ports and memory of PC devices, thus making them - unusable. The PCI_ENABLE_IO_MODES kernel - option forces &os; to enable these devices so that they can be - used. &merged; + unusable. The hw.pci.enable_io_modes + sysctl/boot loader variable (which defaults to + 1, for enabled) + forces &os; to enable these devices so that they can be + used. @@ -2096,6 +2098,11 @@ options HZ=1000 # not compulsory but strongly recommended source file used // (C++-style) comments. &merged; + &man.ctags.1; now creates tags for typedefs, structs, + unions, and enums by default (implying the + option). The new reverts to the old + behavior. + The &man.daemon.8; program, a command-line interface to &man.daemon.3;, has been added. It detaches itself from its controlling terminal and executes a program specified on the @@ -2210,6 +2217,10 @@ options HZ=1000 # not compulsory but strongly recommended restrict the printing of GECOS information to the user's full name only. &merged; + &man.finger.1; now supports the and + flags to specify an address family for + remote queries. &merged; + &man.fmt.1; has been rewritten; the rewrite fixes a number of bugs compared to its prior behavior. &merged; @@ -2568,7 +2579,7 @@ options HZ=1000 # not compulsory but strongly recommended flag to list files across a page, a flag to force printing of a / after directories, and a flag to sort filenames across a - page. + page. &merged; &man.m4.1; now accepts a flag to cause it to emit #line directives for use by @@ -2911,8 +2922,8 @@ options HZ=1000 # not compulsory but strongly recommended avoid the need to implement complex stack swap code. &merged; - The option to &man.rm.1; now displays - the entire pathname of a file being removed. + The option to &man.rm.1; now displays + the entire pathname of a file being removed. &merged; &man.route.8; is now more verbose when changing indirect routes, in the case of a gateway route that is the same route as @@ -2994,7 +3005,26 @@ options HZ=1000 # not compulsory but strongly recommended &man.sh.1; now supports a option to prevent existing regular files from being overwritten by output redirection, and a to give an error if an - unset variable is expanded. + unset variable is expanded. &merged; + + The &man.sh.1; built-in cd command now + supports and flags to + invoke logical or physical modes of operation, respectively. + Logical mode is the default, but the default can be changed with + the physical &man.sh.1; option. &merged; + + The &man.sh.1; built-in jobs command now + supports a flag to output PIDs only and a + flag to add PIDs to the output. &merged; + + &man.sh.1; now supports a bind built-in + command, which allows the key bindings for the shell's line editor + to be changed. + + The &man.sh.1; built-in export and + readonly commands now support a + flag to print their output in + portable format. &merged; &man.sockstat.1; now has and flags for listing connected and listening @@ -3008,7 +3038,7 @@ options HZ=1000 # not compulsory but strongly recommended &man.split.1; now supports a option to specify the number of letters to use for the suffix of split - files. + files. &merged; In preparation for meeting SUSv2/POSIX <sys/select.h> requirements,