diff options
Diffstat (limited to 'doc/ru/pgmsettings.html')
-rw-r--r-- | doc/ru/pgmsettings.html | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/doc/ru/pgmsettings.html b/doc/ru/pgmsettings.html new file mode 100644 index 0000000..ca14b4b --- /dev/null +++ b/doc/ru/pgmsettings.html @@ -0,0 +1,73 @@ +<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=koi8-r"> + <meta name="Author" content="Johannes Sixt"> + <title>KDbg - ����������� ������������ - ��������� ��������</title> +</head> +<body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E" alink="#FF0000"> +<a href="index.html">����������</a> +<h1>������ ��������� ��������</h1> +� ���� ������� ����� ������� ��������� ���������� ���������. ��� ��� ������ +�������� ����� ���� <i>����|���������</i>. ������ ��������� ����� ��������� +������ � ������� ������������ ��������� � ����� ��������� ����� �������� �� +�������. +<blockquote><b><i>������ ���������:</i></b> ��������� ����� ��������� ������ +��� ��������� �������� ������������ ������ � KDbg. ��� ��������, ��� ����� +������� �� <i>OK</i> �� ������ ������������� ����������� ������ � ������� +������ ���� <i>����|����������� ������</i>!!</blockquote> + +<ul> +<li> +<a href="#driver">��������</a></li> + +<li> +<a href="#output">�����</a></li> +</ul> + +<h2> +<a NAME="driver"></a>��������</h2> +� ���� ������� �� ������ ������� ��������, ������� ������ ���������� ���������. +<h4>��� ������� GDB</h4> + +<blockquote>������� ������� ��� ������ gdb. �������� ��� ���� ������ ��� ������ +gdb �� ���������, ���������� � +<a href="globaloptions.html">���������� ������</a>. ���� �� ����������� +�����-����������� � ��������� ��������, �� �� �������� �������� ������������ +������ gdb, ����� ���������� ��� ���������� ���������. �� ��������� ���������� +<tt>gdb --fullname --nx</tt>. �� �������� ������� ������ ����� ��� ��������� +������������� ���������. ���� �� �� �� �������, KDbg �� ����� ��������. +</blockquote> + +<h2> +<a NAME="output"></a>�����</h2> +� ���� ������� �� ������ ������� ������� �������� ���������, � ������� ����� +�������� ���������. +<h4>��� ����� � �����</h4> + +<blockquote>�������� ��� �����, ���� ���� ��������� �� �������� ������� ������ +� �������� � �� �� ������ ������ ��, ��� ��� ������� � ����������� ������ +������ � �����������. ��� ����������� ������ (<tt>stdin</tt>, <tt>stdout</tt> � +<tt>stderr</tt>) ���������������� � <tt>/dev/null</tt>.</blockquote> + +<h4>������ �����, ������� �������� ���������</h4> + +<blockquote>�������� ��� �����, ���� ���� ��������� �� �������� ������� ������ +� ��������� (<tt>stdin</tt> ����� ������������� � <tt>/dev/null</tt>), � ����� +(<tt>stdout</tt> � <tt>stderr</tt>) �� ������� ������� �������� ���������. +����� ����� ������������ � <i>���� ������</i>. + +<br><i>�����:</i> ���������� �������� ��������� �������������� ������ ������ +����� ������ <tt>\n</tt> (ASCII 10) � ������� ������. �� <i>��</i> ������������ +������ �������� ������� <tt>\r</tt> (ASCII 13). ����� ������ ���������� ��� +����������� ������� ���������� ���������, ������� ������ ������������ +�������������� ��������, ������������ ����������� ���������.</blockquote> + +<h4>������ �������� ���������</h4> + +<blockquote>�������� ��� �����, ���� ���� ��������� �������� ������ �� +<tt>stdin</tt>, ��� ����� � <tt>stdout</tt> or <tt>stderr</tt> ������� ������ +�������� ���������. � ���� ������ ����� ����������� �������� ���������, +��������� � <a href="globaloptions.html">���������� ������</a>.</blockquote> +</body> +</html> |