From c5981f6db057401c232baf1f01fb53ec9dbd4bb9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 30 May 2005 16:50:32 +0000 Subject: r7117: Move more manpages to the source repository (This used to be commit b00355bf0ce241a1223dbdbb2f3b5059a2bb4204) --- source4/gtk/man/gregedit.1.xml | 86 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 source4/gtk/man/gregedit.1.xml (limited to 'source4/gtk') diff --git a/source4/gtk/man/gregedit.1.xml b/source4/gtk/man/gregedit.1.xml new file mode 100644 index 0000000000..c89a7df520 --- /dev/null +++ b/source4/gtk/man/gregedit.1.xml @@ -0,0 +1,86 @@ + + + + + + + gregedit + 1 + + + + + gregedit + Windows registry file viewer for GTK+ + + + + + gregedit + --help + --backend=BACKEND + --credentials=CREDENTIALS + location + + + + + DESCRIPTION + + 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. + + + gregedit tries to imitate the Windows regedit.exe program as much + as possible. + + + + + + OPTIONS + + + + --help + + Show list of available options. + + + + --backend BACKEND + Name of backend to load. Possible values are: + w95, nt4, gconf, dir and rpc. The default is dir. + + + + + --credentials=CREDENTIALS + + Credentials to use, if any. Password should be separated from user name by a percent sign. + + + + +&man.registry.backends; + + + VERSION + + This man page is correct for version 4.0 of the Samba suite. + + + + SEE ALSO + + + + + AUTHOR + + This manpage and gregedit were written by Jelmer Vernooij. + + + + -- cgit