* 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

@@ -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>