diff mbox series

[06/13,v2] libsepol: Remove the Russian translations

Message ID 20230809201051.108944-7-jwcart2@gmail.com (mailing list archive)
State Accepted
Commit c3d130107348
Delegated to: Petr Lautrbach
Headers show
Series Remove the Russian translations | expand

Commit Message

James Carter Aug. 9, 2023, 8:10 p.m. UTC
The Russian translations have not been maintained and are out of
date, so remove them.

Suggested-by: Petr Lautrbach <plautrba@redhat.com>
Signed-off-by: James Carter <jwcart2@gmail.com>
---
 libsepol/man/ru/man8/chkcon.8 | 39 -----------------------------------
 1 file changed, 39 deletions(-)
 delete mode 100644 libsepol/man/ru/man8/chkcon.8
diff mbox series

Patch

diff --git a/libsepol/man/ru/man8/chkcon.8 b/libsepol/man/ru/man8/chkcon.8
deleted file mode 100644
index 2661afb0..00000000
--- a/libsepol/man/ru/man8/chkcon.8
+++ /dev/null
@@ -1,39 +0,0 @@ 
-.\" Hey, Emacs! This is an -*- nroff -*- source file.
-.\" Copyright (c) 1997 Manoj Srivastava <srivasta@debian.org>
-.\"
-.\" This is free documentation; 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 2 of
-.\" the License, or (at your option) any later version.
-.\"
-.\" The GNU General Public License's references to "object code"
-.\" and "executables" are to be interpreted as the output of any
-.\" document formatting or typesetting system, including
-.\" intermediate and printed output.
-.\"
-.\" This manual 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.
-.\"
-.\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
-.\" USA.
-.\"
-.TH CHKCON 8 "12 марта 2005" "SELinux" "Документация по командной строке SELinux"
-.SH ИМЯ
-chkcon \-  определить, является ли контекст безопасности действительным для конкретной двоичной политики
-.SH ОБЗОР
-chkcon policy_file context
-.SH ОПИСАНИЕ
-Эта утилита проверяет контекст безопасности (его строковое представление), заданный аргументом
-.I context,
-относительно данных конфигурации, прочтённых из файла двоичного представления базы данных политик, заданного аргументом
-.I policy_file.
-.SH ФАЙЛЫ
-policy file
-.SH АВТОРЫ
-Эта страница руководства (и только она) была написана Manoj
-Srivastava <srivasta@debian.org>.
-Перевод на русский язык выполнила Герасименко Олеся <gammaray@basealt.ru>.