Fixed formatting.
--- a/devel-rules.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/devel-rules.rst Sat Feb 10 01:49:07 2018 +0200
@@ -283,7 +283,7 @@
together. Write programs to handle text streams, because that is a universal
interface."
- -- Doug McIlroy
+ -- Doug McIlroy
.. epigraph::
--- a/freedom.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/freedom.rst Sat Feb 10 01:49:07 2018 +0200
@@ -182,7 +182,7 @@
* The Debian Free Software Guidelines (DFSG)
- 1. Free Redistribution
+1. Free Redistribution
The license of a Debian component may not restrict any party from selling or giving away
the software as a component of an aggregate software distribution containing programs from
--- a/game.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/game.rst Sat Feb 10 01:49:07 2018 +0200
@@ -155,6 +155,7 @@
Blobwars.
=========
+::
$ sudo apt-get install blobwars
@@ -168,7 +169,7 @@
Misc games.
===========
- http://code.google.com/p/opentyrian/
+* http://code.google.com/p/opentyrian/
Interesting games.
==================
--- a/gcc.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/gcc.rst Sat Feb 10 01:49:07 2018 +0200
@@ -8,6 +8,7 @@
Remove dead code
================
+::
STRIP_DEAD_CODE = -Wl,-static -fvtable-gc -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,-s
--- a/grub.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/grub.rst Sat Feb 10 01:49:07 2018 +0200
@@ -35,16 +35,16 @@
to the VGA mode setting in the kernel image. The values are not case-sensitive.
They are:
- ask
- Prompts the user for the text mode. Pressing Enter in response to the
- prompt displays a list of the available modes. extended (or ext)
- Selects 80x50 text mode.
- normal
- Selects normal 80x25 text mode.
- number
- Uses the text mode that corresponds to number. A list of available
- modes for your video card can be obtained by booting with vga=ask and
- pressing Enter.
+``ask``
+ Prompts the user for the text mode. Pressing Enter in response to the
+ prompt displays a list of the available modes. extended (or ext)
+ Selects 80x50 text mode.
+``normal``
+ Selects normal 80x25 text mode.
+``number``
+ Uses the text mode that corresponds to number. A list of available
+ modes for your video card can be obtained by booting with vga=ask and
+ pressing Enter.
::
--- a/gtd.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/gtd.rst Sat Feb 10 01:49:07 2018 +0200
@@ -9,16 +9,16 @@
Хронофаги.
==========
- * Желание знать все детали.
- * Недостатки кооперации или разделения труда.
- * Недостатки планирования.
- * Нечеткая постановка цели.
- * Обсуждение сложных вопросов без надлежащей подготовки.
- * Отвлекающая обстановка.
- * Отрывающие от дел телефонные звонки, письма и разговоры.
- * Отсутствие приоритетов в делах.
- * Попытка слишком много сделать за один раз.
- * Потеря интереса к проекту.
- * Распорядок дня не увязан с ритмом продуктивности.
- * Синдром «откладывания».
+* Желание знать все детали.
+* Недостатки кооперации или разделения труда.
+* Недостатки планирования.
+* Нечеткая постановка цели.
+* Обсуждение сложных вопросов без надлежащей подготовки.
+* Отвлекающая обстановка.
+* Отрывающие от дел телефонные звонки, письма и разговоры.
+* Отсутствие приоритетов в делах.
+* Попытка слишком много сделать за один раз.
+* Потеря интереса к проекту.
+* Распорядок дня не увязан с ритмом продуктивности.
+* Синдром «откладывания».
--- a/laser-disk.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/laser-disk.rst Sat Feb 10 01:49:07 2018 +0200
@@ -158,10 +158,8 @@
Vice versa xorriso is able to restore file objects from ISO 9660 filesystems.
-See
-
- http://scdbackup.webframe.org/xorriso_eng.html
- http://en.wikipedia.org/wiki/xorriso
+* http://scdbackup.webframe.org/xorriso_eng.html
+* http://en.wikipedia.org/wiki/xorriso
ImgBurn
-------
@@ -182,8 +180,8 @@
For Windows XP/Vista/2008/7. Require .NET >= version 2.0.
- http://www.cdburnerxp.se/ru/home
- home page
+http://www.cdburnerxp.se/ru/home
+ home page
MDF to ISO
==========
--- a/maven.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/maven.rst Sat Feb 10 01:49:07 2018 +0200
@@ -72,8 +72,8 @@
Project directory layout.
=========================
- http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
- Introduction to the Standard Directory Layout.
+http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
+ Introduction to the Standard Directory Layout.
Search for maven artifact by Java package or class name.
========================================================
--- a/msvc.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/msvc.rst Sat Feb 10 01:49:07 2018 +0200
@@ -146,24 +146,24 @@
MFC versions.
=============
- ================ ===================
- MFC version Visual C++ version
- ================ ===================
- 1.0 Microsoft C/C++ 7.0
- 2.0 Visual C++ 1.0
- 2.5 Visual C++ 1.5
- 3.0 Visual C++ 2.0
- 3.1 Visual C++ 2.1
- 3.2 Visual C++ 2.2
- 4.0 Visual C++ 4.0
- 4.1 Visual C++ 4.1
- 4.2 Visual C++ 4.2
- 4.21 (mfc42.dll) Visual C++ 5.0
- 6.0 (mfc42.dll) Visual C++ 6.0
- 7.0 (mfc70.dll) Visual C++ .NET 2002
- 7.1 (mfc71.dll) Visual C++ .NET 2003
- 8.0 (mfc80.dll) Visual C++ 2005
- ================ ===================
+================ ===================
+MFC version Visual C++ version
+================ ===================
+1.0 Microsoft C/C++ 7.0
+2.0 Visual C++ 1.0
+2.5 Visual C++ 1.5
+3.0 Visual C++ 2.0
+3.1 Visual C++ 2.1
+3.2 Visual C++ 2.2
+4.0 Visual C++ 4.0
+4.1 Visual C++ 4.1
+4.2 Visual C++ 4.2
+4.21 (mfc42.dll) Visual C++ 5.0
+6.0 (mfc42.dll) Visual C++ 6.0
+7.0 (mfc70.dll) Visual C++ .NET 2002
+7.1 (mfc71.dll) Visual C++ .NET 2003
+8.0 (mfc80.dll) Visual C++ 2005
+================ ===================
http://msdn.microsoft.com/en-us/library/3z02ch3k.aspx
ATL and MFC Version Numbers
@@ -171,15 +171,15 @@
ALT version.
============
- ============= ===================================================
- ATL version Visual C++ version
- ============= ===================================================
- 1.0, 1.1, 2.0 None. Released to Web in Visual C++ 4.x time frame.
- 3.0 Visual C++ 6.0
- 7.0 Visual C++ .NET 2002
- 7.1 Visual C++ .NET 2003
- 8.0 Visual C++ 2005
- ============= ===================================================
+============= ===================================================
+ATL version Visual C++ version
+============= ===================================================
+1.0, 1.1, 2.0 None. Released to Web in Visual C++ 4.x time frame.
+3.0 Visual C++ 6.0
+7.0 Visual C++ .NET 2002
+7.1 Visual C++ .NET 2003
+8.0 Visual C++ 2005
+============= ===================================================
http://msdn.microsoft.com/en-us/library/3z02ch3k.aspx
ATL and MFC Version Numbers
--- a/noise.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/noise.rst Sat Feb 10 01:49:07 2018 +0200
@@ -49,7 +49,7 @@
0 Ничего не слышно.
==== =======================================
- http://ru.wikipedia.org/wiki/Шум
+* http://ru.wikipedia.org/wiki/Шум
Srandards
=========
--- a/nsis.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/nsis.rst Sat Feb 10 01:49:07 2018 +0200
@@ -13,6 +13,8 @@
To escape quote use $\. ${MACRO_NAME}, $(VAR_NAME) substituted with
macros/variable values. To escape $ use $$.
+::
+
MessageBox MB_OK "I'll be happy" ; this one puts a ' inside a string
MessageBox MB_OK 'And he said to me "Hi there!"' ; this one puts a " inside a string
MessageBox MB_OK `And he said to me "I'll be happy!"` ; this one puts both ' and "s inside a string
--- a/ntp.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/ntp.rst Sat Feb 10 01:49:07 2018 +0200
@@ -40,12 +40,12 @@
See:
- http://support.microsoft.com/kb/q216734/
- Windows Time Service Tools and Settings.
- http://support.microsoft.com/kb/q223184/
- How to configure an authoritative time server in Windows 2000.
- http://support.microsoft.com/kb/307897/
- How to synchronize the time with the Windows Time service in Windows XP.
- http://support.microsoft.com/kb/216734/
- How to configure an authoritative time server in Windows 2000.
+http://support.microsoft.com/kb/q216734/
+ Windows Time Service Tools and Settings.
+http://support.microsoft.com/kb/q223184/
+ How to configure an authoritative time server in Windows 2000.
+http://support.microsoft.com/kb/307897/
+ How to synchronize the time with the Windows Time service in Windows XP.
+http://support.microsoft.com/kb/216734/
+ How to configure an authoritative time server in Windows 2000.
--- a/pgp.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/pgp.rst Sat Feb 10 01:49:07 2018 +0200
@@ -78,7 +78,7 @@
..
- http://stackoverflow.com/questions/7661500/how-to-get-public-key-from-private-in-gpg-without-using-local-storage-under
+* http://stackoverflow.com/questions/7661500/how-to-get-public-key-from-private-in-gpg-without-using-local-storage-under
How submit public key to key server?
====================================
--- a/posix.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/posix.rst Sat Feb 10 01:49:07 2018 +0200
@@ -9,11 +9,10 @@
Download POSIX
==============
- http://www.opengroup.org/onlinepubs/009695399/download
- download page for SYSV3
-
- http://www.opengroup.org/onlinepubs/9699919799/download
- download page for SYSV4
+http://www.opengroup.org/onlinepubs/009695399/download
+ Download page for SYSV3.
+http://www.opengroup.org/onlinepubs/9699919799/download
+ Download page for SYSV4.
Shell command
=============
--- a/printer.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/printer.rst Sat Feb 10 01:49:07 2018 +0200
@@ -96,7 +96,7 @@
Мануал производителя находиться по адресу:
- http://solutions.brother.com/linux/en_us/instruction_prn1a.html
+* http://solutions.brother.com/linux/en_us/instruction_prn1a.html
GNU/Debian x86_32.
~~~~~~~~~~~~~~~~~~
--- a/python.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/python.rst Sat Feb 10 01:49:07 2018 +0200
@@ -33,8 +33,8 @@
..
- http://peak.telecommunity.com/DevCenter/EasyInstall#uninstalling-packages
- Uninstalling Packages
+http://peak.telecommunity.com/DevCenter/EasyInstall#uninstalling-packages
+ Uninstalling Packages
Generate documentation from Python sources.
===========================================
--- a/screencast.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/screencast.rst Sat Feb 10 01:49:07 2018 +0200
@@ -93,9 +93,9 @@
Here:
- * ``-ss`` tells mplayer where you begin
- * ``-endpos`` tells mplayer where to stop (minutes)
- * ``z=9`` sets compression level
+* ``-ss`` tells mplayer where you begin
+* ``-endpos`` tells mplayer where to stop (minutes)
+* ``z=9`` sets compression level
ImageMagic and shell script.
----------------------------
--- a/signal.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/signal.rst Sat Feb 10 01:49:07 2018 +0200
@@ -221,7 +221,7 @@
To parent on child stop or exit. Type: notification.
-By default the signal is simply ignored. In C:
+By default the signal is simply ignored. In C::
signal(SIGCHLD, SIG_IGN);
--- a/stat.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/stat.rst Sat Feb 10 01:49:07 2018 +0200
@@ -181,10 +181,8 @@
$ mpstat <num> <seconds>
-See
-
- http://developers.sun.com/solaris/articles/prstat.html
- Topping top in Solaris 8 with prstat.
+http://developers.sun.com/solaris/articles/prstat.html
+ Topping top in Solaris 8 with prstat.
Memory consumption.
===================
--- a/video.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/video.rst Sat Feb 10 01:49:07 2018 +0200
@@ -96,8 +96,8 @@
See:
- http://wiki.debian.org/Webcam
- Debian wiki.
+http://wiki.debian.org/Webcam
+ Debian wiki.
Extract audio from video file.
==============================
--- a/virtualbox.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/virtualbox.rst Sat Feb 10 01:49:07 2018 +0200
@@ -9,7 +9,7 @@
Supported guests.
=================
- * https://www.virtualbox.org/wiki/Guest_OSes
+* https://www.virtualbox.org/wiki/Guest_OSes
TODO: which guests have Additions
--- a/windows-driver.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/windows-driver.rst Sat Feb 10 01:49:07 2018 +0200
@@ -291,11 +291,11 @@
Windows uses the following criteria to select a driver for a device:
- * Windows selects the driver that has the lowest rank value as the best match for the device.
- * For drivers that have equal rank, Windows selects the driver that has the most recent date.
- * For the drivers that have equal rank and date, Windows selects the driver that has the highest version.
- * Windows XP SP1 and later: For drivers that have equal rank, date, and version, Windows can select any driver.
- * Windows XP and Windows 2000: For drivers that have equal rank, date, and version, Windows can select any driver.
+* Windows selects the driver that has the lowest rank value as the best match for the device.
+* For drivers that have equal rank, Windows selects the driver that has the most recent date.
+* For the drivers that have equal rank and date, Windows selects the driver that has the highest version.
+* Windows XP SP1 and later: For drivers that have equal rank, date, and version, Windows can select any driver.
+* Windows XP and Windows 2000: For drivers that have equal rank, date, and version, Windows can select any driver.
See:
--- a/xml.rst Sat Feb 10 01:36:16 2018 +0200
+++ b/xml.rst Sat Feb 10 01:49:07 2018 +0200
@@ -9,8 +9,8 @@
About XML.
==========
- * http://xmlhack.ru
- * http://microformats.org/wiki/namespaces-considered-harmful
+* http://xmlhack.ru
+* http://microformats.org/wiki/namespaces-considered-harmful
Converting between schema formants.
===================================
@@ -21,18 +21,18 @@
See:
- http://code.google.com/p/xsdtorngconverter/
- That XSLT transformation converts a XSD schema to RelaxNG.
+http://code.google.com/p/xsdtorngconverter/
+ That XSLT transformation converts a XSD schema to RelaxNG.
relaxng-mode.
=============
- http://www.pantor.com/download.html
- RNC Emacs Mode (home page)
- http://www.emacswiki.org/emacs/RELAX_NG
- Emacs wili.
- http://www.relaxng.org/compact-tutorial-20030326.html
- relaxng compact syntax tutorial
+http://www.pantor.com/download.html
+ RNC Emacs Mode (home page)
+http://www.emacswiki.org/emacs/RELAX_NG
+ Emacs wili.
+http://www.relaxng.org/compact-tutorial-20030326.html
+ relaxng compact syntax tutorial
utilities for processing xml.
=============================
@@ -45,8 +45,8 @@
similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join,
etc.
- http://xmlstar.sourceforge.net/overview.php
- home page
+http://xmlstar.sourceforge.net/overview.php
+ home page
Cygwin.
-------
@@ -66,15 +66,15 @@
Microformats.
=============
- http://microformats.org/about
+http://microformats.org/about
XML encoding.
=============
- http://www.ietf.org/rfc/rfc3023.txt
- XML Media Types
- http://www.xml.com/pub/a/2004/07/21/dive.html
- XML on the Web Has Failed
+http://www.ietf.org/rfc/rfc3023.txt
+ XML Media Types
+http://www.xml.com/pub/a/2004/07/21/dive.html
+ XML on the Web Has Failed
Validation of xml files.
========================
@@ -85,10 +85,10 @@
See:
- http://infohost.nmt.edu/tcc/help/xml/lint.html
- xmllint: A validator for XML files
- http://www.cogsci.ed.ac.uk/~richard/rxp.html
- RXP - an XML parser available under the GPL
+http://infohost.nmt.edu/tcc/help/xml/lint.html
+ xmllint: A validator for XML files
+http://www.cogsci.ed.ac.uk/~richard/rxp.html
+ RXP - an XML parser available under the GPL
Validating using the DOCTYPE.
-----------------------------