From 6715118d7bc3aab147662e942a279aea8936f8a9 Mon Sep 17 00:00:00 2001 From: Hristo Roque Date: Tue, 21 Jul 2020 13:40:10 -0500 Subject: [PATCH] =?UTF-8?q?Cambiando=20la=20posici=C3=B3n=20del=20asterisc?= =?UTF-8?q?o=20en=20MADV=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/mmap.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/mmap.po b/library/mmap.po index 8e161bbb8b..de6d9b9dac 100644 --- a/library/mmap.po +++ b/library/mmap.po @@ -350,13 +350,13 @@ msgstr "" msgid "" "Send advice *option* to the kernel about the memory region beginning at " "*start* and extending *length* bytes. *option* must be one of the :ref:" -"`MADV_ constants *` available on the system. If *start* " +"`MADV_* constants ` available on the system. If *start* " "and *length* are omitted, the entire mapping is spanned. On some systems " "(including Linux), *start* must be a multiple of the :const:`PAGESIZE`." msgstr "" "Envía un aviso *option* al kernel sobre la región de la memoria que comienza " "con *start* y se extiende *length* bytes. *option* debe ser una de las :ref:" -"`constantes MADV_ *` disponibles en el sistema. Si " +"`constantes MADV_* ` disponibles en el sistema. Si " "*start* y *end* se omiten, se abarca al mapeo entero. En algunos sistemas " "(incluyendo Linux), *start* debe ser un múltiplo de :const:`PAGESIZE`."