CVS difference for ais/ai-00344.txt

Differences between 1.18 and version 1.19
Log of other versions for file ais/ai-00344.txt

--- ais/ai-00344.txt	2005/05/15 23:44:17	1.18
+++ ais/ai-00344.txt	2005/06/16 23:47:30	1.19
@@ -478,12 +478,12 @@
 
 @drepl
 @xindent<First writes the external tag of @i<Item> to @i<Stream> (by calling
-String'Output(Tags.External_Tag(@i<Item>'Tag) -- see 3.9) and then dispatches
+String'Output(Tags.External_Tag(@i<Item>'Tag) @emdash see 3.9) and then dispatches
 to the subprogram denoted by the Output attribute of the specific type
 identified by the tag.>
 @dby
 @xindent<First writes the external tag of @i<Item> to @i<Stream> (by calling
-String'Output(@i<Stream>, Tags.External_Tag(@i<Item>'Tag) -- see 3.9) and
+String'Output(@i<Stream>, Tags.External_Tag(@i<Item>'Tag) @emdash see 3.9) and
 then dispatches to the subprogram denoted by the Output attribute of the
 specific type identified by the tag. Tag_Error is raised if the tag of Item
 identifies a type declared at an accessibility level deeper than that of S.>
@@ -494,14 +494,14 @@
 @xindent<First reads the external tag from @i<Stream> and determines the
 corresponding internal tag (by calling
 Tags.Internal_Tag(String'Input(@i<Stream>))
--- ches to the subprogram denoted by the Input
+@emdash see 3.9) and then dispatches to the subprogram denoted by the Input
 attribute of the specific type identified by the internal tag; returns that
 result.>
 @dby
 @xindent<First reads the external tag from @i<Stream> and determines the
 corresponding internal tag (by calling
 Tags.Descendant_Tag(String'Input(@i<Stream>), S'Tag) which might raise
-Tag_Error -- see 3.9) and then dispatches to the subprogram denoted by the
+Tag_Error @emdash see 3.9) and then dispatches to the subprogram denoted by the
 Input attribute of the specific type identified by the internal tag; returns
 that result.>
 

Questions? Ask the ACAA Technical Agent