diff options
author | rushani <rushani@FreeBSD.org> | 2003-10-14 05:36:36 +0000 |
---|---|---|
committer | rushani <rushani@FreeBSD.org> | 2003-10-14 05:36:36 +0000 |
commit | a0b044f58e456161de4f96f526d55171f375d31e (patch) | |
tree | 945d6efa8bb9c524f3385206a89a1fd3e9794bf0 | |
parent | 8dda8ae9ffb68cb9772c6c2d1708b6a3c75b2387 (diff) | |
download | FreeBSD-src-a0b044f58e456161de4f96f526d55171f375d31e.zip FreeBSD-src-a0b044f58e456161de4f96f526d55171f375d31e.tar.gz |
Close open parenthesis.
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 2 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index f1ee6a3..1cb0c8d 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -602,7 +602,7 @@ library, has been removed. This flag is confusing in the presence of multiple threading libraries (specifically <filename>libc_r</filename>, <filename>libkse</filename>, and - <filename>libthr</filename>. Ports should use the + <filename>libthr</filename>). Ports should use the <varname>PTHREAD_LIBS</varname> variable to select the correct threading library.</para> 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 f1ee6a3..1cb0c8d 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -602,7 +602,7 @@ library, has been removed. This flag is confusing in the presence of multiple threading libraries (specifically <filename>libc_r</filename>, <filename>libkse</filename>, and - <filename>libthr</filename>. Ports should use the + <filename>libthr</filename>). Ports should use the <varname>PTHREAD_LIBS</varname> variable to select the correct threading library.</para> |