Newsgroups: comp.os.linux.announce
From: Ken Pizzini <ken@halcyon.halcyon.com>
Subject: bugfix -- /dev/full
Message-ID: <1993Apr19.011156.10224@klaava.Helsinki.FI>
Date: Mon, 19 Apr 1993 01:11:56 GMT
Approved: linux-announce@tc.cornell.edu (Lars Wirzenius)

In my recent posting of the /dev/full device I had a minor error
in the manpage.  I said "/dev/null" instead of "/dev/full" in
the DIAGNOSTICS section.  The enclosed patch fixes full.4.

		--Ken Pizzini

*** full.4-orig Sun Apr 18 14:32:00 1993
--- full.4      Sun Apr 18 14:31:50 1993
***************
*** 45,51 ****
  .TP
  .B ENOSP
  attempt to write to
! .BR /dev/null .
  .SH BUGS
  One probably really wants to read from
  .B /dev/zero
--- 45,51 ----
  .TP
  .B ENOSP
  attempt to write to
! .BR /dev/full .
  .SH BUGS
  One probably really wants to read from
  .B /dev/zero

