[Chinese-commits] [manpages-zh] 03/31: let [.1 search test.1

Boyuan Yang hosiet-guest at moszumanska.debian.org
Sat Dec 24 14:25:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

hosiet-guest pushed a commit to branch master
in repository manpages-zh.

commit 22f765400111fcf9e67ff327f84f9483108bf1ae
Author: Boyuan Yang <073plan at gmail.com>
Date:   Thu Dec 15 19:14:49 2016 +0800

    let [.1 search test.1
---
 ChangeLog    |   4 +-
 src/man1/[.1 | 168 +----------------------------------------------------------
 2 files changed, 4 insertions(+), 168 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 30ce8e4..58dbb2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
 2016-12-15  Boyuan Yang <073plan at gmail.com>
+
 	* Rewrite README into README.md.
 	* make [.1 an alias of test.1.
+	* fifo(4) -> fifo(7), complete translation.
 
 2016-12-14  Boyuan Yang <073plan at gmail.com>
 
-    * remove all conflicting man pages.
+	* remove all conflicting man pages.
 	* remove some non-existant command pages.
 	* some minor modifications.
 	* release 1.5.4.1.
diff --git a/src/man1/[.1 b/src/man1/[.1
index 8fa92d5..84e0568 100644
--- a/src/man1/[.1
+++ b/src/man1/[.1
@@ -1,167 +1 @@
-. mso zh.tmac
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.TH TEST 1 2016年二月 "GNU coreutils 8.25" 用户命令
-.SH 名称
-test \- 检查文件类型并比较值
-.SH 概述
-\fBtest\fP \fI\,表达式\/\fP
-.br
-\fBtest\fP
-
-.br
-\fB[\fP \fI\,表达式 \/\fP]
-.br
-\fB[\fP ]
-.br
-\fB[\fP \fI\,选项\/\fP
-.SH 描述
-.\" Add any additional description here
-.PP
-退出状态值取决于表达式。
-.TP 
-\fB\-\-help\fP
-显示此帮助信息并退出
-.TP 
-\fB\-\-version\fP
-显示版本信息并退出
-.PP
-表达式被省略,则默认为假。否则,表达式可能为真或假,且以此设置返回状态。可能出现的情况如下所示:
-.TP 
-( 表达式 )
-表达式为真
-.TP 
-! 表达式
-表达式为假
-.TP 
-表达式1 \fB\-a\fP 表达式2
-表达式1 与表达式2 皆为真
-.TP 
-表达式1 \fB\-o\fP 表达式2
-表达式1 或表达式2 为真
-.TP 
-\fB\-n\fP 字符串
-字符串长度非零
-.TP 
-STRING
-等价于 \fB\-n\fP 字符串
-.TP 
-\fB\-z\fP 字符串
-字符串的长度为 0
-.TP 
-字符串1 = 字符串2
-字符串相等
-.TP 
-字符串1 != 字符串2
-字符串不相等
-.TP 
-整数1 \fB\-eq\fP 整数2
-整数1 与整数2 相等
-.TP 
-整数1 \fB\-ge\fP 整数2
-整数1 大于或等于整数2
-.TP 
-整数1 \fB\-gt\fP 整数2
-整数1 大于整数2
-.TP 
-整数1 \fB\-le\fP 整数2
-整数1 小于或等于整数2
-.TP 
-整数1 \fB\-lt\fP 整数2
-整数1 小于整数2
-.TP 
-整数1 \fB\-ne\fP 整数2
-整数1 和整数2 不相等
-.TP 
-文件1 \fB\-ef\fP 文件2
-文件1 和文件2 拥有相同的设备编号与 inode 编号
-.TP 
-文件1 \fB\-nt\fP 文件2
-文件1 在修改时间上新于文件2
-.TP 
-文件1 \fB\-ot\fP 文件2
-文件1 比文件2 更旧
-.TP 
-\fB\-b\fP 文件
-文件存在且为块特殊文件
-.TP 
-\fB\-c\fP 文件
-文件存在且为字符特殊文件
-.TP 
-\fB\-d\fP 文件
-文件存在且为目录
-.TP 
-\fB\-e\fP 文件
-文件存在
-.TP 
-\fB\-f\fP 文件
-文件存在且为普通文件
-.TP 
-\fB\-g\fP 文件
-文件存在且被设置了 set\-group\-ID 位
-.TP 
-\fB\-g\fP 文件
-文件存在且为有效组ID 所有
-.TP 
-\fB\-h\fP 文件
-文件存在且为一个符号链接(与 \fB\-L\fP 相同)
-.TP 
-\fB\-k\fP 文件
-文件存在且被设置粘着位
-.TP 
-\fB\-L\fP 文件
-文件存在且为一个符号链接(与 \fB\-h\fP 相同)
-.TP 
-\fB\-O\fP 文件
-文件存在且为有效用户ID 所有
-.TP 
-\fB\-p\fP 文件
-文件存在且为命名管道
-.TP 
-\fB\-r\fP 文件
-文件存在且被授予读权限
-.TP 
-\fB\-s\fP 文件
-文件存在且其大小大于零
-.TP 
-\fB\-S\fP 文件
-文件存在且为套接字
-.TP 
-\fB\-t\fP FD
-文件描述符 FD 在某个终端打开
-.TP 
-\fB\-u\fP 文件
-文件存在且被设置了 set\-user\-ID 位
-.TP 
-\fB\-w\fP 文件
-文件存在且被赋予了写权限
-.TP 
-\fB\-x\fP 文件
-文件存在且被授予执行(或搜索)权限
-.PP
-除了 \fB\-h\fP 和 \fB\-L\fP,所有与指定文件相关的测试都跟随符号链接。请注意在 shell
-中圆括号需要被转义(例如,使用反斜线)。也可以把“\fB\-l\fP 字符串”作为指定整数,其值为该字符串的长度。
-.PP
-注记:[ 接受 \fB\-\-help\fP 和 \fB\-\-version\fP 选项,但是 test 并非如此。test 将它们与其它非空字符串同等看待。
-.PP
-注意:您的 shell 可能内置了自己的 test 和/或 [ 程序版本,它会覆盖这里所提及的相应版本。请查阅您的 shell 文档获知它所支持的选项。
-.SH 作者
-由 Kevin Braunsdorf 和 Matthew Bradburn 编写。
-.SH 报告错误
-GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>
-.br
-请向 <http://translationproject.org/team/zh_CN.html> 报告 [ 的翻译错误。
-.SH 版权
-Copyright \(co 2016 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
-version 3 or later <http://gnu.org/licenses/gpl.html>.
-.br
-This is free software: you are free to change and redistribute it.  There is
-NO WARRANTY, to the extent permitted by law.
-.SH 参见
-完整文档请见: <http://www.gnu.org/software/coreutils/[>
-.br
-或者在本地使用: info \(aq(coreutils) test invocation\(aq
+.so man1/test.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/manpages-zh.git



More information about the Chinese-commits mailing list