CVS difference for ais/ai-00248.txt

Differences between 1.30 and version 1.31
Log of other versions for file ais/ai-00248.txt

--- ais/ai-00248.txt	2005/10/31 05:18:15	1.30
+++ ais/ai-00248.txt	2005/12/15 02:43:51	1.31
@@ -1,4 +1,4 @@
-!standard A.16 (00)                                   05-09-20  AI95-00248/15
+!standard A.16 (00)                                   05-12-02  AI95-00248/16
 !standard A.8.2(22)
 !class amendment 00-11-28
 !status Amendment 200Y 02-07-12
@@ -488,7 +488,7 @@
     Filter    : in Filter_Type := (others => True);
     Process   : not null access procedure (
         Directory_Entry : in Directory_Entry_Type));
-    Searches, in the directory named by Directory, for entries matching
+    Searches in the directory named by Directory for entries matching
     Pattern. The subprogram designated by Process is called with each
     matching entry in turn. Pattern represents a pattern for
     matching file names. If Pattern is null, all items in the directory are matched;
@@ -732,12 +732,12 @@
 is not recommended.
 
 If the target system does not support directories inside of directories,
-Kind will never return Directory, and Containing_Directory will always
+then Kind will never return Directory and Containing_Directory will always
 raise Use_Error.
 
 If the target system does not support creation or deletion of directories,
-Create_Directory, Create_Path, Delete_Directory, and Delete_Tree will always
-propagate Use_Error.
+then Create_Directory, Create_Path, Delete_Directory, and Delete_Tree will
+always propagate Use_Error.
 
 
 The second sentence of A.8.2(22) is deleted. (The Full_Name function
@@ -1236,7 +1236,7 @@
     Filter    : @b<in> Filter_Type := (others =@> True);
     Process   : @b<not null access procedure> (
         Directory_Entry : @b<in> Directory_Entry_Type));>
-@xindent<Searches, in the directory named by Directory, for entries matching
+@xindent<Searches in the directory named by Directory for entries matching
 Pattern. The subprogram designated by Process is called with each
 matching entry in turn. Pattern represents a pattern for
 matching file names. If Pattern is null, all items in the directory are matched;
@@ -1324,12 +1324,12 @@
 is not recommended.
 @hr
 39 If the target system does not support directories inside of directories,
-Kind will never return Directory, and Containing_Directory will always
+then Kind will never return Directory and Containing_Directory will always
 raise Use_Error.
 @hr
 40 If the target system does not support creation or deletion of directories,
-Create_Directory, Create_Path, Delete_Directory, and Delete_Tree will always
-propagate Use_Error.>>
+then Create_Directory, Create_Path, Delete_Directory, and Delete_Tree will
+always propagate Use_Error.>>
 
 
 !ACATS Test

Questions? Ask the ACAA Technical Agent