mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib/tdb: Rename manpages/ to man/.
Trying to be more consistent. Karolin Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
5323508773
commit
ede2aaef28
@ -33,8 +33,8 @@
|
||||
|
||||
<para><command>tdbbackup</command> is a tool that may be used to backup samba .tdb
|
||||
files. This tool may also be used to verify the integrity of the .tdb files prior
|
||||
to samba startup or during normal operation. If it finds file damage and it finds
|
||||
a prior backup the backup file will be restored.
|
||||
to samba startup or during normal operation. If it finds file damage and it finds
|
||||
a prior backup the backup file will be restored.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@ -128,7 +128,7 @@
|
||||
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.
|
||||
</para>
|
||||
</para>
|
||||
|
||||
<para>The tdbbackup man page was written by John H Terpstra.</para>
|
||||
</refsect1>
|
@ -32,12 +32,12 @@
|
||||
<para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
|
||||
<manvolnum>1</manvolnum></citerefentry> suite.</para>
|
||||
|
||||
<para><command>tdbdump</command> is a very simple utility that 'dumps' the
|
||||
contents of a TDB (Trivial DataBase) file to standard output in a
|
||||
<para><command>tdbdump</command> is a very simple utility that 'dumps' the
|
||||
contents of a TDB (Trivial DataBase) file to standard output in a
|
||||
human-readable format.
|
||||
</para>
|
||||
|
||||
<para>This tool can be used when debugging problems with TDB files. It is
|
||||
<para>This tool can be used when debugging problems with TDB files. It is
|
||||
intended for those who are somewhat familiar with Samba internals.
|
||||
</para>
|
||||
</refsect1>
|
||||
@ -84,7 +84,7 @@
|
||||
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.
|
||||
</para>
|
||||
</para>
|
||||
|
||||
<para>The tdbdump man page was written by Jelmer Vernooij.</para>
|
||||
</refsect1>
|
@ -122,7 +122,7 @@
|
||||
<replaceable>KEY</replaceable>
|
||||
<replaceable>TDBFILE</replaceable>
|
||||
</term>
|
||||
<listitem><para>Move a record from the
|
||||
<listitem><para>Move a record from the
|
||||
current database into <replaceable>TDBFILE</replaceable>.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
@ -94,20 +94,20 @@ def build(bld):
|
||||
|
||||
bld.SAMBA_BINARY('tdbrestore',
|
||||
'tools/tdbrestore.c',
|
||||
'tdb', manpages='manpages/tdbrestore.8')
|
||||
'tdb', manpages='man/tdbrestore.8')
|
||||
|
||||
bld.SAMBA_BINARY('tdbdump',
|
||||
'tools/tdbdump.c',
|
||||
'tdb', manpages='manpages/tdbdump.8')
|
||||
'tdb', manpages='man/tdbdump.8')
|
||||
|
||||
bld.SAMBA_BINARY('tdbbackup',
|
||||
'tools/tdbbackup.c',
|
||||
'tdb',
|
||||
manpages='manpages/tdbbackup.8')
|
||||
manpages='man/tdbbackup.8')
|
||||
|
||||
bld.SAMBA_BINARY('tdbtool',
|
||||
'tools/tdbtool.c',
|
||||
'tdb', manpages='manpages/tdbtool.8')
|
||||
'tdb', manpages='man/tdbtool.8')
|
||||
|
||||
# FIXME: This hardcoded list is stupid, stupid, stupid.
|
||||
bld.SAMBA_SUBSYSTEM('tdb-test-helpers',
|
||||
|
Loading…
Reference in New Issue
Block a user