!18 fix zh_CN typos in man

Merge pull request !18 from nettingsisyphus/mycode
This commit is contained in:
openeuler-ci-bot 2020-07-09 14:05:09 +08:00 committed by Gitee
commit 639a6c93a7
2 changed files with 98 additions and 1 deletions

93
man-zh_CN-fix-typo.patch Normal file
View File

@ -0,0 +1,93 @@
From 915cc6bb9cc8463576aea4b0262ad5f4f1700cd5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com>
Date: Mon, 3 Feb 2020 22:02:16 +0800
Subject: [PATCH] =?UTF-8?q?man(zh=5FCN):=20fix=20typo=20=E7=8E=B0=E5=AE=9E?=
=?UTF-8?q?=20->=20=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Anakin Zhang <benjamin93@163.com>
---
man/po/zh_CN.po | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/man/po/zh_CN.po b/man/po/zh_CN.po
index 2537807..85d1243 100644
--- a/man/po/zh_CN.po
+++ b/man/po/zh_CN.po
@@ -334,7 +334,7 @@ msgstr "<option>-h</option>, <option>--help</option>"
#: expiry.1.xml:114(para) chsh.1.xml:103(para) chpasswd.8.xml:173(para)
#: chgpasswd.8.xml:133(para) chfn.1.xml:169(para) chage.1.xml:131(para)
msgid "Display help message and exit."
-msgstr "现实帮助信息并退出。"
+msgstr "显示帮助信息并退出。"
#: vipw.8.xml:126(term)
msgid "<option>-p</option>, <option>--passwd</option>"
@@ -3710,7 +3710,7 @@ msgstr "<option>MAIL_CHECK_ENAB</option> (boolean)"
#: su.1.xml:34(para) login.defs.5.xml:34(para) login.1.xml:34(para)
msgid "Enable checking and display of mailbox status upon login."
-msgstr "启用登录时检查和现实邮箱状态。"
+msgstr "启用登录时检查和显示邮箱状态。"
#: su.1.xml:37(para) login.defs.5.xml:37(para) login.1.xml:37(para)
msgid ""
@@ -6372,7 +6372,7 @@ msgstr "<option>ISSUE_FILE</option> (string)"
#: login.defs.5.xml:34(para) login.1.xml:34(para)
msgid "If defined, this file will be displayed before each login prompt."
-msgstr "如果定义了,此文件将在每次的登录提示之前现实。"
+msgstr "如果定义了,此文件将在每次的登录提示之前显示。"
#: login.defs.5.xml:32(term) login.1.xml:32(term)
msgid "<option>KILLCHAR</option> (number)"
@@ -7125,7 +7125,7 @@ msgstr "$HOME/.hushlogin"
#: login.1.xml:385(para)
msgid "Suppress printing of system messages."
-msgstr "阻止现实系统信息。"
+msgstr "阻止显示系统信息。"
#: login.1.xml:399(para)
msgid ""
@@ -7453,7 +7453,7 @@ msgstr ""
msgid ""
"Print the lastlog records more recent than <emphasis remap=\"I\">DAYS</"
"emphasis>."
-msgstr "只现实新于 <emphasis remap=\"I\">DAYS</emphasis> 的最近登录记录。"
+msgstr "只显示新于 <emphasis remap=\"I\">DAYS</emphasis> 的最近登录记录。"
#: lastlog.8.xml:161(term) faillog.8.xml:202(term)
msgid ""
@@ -7465,7 +7465,7 @@ msgstr ""
#: lastlog.8.xml:165(para)
msgid "Print the lastlog record of the specified user(s)."
-msgstr "现实指定用户的最近登录记录。"
+msgstr "显示指定用户的最近登录记录。"
#: lastlog.8.xml:168(para) faillog.8.xml:211(para)
msgid ""
@@ -7790,7 +7790,7 @@ msgstr "groups"
#: groups.1.xml:65(refpurpose)
msgid "display current group names"
-msgstr "现实当前组名"
+msgstr "显示当前组名"
#: groups.1.xml:72(replaceable)
msgid "user"
@@ -9396,7 +9396,7 @@ msgstr ""
#: chage.1.xml:164(para)
msgid "Show account aging information."
-msgstr "现实账户年龄信息。"
+msgstr "显示账户年龄信息。"
#: chage.1.xml:170(term)
msgid ""
--
2.23.0.windows.1

View File

@ -1,6 +1,6 @@
Name: shadow
Version: 4.8.1
Release: 3
Release: 4
Epoch: 2
License: BSD and GPLv2+
Summary: Tools for managing accounts and shadow password files
@ -23,6 +23,7 @@ Patch6: add-home_mode-xml-file.patch
Patch7: shadow-4.1.5.1-var-lock.patch
Patch8: shadow-utils-fix-lock-file-residue.patch
Patch9: generate-mail-USER-with-the-proper-selinux-identity.patch
Patch10: man-zh_CN-fix-typo.patch
BuildRequires: gcc, libselinux-devel, audit-libs-devel, libsemanage-devel
BuildRequires: libacl-devel, libattr-devel gdb
@ -169,6 +170,9 @@ done
%{_mandir}/*/*
%changelog
* Thu Jul 9 2020 Anakin Zhang<benjamin93@163.com> - 2:4.8.1-4
- fix zh_CN typo
* Sun Jun 28 2020 Anakin Zhang<benjamin93@163.com> - 2:4.8.1-3
- generate /var/spool/mail/$USER with the proper SELinux user identity