[Ada] Reword "wild card" to "wildcard"
authorPiotr Trojanek <trojanek@adacore.com>
Tue, 9 Jul 2019 07:53:50 +0000 (07:53 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 9 Jul 2019 07:53:50 +0000 (07:53 +0000)
2019-07-09  Piotr Trojanek  <trojanek@adacore.com>

gcc/ada/

* doc/gnat_rm/the_gnat_library.rst,
doc/gnat_ugn/building_executable_programs_with_gnat.rst,
erroutc.adb, libgnat/g-comlin.adb, libgnat/g-comlin.ads,
libgnat/g-regexp.ads, libgnat/g-regpat.ads,
libgnat/g-spipat.ads, libgnat/s-os_lib.ads,
libgnat/s-regexp.ads: Reword "wild card" to "wildcard".
* gnat_rm.texi, gnat_ugn.texi: Regenerate.

From-SVN: r273272

13 files changed:
gcc/ada/ChangeLog
gcc/ada/doc/gnat_rm/the_gnat_library.rst
gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
gcc/ada/erroutc.adb
gcc/ada/gnat_rm.texi
gcc/ada/gnat_ugn.texi
gcc/ada/libgnat/g-comlin.adb
gcc/ada/libgnat/g-comlin.ads
gcc/ada/libgnat/g-regexp.ads
gcc/ada/libgnat/g-regpat.ads
gcc/ada/libgnat/g-spipat.ads
gcc/ada/libgnat/s-os_lib.ads
gcc/ada/libgnat/s-regexp.ads

index 86b02b36cb4d25fd9e2170f596136c5b4c4d8dca..ed8dfdad0620d985e2d5c5bdae153bdd7db758b1 100644 (file)
@@ -1,3 +1,13 @@
+2019-07-09  Piotr Trojanek  <trojanek@adacore.com>
+
+       * doc/gnat_rm/the_gnat_library.rst,
+       doc/gnat_ugn/building_executable_programs_with_gnat.rst,
+       erroutc.adb, libgnat/g-comlin.adb, libgnat/g-comlin.ads,
+       libgnat/g-regexp.ads, libgnat/g-regpat.ads,
+       libgnat/g-spipat.ads, libgnat/s-os_lib.ads,
+       libgnat/s-regexp.ads: Reword "wild card" to "wildcard".
+       * gnat_rm.texi, gnat_ugn.texi: Regenerate.
+
 2019-07-09  Yannick Moy  <moy@adacore.com>
 
        * sem_spark.adb (Check_Expression): Handle correctly implicit
index e15e239bdc9117d67de6a8a575500d1d27f1d5db..08497f3f46b5e59d9a0f7786629b9a8ed73270d6 100644 (file)
@@ -937,7 +937,7 @@ programs written in Ada.
 
 Provides a high level interface to ``Ada.Command_Line`` facilities,
 including the ability to scan for named switches with optional parameters
-and expand file names using wild card notations.
+and expand file names using wildcard notations.
 
 .. _`GNAT.Compiler_Version_(g-comver.ads)`:
 
index 57c3fe1573b0511067368549693472feef820997..93956be9b12af625dfc4bec7c4d12ca16bd8572f 100644 (file)
@@ -5290,7 +5290,7 @@ Using ``gcc`` for Syntax Checking
 
   compiles file :file:`x.adb` in syntax-check-only mode. You can check a
   series of files in a single command
-  , and can use wild cards to specify such a group of files.
+  , and can use wildcards to specify such a group of files.
   Note that you must specify the :switch:`-c` (compile
   only) flag in addition to the :switch:`-gnats` flag.
 
index 2ea0c2d2809158c38e7757133cd8b794c69f0d90..81e29107cfeaba9b47bf92dd8aab7a2541ae87aa 100644 (file)
@@ -53,7 +53,7 @@ package body Erroutc is
 
    function Matches (S : String; P : String) return Boolean;
    --  Returns true if the String S patches the pattern P, which can contain
-   --  wild card chars (*). The entire pattern must match the entire string.
+   --  wildcard chars (*). The entire pattern must match the entire string.
    --  Case is ignored in the comparison (so X matches x).
 
    function Sloc_In_Range (Loc, Start, Stop : Source_Ptr) return Boolean;
index 91ac52312b17365eaa4efdc6f73adbf44f2f2493..2de8802091f5215c20082efa6782ac3ea3d9886d 100644 (file)
@@ -24044,7 +24044,7 @@ programs written in Ada.
 
 Provides a high level interface to @code{Ada.Command_Line} facilities,
 including the ability to scan for named switches with optional parameters
-and expand file names using wild card notations.
+and expand file names using wildcard notations.
 
 @node GNAT Compiler_Version g-comver ads,GNAT Ctrl_C g-ctrl_c ads,GNAT Command_Line g-comlin ads,The GNAT Library
 @anchor{gnat_rm/the_gnat_library gnat-compiler-version-g-comver-ads}@anchor{346}@anchor{gnat_rm/the_gnat_library id61}@anchor{347}
index 3f993409c87a7efd7243da1fd64e7e43f52137c3..28670188ce9a2d196271f5e713152d4ae49577a7 100644 (file)
@@ -14285,7 +14285,7 @@ $ gcc -c -gnats x.adb
 
 compiles file @code{x.adb} in syntax-check-only mode. You can check a
 series of files in a single command
-, and can use wild cards to specify such a group of files.
+, and can use wildcards to specify such a group of files.
 Note that you must specify the @code{-c} (compile
 only) flag in addition to the @code{-gnats} flag.
 
index 0f527c65fe25f3ad5636312060016f860f6d2673..29100afba116dfa925c6c3b419c17be034dc6172 100644 (file)
@@ -443,7 +443,7 @@ package body GNAT.Command_Line is
 
       Parser.Current_Argument := Parser.Current_Argument + 1;
 
-      --  Could it be a file name with wild cards to expand?
+      --  Could it be a file name with wildcards to expand?
 
       if Do_Expansion then
          declare
index 8306f9a00e70bcbd2a999a94ddf794ec09f12f90..f1251b64228de6bb8fe877e6091d2b88dfc7a8f2 100644 (file)
@@ -466,9 +466,9 @@ package GNAT.Command_Line is
    --  function should not be called before Getopt has returned ASCII.NUL.
    --
    --  If Do_Expansion is True, then the parameter on the command line will
-   --  be considered as a filename with wild cards, and will be expanded. The
+   --  be considered as a filename with wildcards, and will be expanded. The
    --  matching file names will be returned one at a time. This is useful in
-   --  non-Unix systems for obtaining normal expansion of wild card references.
+   --  non-Unix systems for obtaining normal expansion of wildcard references.
    --  When there are no more arguments on the command line, this function
    --  returns an empty string.
 
@@ -515,7 +515,7 @@ package GNAT.Command_Line is
       Pattern      : String;
       Directory    : String := "";
       Basic_Regexp : Boolean := True);
-   --  Initialize a wild card expansion. The next calls to Expansion will
+   --  Initialize a wildcard expansion. The next calls to Expansion will
    --  return the next file name in Directory which match Pattern (Pattern
    --  is a regular expression, using only the Unix shell and DOS syntax if
    --  Basic_Regexp is True). When Directory is an empty string, the current
index 50c992d32fa877108af5173f2106e8c68ed2802e..162738b499af0e94d4da5b1684aebd3a7bfcfd8e 100644 (file)
@@ -50,7 +50,7 @@
 --       matching with the restriction that it matches entire strings. It
 --       is particularly useful for file name matching, and in particular
 --       it provides "globbing patterns" that are useful in implementing
---       unix or DOS style wild card matching for file names.
+--       unix or DOS style wildcard matching for file names.
 
 --     GNAT.Regpat (files g-regpat.ads/s-regpat.ads/g-regpat.adb)
 --       This is a more complete implementation of Unix-style regular
index bac4d74c42b14a859f00f576b90100ef9ea3afa4..62fc2e83f2a847d5e9ebb91a2205375f6d7503e4 100644 (file)
@@ -53,7 +53,7 @@
 --       matching with the restriction that it matches entire strings. It
 --       is particularly useful for file name matching, and in particular
 --       it provides "globbing patterns" that are useful in implementing
---       unix or DOS style wild card matching for file names.
+--       unix or DOS style wildcard matching for file names.
 
 --     GNAT.Regpat (files g-regpat.ads/s-regpat.ads/s-regpat.adb)
 --       This is a more complete implementation of Unix-style regular
index 4d6a7f8339779f952fa614597eb105f9c2b3199d..4dfc25a269964dff2f38c234a20f54e8241ccbba 100644 (file)
@@ -48,7 +48,7 @@
 --       matching with the restriction that it matches entire strings. It
 --       is particularly useful for file name matching, and in particular
 --       it provides "globbing patterns" that are useful in implementing
---       unix or DOS style wild card matching for file names.
+--       unix or DOS style wildcard matching for file names.
 
 --     GNAT.Regpat (files g-regpat.ads/g-regpat.adb)
 --       This is a more complete implementation of Unix-style regular
index 8b21aa7de70a90d471ff1054f2b26fb07e007be9..3e8c21d78b1e193bbdf546abcfea61d7dd0ab88f 100644 (file)
@@ -246,7 +246,7 @@ package System.OS_Lib is
       Success  : out Boolean;
       Mode     : Copy_Mode := Copy;
       Preserve : Attribute := Time_Stamps);
-   --  Copy a file. Name must designate a single file (no wild cards allowed).
+   --  Copy a file. Name must designate a single file (no wildcards allowed).
    --  Pathname can be a filename or directory name. In the latter case Name
    --  is copied into the directory preserving the same file name. Mode
    --  defines the kind of copy, see above with the default being a normal
index f521f918bf4354741a6b1b6ab6c42b291c7be8ce..4d9fb5b6d43126831d0ea639ae1755a972dbcf35 100644 (file)
@@ -77,7 +77,7 @@ package System.Regexp is
    --  See also regexp(1) man page on Unix systems for further details
 
    --  A second kind of regular expressions is provided. This one is more
-   --  like the wild card patterns used in file names by the Unix shell (or
+   --  like the wildcard patterns used in file names by the Unix shell (or
    --  DOS prompt) command lines. The grammar is the following:
 
    --     regexp ::= term