svn: /phpdoc/ru/trunk/reference/ readline/functions/readline-clear-history.xml readline/functions/readline-completion-function.xml readline/functions/readline-info.xml readline/functions/readline-list-history.xml readline/functions/readline-on-new-line.xml readline/functions/readline-read-history.xml readline/functions/readline-redisplay.xml readline/functions/readline-write-history.xml readline/functions/readline.xml sodium/functions/sodium-hex2bin.xml

[email protected] (Sergey Panteleev)
Newsgroups php.doc.ru
Message-ID <[email protected]>
sergey                                   Mon, 23 Dec 2019 03:06:30 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=348668

Log:
docs(ru): Review

Changed paths:
    U   phpdoc/ru/trunk/reference/readline/functions/readline-clear-history.xml
    U   phpdoc/ru/trunk/reference/readline/functions/readline-completion-function.xml
    U   phpdoc/ru/trunk/reference/readline/functions/readline-info.xml
    U   phpdoc/ru/trunk/reference/readline/functions/readline-list-history.xml
    U   phpdoc/ru/trunk/reference/readline/functions/readline-on-new-line.xml
    U   phpdoc/ru/trunk/reference/readline/functions/readline-read-history.xml
    U   phpdoc/ru/trunk/reference/readline/functions/readline-redisplay.xml
    U   phpdoc/ru/trunk/reference/readline/functions/readline-write-history.xml
    U   phpdoc/ru/trunk/reference/readline/functions/readline.xml
    U   phpdoc/ru/trunk/reference/sodium/functions/sodium-hex2bin.xml
svn-diffs-348668.txt (text/x-diff, 9.2 KB)
Modified: phpdoc/ru/trunk/reference/readline/functions/readline-clear-history.xml
===================================================================
--- phpdoc/ru/trunk/reference/readline/functions/readline-clear-history.xml	2019-12-23 02:36:58 UTC (rev 348667)
+++ phpdoc/ru/trunk/reference/readline/functions/readline-clear-history.xml	2019-12-23 03:06:30 UTC (rev 348668)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 297028 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.readline-clear-history" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -16,7 +16,7 @@
    <void/>
   </methodsynopsis>
   <para>
-   Эта функция очищает историю ввода команд.
+   Функция очищает историю ввода команд.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/readline/functions/readline-completion-function.xml
===================================================================
--- phpdoc/ru/trunk/reference/readline/functions/readline-completion-function.xml	2019-12-23 02:36:58 UTC (rev 348667)
+++ phpdoc/ru/trunk/reference/readline/functions/readline-completion-function.xml	2019-12-23 03:06:30 UTC (rev 348668)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 324122 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.readline-completion-function" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -16,7 +16,7 @@
    <methodparam><type>callable</type><parameter>function</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Эта функция регистрирует функцию автодополнения. Это то же самое, как если
+   Функция регистрирует функцию автодополнения. Это то же самое, как если
    вы нажимаете табуляцию в Bash и строка дополняется наиболее подходящим текстом.
   </para>
  </refsect1>

Modified: phpdoc/ru/trunk/reference/readline/functions/readline-info.xml
===================================================================
--- phpdoc/ru/trunk/reference/readline/functions/readline-info.xml	2019-12-23 02:36:58 UTC (rev 348667)
+++ phpdoc/ru/trunk/reference/readline/functions/readline-info.xml	2019-12-23 03:06:30 UTC (rev 348668)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 297028 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.readline-info" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/readline/functions/readline-list-history.xml
===================================================================
--- phpdoc/ru/trunk/reference/readline/functions/readline-list-history.xml	2019-12-23 02:36:58 UTC (rev 348667)
+++ phpdoc/ru/trunk/reference/readline/functions/readline-list-history.xml	2019-12-23 03:06:30 UTC (rev 348668)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 297028 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.readline-list-history" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -16,7 +16,7 @@
    <void/>
   </methodsynopsis>
   <para>
-   Возвращает полную историю команд..
+   Возвращает полную историю команд.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/readline/functions/readline-on-new-line.xml
===================================================================
--- phpdoc/ru/trunk/reference/readline/functions/readline-on-new-line.xml	2019-12-23 02:36:58 UTC (rev 348667)
+++ phpdoc/ru/trunk/reference/readline/functions/readline-on-new-line.xml	2019-12-23 03:06:30 UTC (rev 348668)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 334762 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.readline-on-new-line" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/readline/functions/readline-read-history.xml
===================================================================
--- phpdoc/ru/trunk/reference/readline/functions/readline-read-history.xml	2019-12-23 02:36:58 UTC (rev 348667)
+++ phpdoc/ru/trunk/reference/readline/functions/readline-read-history.xml	2019-12-23 03:06:30 UTC (rev 348668)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 297028 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.readline-read-history" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -16,7 +16,7 @@
    <methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Эта функция читает историю команд из файла.
+   Функция читает историю команд из файла.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/readline/functions/readline-redisplay.xml
===================================================================
--- phpdoc/ru/trunk/reference/readline/functions/readline-redisplay.xml	2019-12-23 02:36:58 UTC (rev 348667)
+++ phpdoc/ru/trunk/reference/readline/functions/readline-redisplay.xml	2019-12-23 03:06:30 UTC (rev 348668)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 334762 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.readline-redisplay" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/readline/functions/readline-write-history.xml
===================================================================
--- phpdoc/ru/trunk/reference/readline/functions/readline-write-history.xml	2019-12-23 02:36:58 UTC (rev 348667)
+++ phpdoc/ru/trunk/reference/readline/functions/readline-write-history.xml	2019-12-23 03:06:30 UTC (rev 348668)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 297028 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.readline-write-history" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -16,7 +16,7 @@
    <methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Эта функция записывает историю команд в файл.
+   Функция записывает историю команд в файл.
   </para>
  </refsect1>


Modified: phpdoc/ru/trunk/reference/readline/functions/readline.xml
===================================================================
--- phpdoc/ru/trunk/reference/readline/functions/readline.xml	2019-12-23 02:36:58 UTC (rev 348667)
+++ phpdoc/ru/trunk/reference/readline/functions/readline.xml	2019-12-23 03:06:30 UTC (rev 348668)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 346943 Maintainer: rjhdby Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.readline" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/ru/trunk/reference/sodium/functions/sodium-hex2bin.xml
===================================================================
--- phpdoc/ru/trunk/reference/sodium/functions/sodium-hex2bin.xml	2019-12-23 02:36:58 UTC (rev 348667)
+++ phpdoc/ru/trunk/reference/sodium/functions/sodium-hex2bin.xml	2019-12-23 03:06:30 UTC (rev 348668)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
 <!-- EN-Revision: 345159 Maintainer: lex Status: ready -->
-<!-- Reviewed: no -->
+<!-- Reviewed: yes Maintainer: sergey -->

 <refentry xml:id="function.sodium-hex2bin" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -17,11 +17,11 @@
    <methodparam choice="opt"><type>string</type><parameter>ignore</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Декодирует закодированную в шестнадцатеричное представление в бинарное.
+   Декодирует строку, закодированную в шестнадцатеричное представление в бинарное.
   </para>
   <para>
    Как и <function>sodium_bin2hex</function>, функция <function>sodium_hex2bin</function>
-   устойчива к атакам по сторонним каланам (side-channel attacks), в отличие от функции <function>hex2bin</function>.
+   устойчива к атакам по сторонним каналам (side-channel attacks), в отличие от функции <function>hex2bin</function>.
   </para>

  </refsect1>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.