diff options
author | gjb <gjb@FreeBSD.org> | 2017-09-14 16:58:26 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2017-09-14 16:58:26 +0000 |
commit | 54a9465bde1dcd9a0f5c3299cad35afbbe0318b3 (patch) | |
tree | f545aacf2922476a87d50ab146a44c38ec0c6e60 | |
parent | f9c237551d7953135ea38f9cfd0713269f90e054 (diff) | |
download | FreeBSD-src-54a9465bde1dcd9a0f5c3299cad35afbbe0318b3.zip FreeBSD-src-54a9465bde1dcd9a0f5c3299cad35afbbe0318b3.tar.gz |
Fix an indentation mistake that snuck in with r323590.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index e6ee106..d08a122 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -310,7 +310,7 @@ updated to be deferred cancel-safe, eliminating possible lockups in multi-threaded applications using functions such as &man.funopen.3;, &man.fropen.3;, and &man.fwopen.3;.</para> - </sect2> + </sect2> <sect2 xml:id="userland-abi"> <title>ABI Compatibility</title> |