From 3be172aba4877832ec67f12563a766d8fa32cd9c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 31 Mar 2003 21:01:05 +0000 Subject: Add basic documentation on editreg (This used to be commit 137254a16cf48a37be53477713dd41af7a81f505) --- docs/docbook/Makefile.in | 3 +- docs/docbook/manpages/editreg.1.sgml | 85 +++++++++++++++++++++++++++++++++++ docs/docbook/manpages/profiles.1.sgml | 3 -- 3 files changed, 87 insertions(+), 4 deletions(-) create mode 100644 docs/docbook/manpages/editreg.1.sgml (limited to 'docs/docbook') diff --git a/docs/docbook/Makefile.in b/docs/docbook/Makefile.in index 94987ff3a2..dae5b81e71 100644 --- a/docs/docbook/Makefile.in +++ b/docs/docbook/Makefile.in @@ -22,7 +22,8 @@ MANPAGES_NAMES=findsmb.1 smbclient.1 \ smb.conf.5 wbinfo.1 pdbedit.8 \ smbcacls.1 smbsh.1 winbindd.8 \ smbgroupedit.8 vfstest.1 \ - profiles.1 smbtree.1 ntlm_auth.1 + profiles.1 smbtree.1 ntlm_auth.1 \ + editreg.1 ## This part contains only rules. You shouldn't need to change it ## if you are adding docs diff --git a/docs/docbook/manpages/editreg.1.sgml b/docs/docbook/manpages/editreg.1.sgml new file mode 100644 index 0000000000..22c3c3e759 --- /dev/null +++ b/docs/docbook/manpages/editreg.1.sgml @@ -0,0 +1,85 @@ + %globalentities; +]> + + + + editreg + 1 + + + + + editreg + A utility to report and change SIDs in registry files + + + + + + editreg + -v + -c file + file + + + + + DESCRIPTION + + This tool is part of the Samba + 7 suite. + + editreg is a utility that + can visualize windows registry files (currently only NT4) and apply + so-called commandfiles to them. + + + + + + OPTIONS + + + + registry_file + Registry file to view or edit. + + + + + -v,--verbose + Increases verbosity of messages. + + + + + -c commandfile + Read commands to execute on registry_file from commandfile. Currently not yet supported! + + + + &stdarg.help; + + + + + + VERSION + + This man page is correct for version 3.0 of the Samba + suite. + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + The editreg man page was written by Jelmer Vernooij. + + + diff --git a/docs/docbook/manpages/profiles.1.sgml b/docs/docbook/manpages/profiles.1.sgml index 6ec8055c28..6fd2b6fd86 100644 --- a/docs/docbook/manpages/profiles.1.sgml +++ b/docs/docbook/manpages/profiles.1.sgml @@ -54,9 +54,6 @@ - &stdarg.help; - - -c SID1 -n SID2 Change all occurences of SID1 in file by SID2. -- cgit