From 33dc5c2a8c6912a8fc16cf0fc6c6a928ea1b2932 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sun, 4 May 2014 17:53:01 +0000 Subject: [PATCH] Fix typo: s/null/full Spotted by: jilles Sponsored by: The FreeBSD Foundation --- release/doc/en_US.ISO8859-1/relnotes/article.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 4c915d4137c..47029f9ad91 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -107,7 +107,7 @@ The &man.full.4; device has been added, and the lindev(4) device has been removed. Prior to this change, lindev(4) provided only - the /dev/null character device, returning + the /dev/full character device, returning ENOSPC on write attempts. As this device is not specific to &linux;, a native &os; version has been added.