Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/docs/manpages/tdbtool.8

    r44 r134  
    1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
    2 .de Sh \" Subsection
    3 .br
    4 .if t .Sp
    5 .ne 5
    6 .PP
    7 \fB\\$1\fR
    8 .PP
    9 ..
    10 .de Sp \" Vertical space (when we can't use .PP)
    11 .if t .sp .5v
    12 .if n .sp
    13 ..
    14 .de Ip \" List item
    15 .br
    16 .ie \\n(.$>=3 .ne \\$3
    17 .el .ne 3
    18 .IP "\\$1" \\$2
    19 ..
    20 .TH "TDBTOOL" 8 "" "" ""
     1.\"     Title: tdbtool
     2.\"    Author:
     3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
     4.\"      Date: 05/21/2008
     5.\"    Manual: System Administration tools
     6.\"    Source: Samba 3.0
     7.\"
     8.TH "TDBTOOL" "8" "05/21/2008" "Samba 3\.0" "System Administration tools"
     9.\" disable hyphenation
     10.nh
     11.\" disable justification (adjust text to left margin only)
     12.ad l
    2113.SH "NAME"
    2214tdbtool - manipulate the contents TDB files
     
    3022This tool is part of the
    3123\fBsamba\fR(1)
    32 suite.
     24suite\.
    3325.PP
    3426tdbtool
    35 a tool for displaying and altering the contents of Samba TDB (Trivial DataBase) files. Each of the commands listed below can be entered interactively or provided on the command line.
     27a tool for displaying and altering the contents of Samba TDB (Trivial DataBase) files\. Each of the commands listed below can be entered interactively or provided on the command line\.
    3628.SH "COMMANDS"
    3729.PP
    3830\fBcreate\fR \fITDBFILE\fR
    39 .RS 3n
     31.RS 4
    4032Create a new database named
    41 \fITDBFILE\fR.
     33\fITDBFILE\fR\.
    4234.RE
    4335.PP
    4436\fBopen\fR \fITDBFILE\fR
    45 .RS 3n
     37.RS 4
    4638Open an existing database named
    47 \fITDBFILE\fR.
     39\fITDBFILE\fR\.
    4840.RE
    4941.PP
    5042\fBerase\fR
    51 .RS 3n
    52 Erase the current database.
     43.RS 4
     44Erase the current database\.
    5345.RE
    5446.PP
    5547\fBdump\fR
    56 .RS 3n
    57 Dump the current database as strings.
     48.RS 4
     49Dump the current database as strings\.
    5850.RE
    5951.PP
    6052\fBcdump\fR
    61 .RS 3n
    62 Dump the current database as connection records.
     53.RS 4
     54Dump the current database as connection records\.
    6355.RE
    6456.PP
    6557\fBkeys\fR
    66 .RS 3n
    67 Dump the current database keys as strings.
     58.RS 4
     59Dump the current database keys as strings\.
    6860.RE
    6961.PP
    7062\fBhexkeys\fR
    71 .RS 3n
    72 Dump the current database keys as hex values.
     63.RS 4
     64Dump the current database keys as hex values\.
    7365.RE
    7466.PP
    7567\fBinfo\fR
    76 .RS 3n
    77 Print summary information about the current database.
     68.RS 4
     69Print summary information about the current database\.
    7870.RE
    7971.PP
    8072\fBinsert\fR \fIKEY\fR \fIDATA\fR
    81 .RS 3n
    82 Insert a record into the current database.
     73.RS 4
     74Insert a record into the current database\.
    8375.RE
    8476.PP
    8577\fBmove\fR \fIKEY\fR \fITDBFILE\fR
    86 .RS 3n
     78.RS 4
    8779Move a record from the current database into
    88 \fITDBFILE\fR.
     80\fITDBFILE\fR\.
    8981.RE
    9082.PP
    9183\fBstore\fR \fIKEY\fR \fIDATA\fR
    92 .RS 3n
    93 Store (replace) a record in the current database.
     84.RS 4
     85Store (replace) a record in the current database\.
    9486.RE
    9587.PP
    9688\fBshow\fR \fIKEY\fR
    97 .RS 3n
    98 Show a record by key.
     89.RS 4
     90Show a record by key\.
    9991.RE
    10092.PP
    10193\fBdelete\fR \fIKEY\fR
    102 .RS 3n
    103 Delete a record by key.
     94.RS 4
     95Delete a record by key\.
    10496.RE
    10597.PP
    10698\fBlist\fR
    107 .RS 3n
    108 Print the current database hash table and free list.
     99.RS 4
     100Print the current database hash table and free list\.
    109101.RE
    110102.PP
    111103\fBfree\fR
    112 .RS 3n
    113 Print the current database and free list.
     104.RS 4
     105Print the current database and free list\.
    114106.RE
    115107.PP
    116108\fB!\fR \fICOMMAND\fR
    117 .RS 3n
    118 Execute the given system command.
     109.RS 4
     110Execute the given system command\.
    119111.RE
    120112.PP
    121113\fBfirst\fR
    122 .RS 3n
    123 Print the first record in the current database.
     114.RS 4
     115Print the first record in the current database\.
    124116.RE
    125117.PP
    126118\fBnext\fR
    127 .RS 3n
    128 Print the next record in the current database.
     119.RS 4
     120Print the next record in the current database\.
    129121.RE
    130122.PP
    131123\fBquit\fR
    132 .RS 3n
     124.RS 4
    133125Exit
    134 tdbtool.
     126tdbtool\.
    135127.RE
    136128.SH "CAVEATS"
    137129.PP
    138130The contents of the Samba TDB files are private to the implementation and should not be altered with
    139 tdbtool.
     131tdbtool\.
    140132.SH "VERSION"
    141133.PP
    142 This man page is correct for version 3.0.25 of the Samba suite.
     134This man page is correct for version 3\.0\.25 of the Samba suite\.
    143135.SH "AUTHOR"
    144136.PP
    145 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.
    146 
     137The 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\.
Note: See TracChangeset for help on using the changeset viewer.