[SCM] live-manual branch, debian, updated. debian/2.0_a9-1-16-g2f36ba9

Ben Armstrong synrg at debian.org
Tue Nov 2 00:21:14 UTC 2010


The following commit has been merged in the debian branch:
commit 2f36ba9eab28894f1438d1c548252bc0c2f47017
Author: Ben Armstrong <synrg at debian.org>
Date:   Mon Nov 1 06:50:30 2010 -0300

    Fixing punctuation after references, resolved in sisu 2.7.8.

diff --git a/manual/de/live-manual.ssm b/manual/de/live-manual.ssm
index 77a0944..a1401f9 100644
--- a/manual/de/live-manual.ssm
+++ b/manual/de/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-10-29
+ :published: 2010-11-01
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/de/user_basics.ssi b/manual/de/user_basics.ssi
index ac67ef3..303cdd7 100644
--- a/manual/de/user_basics.ssi
+++ b/manual/de/user_basics.ssi
@@ -10,7 +10,7 @@ for booting the various binary image types.
 A live system usually means an operating system booted on a computer from a
 removable medium, such as a CD-ROM or USB stick, or from a network, ready to
 use without any installation on the usual drive(s), with auto-configuration
-done at run time (see {Terms}#terms ).
+done at run time (see {Terms}#terms).
 
 With Debian Live, it's a Debian GNU/Linux operating system, built for one of
 the supported architectures (currently amd64, i386, powerpc and sparc). It
@@ -63,7 +63,7 @@ $ lb config
 }code
 
 By passing no parameters to #{lb config}#, we indicated that we wish to use
-the defaults (see {The lb config command}#lb-config ).
+the defaults (see {The lb config command}#lb-config).
 
 Now that we have a "config/" hierarchy, we may build the image with the lb
 build command:
@@ -75,7 +75,7 @@ code{
 }code
 
 This process can take a while, depending on the speed of your network
-connection (see {The lb build command}#lb-build ).
+connection (see {The lb build command}#lb-build).
 
 3~ Testing an ISO image with Qemu
 
@@ -139,7 +139,7 @@ need a USB/HDD image.
 
 Note: if you created an ISO image with the previous example, you will need
 to clean up your working directory with the #{lb clean} command (see {The lb
-clean command}#lb-clean ):
+clean command}#lb-clean):
 
 code{
 
diff --git a/manual/en/live-manual.ssm b/manual/en/live-manual.ssm
index 56ff40b..86ceae6 100644
--- a/manual/en/live-manual.ssm
+++ b/manual/en/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-10-29
+ :published: 2010-11-01
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/en/user_basics.ssi b/manual/en/user_basics.ssi
index 634a521..c707245 100644
--- a/manual/en/user_basics.ssi
+++ b/manual/en/user_basics.ssi
@@ -6,7 +6,7 @@ This chapter contains a brief overview of the build process and instructions for
 
 2~ What is a live system?
 
-A live system usually means an operating system booted on a computer from a removable medium, such as a CD-ROM or USB stick, or from a network, ready to use without any installation on the usual drive(s), with auto-configuration done at run time (see {Terms}#terms ).
+A live system usually means an operating system booted on a computer from a removable medium, such as a CD-ROM or USB stick, or from a network, ready to use without any installation on the usual drive(s), with auto-configuration done at run time (see {Terms}#terms).
 
 With Debian Live, it's a Debian GNU/Linux operating system, built for one of the supported architectures (currently amd64, i386, powerpc and sparc). It is made from the following parts:
 
@@ -34,7 +34,7 @@ $ lb config
 
 }code
 
-By passing no parameters to #{lb config}#, we indicated that we wish to use the defaults (see {The lb config command}#lb-config ).
+By passing no parameters to #{lb config}#, we indicated that we wish to use the defaults (see {The lb config command}#lb-config).
 
 Now that we have a "config/" hierarchy, we may build the image with the lb build command:
 
@@ -44,7 +44,7 @@ code{
 
 }code
 
-This process can take a while, depending on the speed of your network connection (see {The lb build command}#lb-build ).
+This process can take a while, depending on the speed of your network connection (see {The lb build command}#lb-build).
 
 3~ Testing an ISO image with Qemu
 
@@ -96,7 +96,7 @@ $ wodim binary.iso
 
 The following sequence of commands will create a basic USB/HDD image containing just the Debian standard system without X.org. It is suitable for booting from USB sticks, USB hard drives, and various other portable storage devices. Normally, an ISO hybrid image can be used for this purpose instead, but if you have a BIOS which does not handle hybrid images properly, or want to use the remaining space on the media for a persistence partition, you need a USB/HDD image.
 
-Note: if you created an ISO image with the previous example, you will need to clean up your working directory with the #{lb clean} command (see {The lb clean command}#lb-clean ):
+Note: if you created an ISO image with the previous example, you will need to clean up your working directory with the #{lb clean} command (see {The lb clean command}#lb-clean):
 
 code{
 
diff --git a/manual/fr/live-manual.ssm b/manual/fr/live-manual.ssm
index 216a7e3..5558c36 100644
--- a/manual/fr/live-manual.ssm
+++ b/manual/fr/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-10-29
+ :published: 2010-11-01
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/fr/user_basics.ssi b/manual/fr/user_basics.ssi
index ac67ef3..303cdd7 100644
--- a/manual/fr/user_basics.ssi
+++ b/manual/fr/user_basics.ssi
@@ -10,7 +10,7 @@ for booting the various binary image types.
 A live system usually means an operating system booted on a computer from a
 removable medium, such as a CD-ROM or USB stick, or from a network, ready to
 use without any installation on the usual drive(s), with auto-configuration
-done at run time (see {Terms}#terms ).
+done at run time (see {Terms}#terms).
 
 With Debian Live, it's a Debian GNU/Linux operating system, built for one of
 the supported architectures (currently amd64, i386, powerpc and sparc). It
@@ -63,7 +63,7 @@ $ lb config
 }code
 
 By passing no parameters to #{lb config}#, we indicated that we wish to use
-the defaults (see {The lb config command}#lb-config ).
+the defaults (see {The lb config command}#lb-config).
 
 Now that we have a "config/" hierarchy, we may build the image with the lb
 build command:
@@ -75,7 +75,7 @@ code{
 }code
 
 This process can take a while, depending on the speed of your network
-connection (see {The lb build command}#lb-build ).
+connection (see {The lb build command}#lb-build).
 
 3~ Testing an ISO image with Qemu
 
@@ -139,7 +139,7 @@ need a USB/HDD image.
 
 Note: if you created an ISO image with the previous example, you will need
 to clean up your working directory with the #{lb clean} command (see {The lb
-clean command}#lb-clean ):
+clean command}#lb-clean):
 
 code{
 
diff --git a/manual/po/de/live-manual.ssm.po b/manual/po/de/live-manual.ssm.po
index 138d75a..67cc0ed 100644
--- a/manual/po/de/live-manual.ssm.po
+++ b/manual/po/de/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-29 17:14-0200\n"
+"POT-Creation-Date: 2010-11-01 06:47-0200\n"
 "PO-Revision-Date: 2010-10-03 20:30+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-10-29\n"
+" :published: 2010-11-01\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/de/user_basics.ssi.po b/manual/po/de/user_basics.ssi.po
index 888112f..4bd270e 100644
--- a/manual/po/de/user_basics.ssi.po
+++ b/manual/po/de/user_basics.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-28 07:47-0200\n"
+"POT-Creation-Date: 2010-11-01 06:47-0200\n"
 "PO-Revision-Date: 2010-10-03 20:30+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -72,8 +72,8 @@ msgstr ""
 #: en/user_installation.ssi:118 en/user_installation.ssi:135
 #: en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:46
-#: en/user_overview.ssi:90 en/user_overview.ssi:98
+#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr ""
 
@@ -132,8 +132,8 @@ msgstr ""
 #: en/user_installation.ssi:123 en/user_installation.ssi:138
 #: en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:84
-#: en/user_overview.ssi:94 en/user_overview.ssi:102
+#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr ""
 
@@ -165,7 +165,7 @@ msgid ""
 "A live system usually means an operating system booted on a computer from a "
 "removable medium, such as a CD-ROM or USB stick, or from a network, ready to "
 "use without any installation on the usual drive(s), with auto-configuration "
-"done at run time (see {Terms}#terms )."
+"done at run time (see {Terms}#terms)."
 msgstr ""
 
 #. type: Plain text
@@ -258,7 +258,7 @@ msgstr ""
 #: en/user_basics.ssi:38
 msgid ""
 "By passing no parameters to #{lb config}#, we indicated that we wish to use "
-"the defaults (see {The lb config command}#lb-config )."
+"the defaults (see {The lb config command}#lb-config)."
 msgstr ""
 
 #. type: Plain text
@@ -277,7 +277,7 @@ msgstr ""
 #: en/user_basics.ssi:48
 msgid ""
 "This process can take a while, depending on the speed of your network "
-"connection (see {The lb build command}#lb-build )."
+"connection (see {The lb build command}#lb-build)."
 msgstr ""
 
 #. type: Plain text
@@ -383,7 +383,7 @@ msgstr ""
 msgid ""
 "Note: if you created an ISO image with the previous example, you will need "
 "to clean up your working directory with the #{lb clean} command (see {The lb "
-"clean command}#lb-clean ):"
+"clean command}#lb-clean):"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/fr/live-manual.ssm.po b/manual/po/fr/live-manual.ssm.po
index 3724c95..17a10f6 100644
--- a/manual/po/fr/live-manual.ssm.po
+++ b/manual/po/fr/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-29 17:14-0200\n"
+"POT-Creation-Date: 2010-11-01 06:47-0200\n"
 "PO-Revision-Date: 2010-10-21 07:06-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-10-29\n"
+" :published: 2010-11-01\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/fr/user_basics.ssi.po b/manual/po/fr/user_basics.ssi.po
index d7eede0..bdde68f 100644
--- a/manual/po/fr/user_basics.ssi.po
+++ b/manual/po/fr/user_basics.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-28 07:47-0200\n"
+"POT-Creation-Date: 2010-11-01 06:47-0200\n"
 "PO-Revision-Date: 2010-10-20 06:53-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -72,8 +72,8 @@ msgstr ""
 #: en/user_installation.ssi:118 en/user_installation.ssi:135
 #: en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:46
-#: en/user_overview.ssi:90 en/user_overview.ssi:98
+#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
 
@@ -132,8 +132,8 @@ msgstr "code{"
 #: en/user_installation.ssi:123 en/user_installation.ssi:138
 #: en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:84
-#: en/user_overview.ssi:94 en/user_overview.ssi:102
+#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
@@ -165,7 +165,7 @@ msgid ""
 "A live system usually means an operating system booted on a computer from a "
 "removable medium, such as a CD-ROM or USB stick, or from a network, ready to "
 "use without any installation on the usual drive(s), with auto-configuration "
-"done at run time (see {Terms}#terms )."
+"done at run time (see {Terms}#terms)."
 msgstr ""
 
 #. type: Plain text
@@ -258,7 +258,7 @@ msgstr ""
 #: en/user_basics.ssi:38
 msgid ""
 "By passing no parameters to #{lb config}#, we indicated that we wish to use "
-"the defaults (see {The lb config command}#lb-config )."
+"the defaults (see {The lb config command}#lb-config)."
 msgstr ""
 
 #. type: Plain text
@@ -277,7 +277,7 @@ msgstr ""
 #: en/user_basics.ssi:48
 msgid ""
 "This process can take a while, depending on the speed of your network "
-"connection (see {The lb build command}#lb-build )."
+"connection (see {The lb build command}#lb-build)."
 msgstr ""
 
 #. type: Plain text
@@ -383,7 +383,7 @@ msgstr ""
 msgid ""
 "Note: if you created an ISO image with the previous example, you will need "
 "to clean up your working directory with the #{lb clean} command (see {The lb "
-"clean command}#lb-clean ):"
+"clean command}#lb-clean):"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/pt_BR/live-manual.ssm.po b/manual/po/pt_BR/live-manual.ssm.po
index 36c79ee..a1f0c74 100644
--- a/manual/po/pt_BR/live-manual.ssm.po
+++ b/manual/po/pt_BR/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-29 17:14-0200\n"
+"POT-Creation-Date: 2010-11-01 06:47-0200\n"
 "PO-Revision-Date: 2010-10-22 07:52-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-10-29\n"
+" :published: 2010-11-01\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/pt_BR/user_basics.ssi.po b/manual/po/pt_BR/user_basics.ssi.po
index 2393064..0ab51a8 100644
--- a/manual/po/pt_BR/user_basics.ssi.po
+++ b/manual/po/pt_BR/user_basics.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-28 07:47-0200\n"
+"POT-Creation-Date: 2010-11-01 06:47-0200\n"
 "PO-Revision-Date: 2010-10-20 06:53-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -72,8 +72,8 @@ msgstr ""
 #: en/user_installation.ssi:118 en/user_installation.ssi:135
 #: en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:46
-#: en/user_overview.ssi:90 en/user_overview.ssi:98
+#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
 
@@ -132,8 +132,8 @@ msgstr "code{"
 #: en/user_installation.ssi:123 en/user_installation.ssi:138
 #: en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:84
-#: en/user_overview.ssi:94 en/user_overview.ssi:102
+#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
@@ -165,7 +165,7 @@ msgid ""
 "A live system usually means an operating system booted on a computer from a "
 "removable medium, such as a CD-ROM or USB stick, or from a network, ready to "
 "use without any installation on the usual drive(s), with auto-configuration "
-"done at run time (see {Terms}#terms )."
+"done at run time (see {Terms}#terms)."
 msgstr ""
 
 #. type: Plain text
@@ -258,7 +258,7 @@ msgstr ""
 #: en/user_basics.ssi:38
 msgid ""
 "By passing no parameters to #{lb config}#, we indicated that we wish to use "
-"the defaults (see {The lb config command}#lb-config )."
+"the defaults (see {The lb config command}#lb-config)."
 msgstr ""
 
 #. type: Plain text
@@ -277,7 +277,7 @@ msgstr ""
 #: en/user_basics.ssi:48
 msgid ""
 "This process can take a while, depending on the speed of your network "
-"connection (see {The lb build command}#lb-build )."
+"connection (see {The lb build command}#lb-build)."
 msgstr ""
 
 #. type: Plain text
@@ -383,7 +383,7 @@ msgstr ""
 msgid ""
 "Note: if you created an ISO image with the previous example, you will need "
 "to clean up your working directory with the #{lb clean} command (see {The lb "
-"clean command}#lb-clean ):"
+"clean command}#lb-clean):"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/ro/live-manual.ssm.po b/manual/po/ro/live-manual.ssm.po
index 1e39d45..f138894 100644
--- a/manual/po/ro/live-manual.ssm.po
+++ b/manual/po/ro/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-29 17:14-0200\n"
+"POT-Creation-Date: 2010-11-01 06:47-0200\n"
 "PO-Revision-Date: 2010-10-23 00:04+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -46,7 +46,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-10-29\n"
+" :published: 2010-11-01\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/ro/user_basics.ssi.po b/manual/po/ro/user_basics.ssi.po
index bbd8660..e038be8 100644
--- a/manual/po/ro/user_basics.ssi.po
+++ b/manual/po/ro/user_basics.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-28 07:47-0200\n"
+"POT-Creation-Date: 2010-11-01 06:47-0200\n"
 "PO-Revision-Date: 2010-10-23 16:43+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -73,8 +73,8 @@ msgstr ""
 #: en/user_installation.ssi:118 en/user_installation.ssi:135
 #: en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:46
-#: en/user_overview.ssi:90 en/user_overview.ssi:98
+#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
 
@@ -133,8 +133,8 @@ msgstr "code{"
 #: en/user_installation.ssi:123 en/user_installation.ssi:138
 #: en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:84
-#: en/user_overview.ssi:94 en/user_overview.ssi:102
+#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
@@ -166,7 +166,7 @@ msgid ""
 "A live system usually means an operating system booted on a computer from a "
 "removable medium, such as a CD-ROM or USB stick, or from a network, ready to "
 "use without any installation on the usual drive(s), with auto-configuration "
-"done at run time (see {Terms}#terms )."
+"done at run time (see {Terms}#terms)."
 msgstr ""
 
 #. type: Plain text
@@ -259,7 +259,7 @@ msgstr ""
 #: en/user_basics.ssi:38
 msgid ""
 "By passing no parameters to #{lb config}#, we indicated that we wish to use "
-"the defaults (see {The lb config command}#lb-config )."
+"the defaults (see {The lb config command}#lb-config)."
 msgstr ""
 
 #. type: Plain text
@@ -278,7 +278,7 @@ msgstr ""
 #: en/user_basics.ssi:48
 msgid ""
 "This process can take a while, depending on the speed of your network "
-"connection (see {The lb build command}#lb-build )."
+"connection (see {The lb build command}#lb-build)."
 msgstr ""
 
 #. type: Plain text
@@ -384,7 +384,7 @@ msgstr ""
 msgid ""
 "Note: if you created an ISO image with the previous example, you will need "
 "to clean up your working directory with the #{lb clean} command (see {The lb "
-"clean command}#lb-clean ):"
+"clean command}#lb-clean):"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/live-manual.ssm.pot b/manual/pot/live-manual.ssm.pot
index 48db351..f20c0c1 100644
--- a/manual/pot/live-manual.ssm.pot
+++ b/manual/pot/live-manual.ssm.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-29 17:14-0200\n"
+"POT-Creation-Date: 2010-11-01 06:47-0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-10-29\n"
+" :published: 2010-11-01\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/user_basics.ssi.pot b/manual/pot/user_basics.ssi.pot
index 9af4a49..26451b3 100644
--- a/manual/pot/user_basics.ssi.pot
+++ b/manual/pot/user_basics.ssi.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-28 07:47-0200\n"
+"POT-Creation-Date: 2010-11-01 06:47-0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -72,8 +72,8 @@ msgstr ""
 #: en/user_installation.ssi:118 en/user_installation.ssi:135
 #: en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:46
-#: en/user_overview.ssi:90 en/user_overview.ssi:98
+#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr ""
 
@@ -132,8 +132,8 @@ msgstr ""
 #: en/user_installation.ssi:123 en/user_installation.ssi:138
 #: en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:84
-#: en/user_overview.ssi:94 en/user_overview.ssi:102
+#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr ""
 
@@ -165,7 +165,7 @@ msgid ""
 "A live system usually means an operating system booted on a computer from a "
 "removable medium, such as a CD-ROM or USB stick, or from a network, ready to "
 "use without any installation on the usual drive(s), with auto-configuration "
-"done at run time (see {Terms}#terms )."
+"done at run time (see {Terms}#terms)."
 msgstr ""
 
 #. type: Plain text
@@ -258,7 +258,7 @@ msgstr ""
 #: en/user_basics.ssi:38
 msgid ""
 "By passing no parameters to #{lb config}#, we indicated that we wish to use "
-"the defaults (see {The lb config command}#lb-config )."
+"the defaults (see {The lb config command}#lb-config)."
 msgstr ""
 
 #. type: Plain text
@@ -277,7 +277,7 @@ msgstr ""
 #: en/user_basics.ssi:48
 msgid ""
 "This process can take a while, depending on the speed of your network "
-"connection (see {The lb build command}#lb-build )."
+"connection (see {The lb build command}#lb-build)."
 msgstr ""
 
 #. type: Plain text
@@ -383,7 +383,7 @@ msgstr ""
 msgid ""
 "Note: if you created an ISO image with the previous example, you will need "
 "to clean up your working directory with the #{lb clean} command (see {The lb "
-"clean command}#lb-clean ):"
+"clean command}#lb-clean):"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pt_BR/live-manual.ssm b/manual/pt_BR/live-manual.ssm
index 216a7e3..5558c36 100644
--- a/manual/pt_BR/live-manual.ssm
+++ b/manual/pt_BR/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-10-29
+ :published: 2010-11-01
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/pt_BR/user_basics.ssi b/manual/pt_BR/user_basics.ssi
index ac67ef3..303cdd7 100644
--- a/manual/pt_BR/user_basics.ssi
+++ b/manual/pt_BR/user_basics.ssi
@@ -10,7 +10,7 @@ for booting the various binary image types.
 A live system usually means an operating system booted on a computer from a
 removable medium, such as a CD-ROM or USB stick, or from a network, ready to
 use without any installation on the usual drive(s), with auto-configuration
-done at run time (see {Terms}#terms ).
+done at run time (see {Terms}#terms).
 
 With Debian Live, it's a Debian GNU/Linux operating system, built for one of
 the supported architectures (currently amd64, i386, powerpc and sparc). It
@@ -63,7 +63,7 @@ $ lb config
 }code
 
 By passing no parameters to #{lb config}#, we indicated that we wish to use
-the defaults (see {The lb config command}#lb-config ).
+the defaults (see {The lb config command}#lb-config).
 
 Now that we have a "config/" hierarchy, we may build the image with the lb
 build command:
@@ -75,7 +75,7 @@ code{
 }code
 
 This process can take a while, depending on the speed of your network
-connection (see {The lb build command}#lb-build ).
+connection (see {The lb build command}#lb-build).
 
 3~ Testing an ISO image with Qemu
 
@@ -139,7 +139,7 @@ need a USB/HDD image.
 
 Note: if you created an ISO image with the previous example, you will need
 to clean up your working directory with the #{lb clean} command (see {The lb
-clean command}#lb-clean ):
+clean command}#lb-clean):
 
 code{
 
diff --git a/manual/ro/live-manual.ssm b/manual/ro/live-manual.ssm
index 216a7e3..5558c36 100644
--- a/manual/ro/live-manual.ssm
+++ b/manual/ro/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-10-29
+ :published: 2010-11-01
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/ro/user_basics.ssi b/manual/ro/user_basics.ssi
index ac67ef3..303cdd7 100644
--- a/manual/ro/user_basics.ssi
+++ b/manual/ro/user_basics.ssi
@@ -10,7 +10,7 @@ for booting the various binary image types.
 A live system usually means an operating system booted on a computer from a
 removable medium, such as a CD-ROM or USB stick, or from a network, ready to
 use without any installation on the usual drive(s), with auto-configuration
-done at run time (see {Terms}#terms ).
+done at run time (see {Terms}#terms).
 
 With Debian Live, it's a Debian GNU/Linux operating system, built for one of
 the supported architectures (currently amd64, i386, powerpc and sparc). It
@@ -63,7 +63,7 @@ $ lb config
 }code
 
 By passing no parameters to #{lb config}#, we indicated that we wish to use
-the defaults (see {The lb config command}#lb-config ).
+the defaults (see {The lb config command}#lb-config).
 
 Now that we have a "config/" hierarchy, we may build the image with the lb
 build command:
@@ -75,7 +75,7 @@ code{
 }code
 
 This process can take a while, depending on the speed of your network
-connection (see {The lb build command}#lb-build ).
+connection (see {The lb build command}#lb-build).
 
 3~ Testing an ISO image with Qemu
 
@@ -139,7 +139,7 @@ need a USB/HDD image.
 
 Note: if you created an ISO image with the previous example, you will need
 to clean up your working directory with the #{lb clean} command (see {The lb
-clean command}#lb-clean ):
+clean command}#lb-clean):
 
 code{
 

-- 
live-manual



More information about the debian-live-changes mailing list