summaryrefslogtreecommitdiff
path: root/man/zh_CN/man8/groupadd.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/zh_CN/man8/groupadd.8')
-rw-r--r--man/zh_CN/man8/groupadd.88
1 files changed, 4 insertions, 4 deletions
diff --git a/man/zh_CN/man8/groupadd.8 b/man/zh_CN/man8/groupadd.8
index 2ec55236..dcadcb1e 100644
--- a/man/zh_CN/man8/groupadd.8
+++ b/man/zh_CN/man8/groupadd.8
@@ -2,12 +2,12 @@
.\" Title: groupadd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2022-08-22
+.\" Date: 2022-11-08
.\" Manual: 系统管理命令
-.\" Source: shadow-utils 4.12.3
+.\" Source: shadow-utils 4.13
.\" Language: Chinese Simplified
.\"
-.TH "GROUPADD" "8" "2022-08-22" "shadow\-utils 4\&.12\&.3" "系统管理命令"
+.TH "GROUPADD" "8" "2022-11-08" "shadow\-utils 4\&.13" "系统管理命令"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -38,7 +38,7 @@ The
\fBgroupadd\fR
command creates a new group account using the values specified on the command line plus the default values from the system\&. The new group will be entered into the system files as needed\&.
.PP
-组名必须以小写字母或者下划线开头,跟随小写字母、下划线或短横线。可以由美元符号结束。用正则表达式就是:[a\-z_][a\-z0\-9_\-]*[$]?
+Groupnames may contain only lower and upper case letters, digits, underscores, or dashes\&. They can end with a dollar sign\&. Dashes are not allowed at the beginning of the groupname\&. Fully numeric groupnames and groupnames \&. or \&.\&. are also disallowed\&.
.PP
Groupnames may only be up to 32 characters long\&.
.SH "选项"