diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-18 07:49:04 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-02-18 13:48:45 -0500 |
commit | 1c48b5a62f73234ed26bb20f0ab345ab61cda0ab (patch) | |
tree | 0b6cddd567a862e1a7b5df23764869782a62ca78 /server/man/sss_groupmod.8.xml | |
parent | 8c56df3176f528fe0260974b3bf934173c4651ea (diff) | |
download | sssd-1c48b5a62f73234ed26bb20f0ab345ab61cda0ab.tar.gz sssd-1c48b5a62f73234ed26bb20f0ab345ab61cda0ab.tar.bz2 sssd-1c48b5a62f73234ed26bb20f0ab345ab61cda0ab.zip |
Rename server/ directory to src/
Also update BUILD.txt
Diffstat (limited to 'server/man/sss_groupmod.8.xml')
-rw-r--r-- | server/man/sss_groupmod.8.xml | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/server/man/sss_groupmod.8.xml b/server/man/sss_groupmod.8.xml deleted file mode 100644 index b2226e2e..00000000 --- a/server/man/sss_groupmod.8.xml +++ /dev/null @@ -1,95 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook V4.4//EN" -"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> -<reference> -<title>SSSD Manual pages</title> -<refentry> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/upstream.xml" /> - - <refmeta> - <refentrytitle>sss_groupmod</refentrytitle> - <manvolnum>8</manvolnum> - </refmeta> - - <refnamediv id='name'> - <refname>sss_groupmod</refname> - <refpurpose>modify a group</refpurpose> - </refnamediv> - - <refsynopsisdiv id='synopsis'> - <cmdsynopsis> - <command>sss_groupmod</command> - <arg choice='opt'> - <replaceable>options</replaceable> - </arg> - <arg choice='plain'><replaceable>GROUP</replaceable></arg> - </cmdsynopsis> - </refsynopsisdiv> - - <refsect1 id='description'> - <title>DESCRIPTION</title> - <para> - <command>sss_groupmod</command> modifies the - group to reflect the changes that are specified on - the command line. - </para> - </refsect1> - - <refsect1 id='options'> - <title>OPTIONS</title> - <variablelist remap='IP'> - <varlistentry> - <term> - <option>-a</option>,<option>--append-group</option> - <replaceable>GROUPS</replaceable> - </term> - <listitem> - <para> - Append this group to groups specified by the - <replaceable>GROUPS</replaceable> parameter. - The <replaceable>GROUPS</replaceable> parameter - is a comma separated list of group names. - </para> - </listitem> - </varlistentry> - <varlistentry> - <term> - <option>-r</option>,<option>--remove-group</option> - <replaceable>GROUPS</replaceable> - </term> - <listitem> - <para> - Remove this group from groups specified by the - <replaceable>GROUPS</replaceable> parameter. - </para> - </listitem> - </varlistentry> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/param_help.xml" /> - </variablelist> - </refsect1> - - <refsect1 id='see_also'> - <title>SEE ALSO</title> - <para> - <citerefentry> - <refentrytitle>sss_groupdel</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, - <citerefentry> - <refentrytitle>sss_groupadd</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, - <citerefentry> - <refentrytitle>sss_groupshow</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, - <citerefentry> - <refentrytitle>sss_useradd</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, - <citerefentry> - <refentrytitle>sss_userdel</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>, - <citerefentry> - <refentrytitle>sss_usermod</refentrytitle><manvolnum>8</manvolnum> - </citerefentry>. - </para> - </refsect1> -</refentry> -</reference> |