* man/groupadd.8.xml: Remove the list of (short) options from the

SYNOPSIS. Replaced with [options] for consistency with other tools
	and maintainability.
This commit is contained in:
nekral-guest 2008-09-13 11:55:08 +00:00
parent 4d6385633f
commit b12db09e31
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2008-09-11 Nicolas François <nicolas.francois@centraliens.net>
* man/groupadd.8.xml: Remove the list of (short) options from the
SYNOPSIS. Replaced with [options] for consistency with other tools
and maintainability.
2008-09-07 Nicolas François <nicolas.francois@centraliens.net>
From RedHat's patch shadow-4.1.2-sysAccountDownhill.patch

View File

@ -21,12 +21,7 @@
<cmdsynopsis>
<command>groupadd</command>
<arg choice='opt'>
<arg choice='plain'>-g <replaceable>GID</replaceable></arg>
<arg choice='opt'>-o</arg>
</arg>
<arg choice='opt'>-f </arg>
<arg choice='opt'>-K <replaceable>KEY</replaceable>=<replaceable>VALUE</replaceable></arg>
<arg choice='plain'>
<replaceable>options</replaceable>
<replaceable>group</replaceable>
</arg>
</cmdsynopsis>