diff options
author | gjb <gjb@FreeBSD.org> | 2014-05-04 01:32:55 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2014-05-04 01:32:55 +0000 |
commit | 5397a577ca60dbbadcb6583922f2ee611bb01302 (patch) | |
tree | 3c540086c6d04f1e051a6249e7d56351ee379149 | |
parent | 137b57d817475de20c2cc747dd5ffb9bc2c6d30f (diff) | |
download | FreeBSD-src-5397a577ca60dbbadcb6583922f2ee611bb01302.zip FreeBSD-src-5397a577ca60dbbadcb6583922f2ee611bb01302.tar.gz |
Document r265132, addition of full(4).
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index c38e005..c08075f 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -104,6 +104,14 @@ <sect2 xml:id="kernel"> <title>Kernel Changes</title> + <para revision="265132">The &man.full.4; device has been added, + and the &man.lindev.4; device has been removed. Prior to this + change, &man.lindev.4; provided only the + <filename>/dev/null</filename> character device, returning + <literal>ENOSPC</literal> on write attempts. As this device is + not specific to &linux;, a native &os; version has been + added.</para> + <para revision="260903">Support for GPS ports has been added to &man.uhso.4;.</para> |