diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-30 16:50:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:18 -0500 |
commit | c5981f6db057401c232baf1f01fb53ec9dbd4bb9 (patch) | |
tree | 6cad96fb7603f682cc3b2e1cc33d01143ec560cc /source4/gtk/man | |
parent | a3972de8949f5d1c804c316b0be61c17e61d903b (diff) | |
download | samba-c5981f6db057401c232baf1f01fb53ec9dbd4bb9.tar.gz samba-c5981f6db057401c232baf1f01fb53ec9dbd4bb9.tar.xz samba-c5981f6db057401c232baf1f01fb53ec9dbd4bb9.zip |
r7117: Move more manpages to the source repository
(This used to be commit b00355bf0ce241a1223dbdbb2f3b5059a2bb4204)
Diffstat (limited to 'source4/gtk/man')
-rw-r--r-- | source4/gtk/man/gregedit.1.xml | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/source4/gtk/man/gregedit.1.xml b/source4/gtk/man/gregedit.1.xml new file mode 100644 index 00000000000..c89a7df520f --- /dev/null +++ b/source4/gtk/man/gregedit.1.xml @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> + +<refentry id="gregedit.1"> + +<refmeta> + <refentrytitle>gregedit</refentrytitle> + <manvolnum>1</manvolnum> +</refmeta> + + +<refnamediv> + <refname>gregedit</refname> + <refpurpose>Windows registry file viewer for GTK+</refpurpose> +</refnamediv> + +<refsynopsisdiv> + <cmdsynopsis> + <command>gregedit</command> + <arg choice="opt">--help</arg> + <arg choice="opt">--backend=BACKEND</arg> + <arg choice="opt">--credentials=CREDENTIALS</arg> + <arg choice="opt">location</arg> + </cmdsynopsis> +</refsynopsisdiv> + +<refsect1> + <title>DESCRIPTION</title> + + <para>gregedit is a GTK+ frontend to the Windows registry file support + in Samba4. It currently supports NT4 file, 9x file, gconf, remote + Windows registries and a file system backend. + </para> + + <para>gregedit tries to imitate the Windows regedit.exe program as much + as possible.</para> + +</refsect1> + + +<refsect1> + <title>OPTIONS</title> + + <variablelist> + <varlistentry> + <term>--help</term> + <listitem><para> + Show list of available options.</para></listitem> + </varlistentry> + + <varlistentry> + <term>--backend BACKEND</term> + <listitem><para>Name of backend to load. Possible values are: + w95, nt4, gconf, dir and rpc. The default is <emphasis>dir</emphasis>. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>--credentials=CREDENTIALS</term> + <listitem><para> + Credentials to use, if any. Password should be separated from user name by a percent sign.</para></listitem> + </varlistentry> + </variablelist> +</refsect1> + +&man.registry.backends; + +<refsect1> + <title>VERSION</title> + + <para>This man page is correct for version 4.0 of the Samba suite.</para> +</refsect1> + +<refsect1> + <title>SEE ALSO</title> + +</refsect1> + +<refsect1> + <title>AUTHOR</title> + + <para>This manpage and gregedit were written by Jelmer Vernooij. </para> + +</refsect1> + +</refentry> |