diff options
author | bubulle <bubulle@alioth.debian.org> | 2008-05-28 19:16:34 +0000 |
---|---|---|
committer | bubulle <bubulle@alioth.debian.org> | 2008-05-28 19:16:34 +0000 |
commit | 9c742a9c47eb5741e0b51f0311dbe51308d247d9 (patch) | |
tree | f6a65f3ac16fc49d766dbcc44e199a0b9d244fb0 /docs/manpages/ldbmodify.1 | |
parent | 695ee7a6446c9295644e74f44fc37d22e5fceae0 (diff) | |
download | samba-9c742a9c47eb5741e0b51f0311dbe51308d247d9.tar.gz |
Load samba-3.0.30 into branches/samba/upstream.upstream/3.0.30
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@1900 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'docs/manpages/ldbmodify.1')
-rw-r--r-- | docs/manpages/ldbmodify.1 | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/docs/manpages/ldbmodify.1 b/docs/manpages/ldbmodify.1 deleted file mode 100644 index 5c73185254..0000000000 --- a/docs/manpages/ldbmodify.1 +++ /dev/null @@ -1,50 +0,0 @@ -.\" Title: ldbmodify -.\" Author: -.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> -.\" Date: 05/21/2008 -.\" Manual: User Commands -.\" Source: Samba 3.0 -.\" -.TH "LDBMODIFY" "1" "05/21/2008" "Samba 3\.0" "User Commands" -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.SH "NAME" -ldbmodify - Modify records in a LDB database -.SH "SYNOPSIS" -.HP 1 -ldbmodify [\-H\ LDB\-URL] [ldif\-file] -.SH "DESCRIPTION" -.PP -ldbmodify changes, adds and deletes records in a LDB database\. The changes that should be made to the LDB database are read from the specified LDIF\-file\. If \- is specified as the filename, input is read from stdin\. -.PP -For now, see ldapmodify(1) for details on the LDIF file format\. -.SH "OPTIONS" -.PP -\-H <ldb\-url> -.RS 4 -LDB URL to connect to\. See ldb(7) for details\. -.RE -.SH "ENVIRONMENT" -.PP -LDB_URL -.RS 4 -LDB URL to connect to (can be overrided by using the \-H command\-line option\.) -.RE -.SH "VERSION" -.PP -This man page is correct for version 4\.0 of the Samba suite\. -.SH "SEE ALSO" -.PP -ldb(7), ldbedit -.SH "AUTHOR" -.PP -ldb was written by -Andrew Tridgell\. -.PP -If you wish to report a problem or make a suggestion then please see the -: http://ldb.samba.org/ -web site for current contact and maintainer information\. -.PP -This manpage was written by Jelmer Vernooij\. |