summaryrefslogtreecommitdiff
path: root/docs/manpages/editreg.1
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-17 19:23:06 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-17 19:23:06 +0000
commit065cf3eac53da6908f3e5a84b2765e75cd52c516 (patch)
tree65708e3f248eb51e5d9a505ac08126352bcc7463 /docs/manpages/editreg.1
parentcdd3fa410a6b9f0ddc778149175f3ba7e8a7095d (diff)
downloadsamba-065cf3eac53da6908f3e5a84b2765e75cd52c516.tar.gz
samba-065cf3eac53da6908f3e5a84b2765e75cd52c516.tar.bz2
samba-065cf3eac53da6908f3e5a84b2765e75cd52c516.zip
Regenerate docs
(This used to be commit 381f75134a8d7dd2c3983f64b6598944a63a07b2)
Diffstat (limited to 'docs/manpages/editreg.1')
-rw-r--r--docs/manpages/editreg.145
1 files changed, 45 insertions, 0 deletions
diff --git a/docs/manpages/editreg.1 b/docs/manpages/editreg.1
new file mode 100644
index 0000000000..b9b5b673f3
--- /dev/null
+++ b/docs/manpages/editreg.1
@@ -0,0 +1,45 @@
+.\" This manpage has been automatically generated by docbook2man
+.\" from a DocBook document. This tool can be found at:
+.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
+.\" Please send any bug reports, improvements, comments, patches,
+.\" etc. to Steve Cheng <steve@ggi-project.org>.
+.TH "EDITREG" "1" "17 April 2003" "" ""
+
+.SH NAME
+editreg \- A utility to report and change SIDs in registry files
+.SH SYNOPSIS
+
+\fBeditreg\fR [ \fB-v\fR ] [ \fB-c file\fR ] \fBfile\fR
+
+.SH "DESCRIPTION"
+.PP
+This tool is part of the \fBSamba\fR(7) suite.
+.PP
+\fBeditreg\fR is a utility that
+can visualize windows registry files (currently only NT4) and apply
+so-called commandfiles to them.
+.SH "OPTIONS"
+.TP
+\fBregistry_file\fR
+Registry file to view or edit.
+.TP
+\fB-v,--verbose\fR
+Increases verbosity of messages.
+.TP
+\fB-c commandfile\fR
+Read commands to execute on \fIregistry_file\fR from \fIcommandfile\fR. Currently not yet supported!
+.TP
+\fB-h|--help\fR
+Print a summary of command line options.
+.SH "VERSION"
+.PP
+This man page is correct for version 3.0 of the Samba
+suite.
+.SH "AUTHOR"
+.PP
+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.
+.PP
+The editreg man page was written by Jelmer Vernooij.