Mail Archives: djgpp-workers/2001/01/06/13:19:04
Hello.
I had not included a 'What changed' entry in my original patch. Please
find one below.
Bye, Rich =]
*** src/docs/kb/wc204.txi.orig Sat Jan 6 18:10:16 2001
--- src/docs/kb/wc204.txi Sat Jan 6 18:12:52 2001
***************
*** 175,177 ****
--- 175,185 ----
@noindent
(This only works when the LFN support is available, of course.)
+
+ @cindex @code{/dev/zero}
+ @findex __install_dev_zero AT r{, install support for @file{/dev/zero}}
+ @cindex @code{/dev/full}
+ @findex __install_dev_full AT r{, install support for @file{/dev/full}}
+ Optional support for the devices @file{/dev/zero} and @file{/dev/full} was
+ added. This is enabled using the @code{__install_dev_zero} and
+ @code{__install_dev_zero} functions.
- Raw text -