Fix cross-compilation glossary entries
authorYves Orton <yves.orton@booking.com>
Fri, 31 Jan 2014 12:40:39 +0000 (20:40 +0800)
committerYves Orton <yves.orton@booking.com>
Fri, 31 Jan 2014 12:40:39 +0000 (20:40 +0800)
Patch 8b6a017ccef7126ae5bcac137fa9a45de4f2c155 added three
new entries to Porting/Glossary. These entries were malformed
from the point of view of configpm, which would warn about them.

This fixes the entries, by adding a missing colon to the first
line of each glossary entry.

Porting/Glossary

index 8f08a72..62b0560 100644 (file)
@@ -2945,19 +2945,19 @@ hint (Oldconfig.U):
        Gives the type of hints used for previous answers. May be one of
        "default", "recommended" or "previous".
 
-hostperl (Cross.U)
+hostperl (Cross.U):
        This variable contains the path to a miniperl binary that can be
        run on the host OS when cross-compiling.  Useful and available only
        during Perl build.
        Empty string '' if not cross-compiling.
 
-hostgenerate (Cross.U)
+hostgenerate (Cross.U):
        This variable contains the path to a generate_uudmap binary that
        can be run on the host OS when cross-compiling.  Useful and
        available only during Perl build.
        Empty string '' if not cross-compiling.
 
-hostosname (Cross.U)
+hostosname (Cross.U):
        This variable contains the original value of '$^O' for hostperl
        when cross-compiling.  This is useful to pick the proper tools
        when running build code in the host.