diff options
author | keramida <keramida@FreeBSD.org> | 2003-03-16 02:14:04 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2003-03-16 02:14:04 +0000 |
commit | e37ecfb7d364bfcd2e67ecefb7022d3c08b055ae (patch) | |
tree | 76fb94373d643e23f0c2b09bf1f8396e3d659f57 | |
parent | 5bd81278001b2088bd805809c026249fbd7f2315 (diff) | |
download | FreeBSD-src-e37ecfb7d364bfcd2e67ecefb7022d3c08b055ae.zip FreeBSD-src-e37ecfb7d364bfcd2e67ecefb7022d3c08b055ae.tar.gz |
Remove an extraneous closing paren and fix a minor grammar nit.
Reviewed by: bmah
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 4 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index ab1c703..275f15a 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -211,7 +211,7 @@ <note> <para>Modules designed for use with &os; 4.X are likely to - panic and should be used with extreme caution).</para> + panic and should be used with extreme caution.</para> </note> </para> @@ -265,7 +265,7 @@ high-bandwidth, large propagation-delay connections. It is off by default but can be enabled with the <varname>net.inet.tcp.rfc3390</varname> sysctl variable. More - information can by found in &man.tcp.4;.</para> + information can be found in &man.tcp.4;.</para> <para>The IP fragment reassembly code behaves more gracefully when receiving a large number of packet fragments (it is 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 ab1c703..275f15a 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -211,7 +211,7 @@ <note> <para>Modules designed for use with &os; 4.X are likely to - panic and should be used with extreme caution).</para> + panic and should be used with extreme caution.</para> </note> </para> @@ -265,7 +265,7 @@ high-bandwidth, large propagation-delay connections. It is off by default but can be enabled with the <varname>net.inet.tcp.rfc3390</varname> sysctl variable. More - information can by found in &man.tcp.4;.</para> + information can be found in &man.tcp.4;.</para> <para>The IP fragment reassembly code behaves more gracefully when receiving a large number of packet fragments (it is |