+2018-07-17 Piotr Trojanek <trojanek@adacore.com>
+
+ * einfo.ads, libgnat/g-comlin.ads: Minor change "ie" to "i.e." in docs
+ and comments.
+
2018-07-17 Justin Squirek <squirek@adacore.com>
* libgnat/s-os_lib.adb (Argument_String_To_List): Fix trimming of
-- base type).
--
-- In all other cases Discriminant_Constraint contains the empty
--- Elist (ie it is initialized with a call to New_Elmt_List).
+-- Elist (i.e. it is initialized with a call to New_Elmt_List).
-- Discriminant_Default_Value (Node20)
-- Defined in discriminants. Points to the node representing the
-- automatically generated list of supported switches.
procedure Display_Help (Config : Command_Line_Configuration);
- -- Display the help for the tool (ie its usage, and its supported switches)
+ -- Display the help for the tool (i.e. its usage, and its supported
+ -- switches).
function Get_Switches
(Config : Command_Line_Configuration;
--
-- This function can be used to reset Cmd by passing an empty string
--
- -- If an invalid switch is found on the command line (ie wasn't defined in
- -- the configuration via Define_Switch), and the configuration wasn't set
- -- to accept all switches (by defining "*" as a valid switch), then an
+ -- If an invalid switch is found on the command line (i.e. wasn't defined
+ -- in the configuration via Define_Switch), and the configuration wasn't
+ -- set to accept all switches (by defining "*" as a valid switch), then an
-- exception Invalid_Switch is raised. The exception message indicates the
-- invalid switch.
-- -from bar
--
-- Note however that Getopt doesn't know how to handle ":" as a separator.
- -- So the recommendation is to declare the switch as "-from!" (ie no
+ -- So the recommendation is to declare the switch as "-from!" (i.e. no
-- space between the switch and its parameter). Then Getopt will return
-- ":bar" as the parameter, and you can trim the ":" in your application.
--