Changeset 626a280


Ignore:
Timestamp:
06/17/2002 01:01:46 AM (22 years ago)
Author:
Timothy Bauscher <timothy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v4_0, v4_1, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d41d540
Parents:
0bb66243
Message:

Updated gettext package contents, made a descriptions header for the GCC page, and fixed a typo on vim.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1999 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • appendixa/gcc-desc.xml

    r0bb66243 r626a280  
    5959<sect3><title>Library Files</title>
    6060<para>libgcc.a, libgcc_eh.a, libgcc_s.so, libiberty.a, libstdc++.[a,so],
    61 libsupc++.a</para>
     61libsupc++.a</para></sect3>
     62
     63<sect3><title>Descriptions</title>
    6264
    6365<sect4><title>libgcc, libgcc_eh, libgcc_s</title>
  • appendixa/gettext-desc.xml

    r0bb66243 r626a280  
    44
    55<sect3><title>Program Files</title>
    6 <para>gettext, gettextize, msgcmp, msgcomm, msgfmt, msgmerge, msgunfmt,
    7 ngettext and xgettext</para></sect3>
     6<para>config.charset, config.rpath, gettext, gettextize, hostname,
     7msgattrib, msgcmp, msgcomm, msgconv, msgen, msgexec, msgfilter, msgfmt,
     8msggrep, msginit, msgmerge, msgunfmt, msguniq, ngettext, project-id,
     9team-address, trigger, urlget, user-email and xgettext</para></sect3>
    810
    911<sect3><title>Descriptions</title>
     12
     13<sect4><title>config.charset</title>
     14<para>The config.charset script outputs a system dependent table of
     15character encoding aliases.</para></sect4>
     16
     17<sect4><title>config.rpath</title>
     18<para>The config.rpath script outputs a system dependent set of variables,
     19describing how to set the run time search path of shared libraries in an
     20executable.</para></sect4>
    1021
    1122<sect4><title>gettext</title>
     
    2031directory. It's used to make a package with gettext translations.</para></sect4>
    2132
     33<sect4><title>hostname</title>
     34<para>The hostname program displays a network hostname in various
     35forms.</para></sect4>
     36
     37<sect4><title>msgattrib</title>
     38<para>The msgattrib program filters the messages of a translation catalog
     39according to their attributes, and manipulates the attributes.</para></sect4>
     40
    2241<sect4><title>msgcmp</title>
    2342<para>The msgcmp program compares two raw translation files.</para></sect4>
     
    2746files. It's used to compare how things are translated.</para></sect4>
    2847
     48<sect4><title>msgconv</title>
     49<para>The msgconv program converts a translation catalog to a different
     50character encoding.</para></sect4>
     51
     52<sect4><title>msgen</title>
     53<para>The msgen program creates an English translation catalog.</para></sect4>
     54
     55<sect4><title>msgexec</title>
     56<para>The msgexec program applies a command to all translations of a
     57translation catalog.</para></sect4>
     58
     59<sect4><title>msgfilter</title>
     60<para>The msgfilter program applies a filter to all translations of a
     61translation catalog.</para></sect4>
     62
    2963<sect4><title>msgfmt</title>
    3064<para>The msgfmt program compiles raw translation into machine code. It's
    3165used to create the final program/package translation file.</para></sect4>
     66
     67<sect4><title>msggrep</title>
     68<para>The msggrep program extracts all messages of a translation
     69catalog that match a given pattern or belong to some given source
     70files.</para></sect4>
     71
     72<sect4><title>msginit</title>
     73<para>The msginit program creates a new PO file, initializing the
     74meta information with values from the user's environment.</para></sect4>
    3275
    3376<sect4><title>msgmerge</title>
     
    4083available.</para></sect4>
    4184
     85<sect4><title>msguniq</title>
     86<para>The msguniq program unifies duplicate translations in a translation
     87catalog.</para></sect4>
     88
    4289<sect4><title>ngettext</title>
    4390<para>The ngettext program displays native language translations of a
    4491textual message whose grammatical form depends on a number.</para></sect4>
     92
     93<sect4><title>project-id</title>
     94<para>The project-id script prints a package's identification package
     95version or package.</para></sect4>
     96
     97<sect4><title>team-address</title>
     98<para>The team-address script prints the team's address to stdout and
     99outputs additional instructions.</para></sect4>
     100
     101<sect4><title>trigger</title>
     102<para>The trigger script tests whether the current package is a GNOME or
     103KDE package.</para></sect4>
     104
     105<sect4><title>urlget</title>
     106<para>The urlget program gets the contents of a URL.</para></sect4>
     107
     108<sect4><title>user-email</title>
     109<para>The user-email script prints the user's email address, with
     110confirmation from the user.</para></sect4>
    45111
    46112<sect4><title>xgettext</title>
     
    50116</sect3>
    51117
     118<sect3><title>Library Files</title>
     119<para>libgettextlib[a,so], libgettextsrc[a,so]</para></sect3>
     120
     121<sect3><title>Descriptions</title>
     122
     123<sect4><title>libgettextlib</title>
     124<para>No description is currently available.</para></sect4>
     125
     126<sect4><title>libgettextsrc</title>
     127<para>No description is currently available.</para></sect4>
     128
     129</sect3>
     130
    52131</sect2>
    53 
  • appendixa/vim-desc.xml

    r0bb66243 r626a280  
    2222
    2323<sect4><title>vi</title>
    24 <para>vi starst vim in vi-compatible mode.</para></sect4>
     24<para>vi starts vim in vi-compatible mode.</para></sect4>
    2525
    2626<sect4><title>view</title>
  • chapter01/changelog.xml

    r0bb66243 r626a280  
    4545</itemizedlist>
    4646</para></listitem>
     47
     48<listitem><para>June 16th, 2002 [timothy]: Chapter 05 &amp; 06 - Gettext:
     49Updated package contents.</para></listitem>
    4750
    4851<listitem><para>June 14th, 2002 [timothy]: Chapter 05 &amp; 06 - Binutils,
  • entities/gettext.ent

    r0bb66243 r626a280  
    1111<!ENTITY gettext-version "0.11.2">
    1212<!ENTITY gettext-depversion "0.10.40">
    13 <!ENTITY gettext-contversion "0.10.40">
     13<!ENTITY gettext-contversion "0.11.2">
    1414<!ENTITY gettext-size "2,120 KB">
    1515
  • index.xml

    r0bb66243 r626a280  
    55<!ENTITY book SYSTEM "book/book.xml">
    66
    7 <!ENTITY version "20020614">
    8 <!ENTITY releasedate "June 14th, 2002">
     7<!ENTITY version "20020616">
     8<!ENTITY releasedate "June 16th, 2002">
    99
    1010<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
Note: See TracChangeset for help on using the changeset viewer.