aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2002-03-20 22:34:40 +0000
committerDavid Starks-Browning <starksb@ebi.ac.uk>2002-03-20 22:34:40 +0000
commitcfaf7d889150b736f4d5542236d118f42c2310a9 (patch)
tree4fc7942473532ad28b623369ee9a8b622cf2fa5e /winsup
parent99dbafacb671f0d9719abb302fdeb0885eb0df52 (diff)
downloadnewlib-cfaf7d889150b736f4d5542236d118f42c2310a9.zip
newlib-cfaf7d889150b736f4d5542236d118f42c2310a9.tar.gz
newlib-cfaf7d889150b736f4d5542236d118f42c2310a9.tar.bz2
remove "not yet updated" warning for queue slots, df entries.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/how-using.texinfo6
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/doc/how-using.texinfo b/winsup/doc/how-using.texinfo
index ce119dc..1ac751a 100644
--- a/winsup/doc/how-using.texinfo
+++ b/winsup/doc/how-using.texinfo
@@ -648,9 +648,6 @@ have to add their entries to @code{/usr/info/dir} by hand.
@subsection Why do I get a message saying Out of Queue slots?
-@strong{(Please note: This section has not yet been updated for the latest
-net release.)}
-
"Out of queue slots!" generally occurs when you're trying to remove
many files that you do not have permission to remove (either because
you don't have permission, they are opened exclusively, etc). What
@@ -679,9 +676,6 @@ Note that the 0775 can be anything as long as the 0010 bit is set.
@subsection Why does df report sizes incorrectly.
-@strong{(Please note: This section has not yet been updated for the latest
-net release.)}
-
There is a bug in the Win32 API function GetFreeDiskSpace that
makes it return incorrect values for disks larger than 2 GB in size.
Perhaps that may be your problem?