diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-22 22:53:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:51:21 -0500 |
commit | 918e8feac37638cc001e76064562eb676381187b (patch) | |
tree | 5dc4a1f71a25f0e2969ff2d0be791ce8b5c7136e /source4/gtk/man/gepdump.1.xml | |
parent | 4abecc0219d0729ea008a4c2b47b3de4a0ea08f2 (diff) | |
download | samba-918e8feac37638cc001e76064562eb676381187b.tar.gz samba-918e8feac37638cc001e76064562eb676381187b.tar.bz2 samba-918e8feac37638cc001e76064562eb676381187b.zip |
r13066: Add (very simple) manpages for gepdump and gwcrontab, remove gwsam from
installed binaries (as it's not ready for use yet)
(This used to be commit 219aebe7e4283d2075ca3910ae700a16919120e4)
Diffstat (limited to 'source4/gtk/man/gepdump.1.xml')
-rw-r--r-- | source4/gtk/man/gepdump.1.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/source4/gtk/man/gepdump.1.xml b/source4/gtk/man/gepdump.1.xml new file mode 100644 index 0000000000..253b3623dc --- /dev/null +++ b/source4/gtk/man/gepdump.1.xml @@ -0,0 +1,54 @@ +<?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="gepdump.1"> + +<refmeta> + <refentrytitle>gepdump</refentrytitle> + <manvolnum>1</manvolnum> +</refmeta> + + +<refnamediv> + <refname>gepdump</refname> + <refpurpose>Endpoint mapper viewer in GTK+</refpurpose> +</refnamediv> + +<refsynopsisdiv> + <cmdsynopsis> + <command>gepdump</command> + </cmdsynopsis> +</refsynopsisdiv> + +<refsect1> + <title>DESCRIPTION</title> + + <para>gepdump is a simple Gtk+-based DCE/RPC analysis tool that is +capable of showing the endpoints on a remote host and which interfaces are +available over those endpoints. It also features the ability to look up statistics for each interface.</para> + +</refsect1> + +<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> + + <para>gregedit</para> + +</refsect1> + +<refsect1> + <title>AUTHOR</title> + + <para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para> + + <para>This manpage and gepdump were written by Jelmer Vernooij. </para> + +</refsect1> + +</refentry> |