aboutsummaryrefslogtreecommitdiff
path: root/doc/gdbm_load.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gdbm_load.1')
-rw-r--r--doc/gdbm_load.118
1 files changed, 15 insertions, 3 deletions
diff --git a/doc/gdbm_load.1 b/doc/gdbm_load.1
index 00aaac0..8b0e77c 100644
--- a/doc/gdbm_load.1
+++ b/doc/gdbm_load.1
@@ -1,4 +1,4 @@
1.\" This file is part of GDBM. 1.\" This file is part of GDBM. -*- nroff -*-
2.\" Copyright (C) 2011, 2013 Free Software Foundation, Inc. 2.\" Copyright (C) 2011, 2013 Free Software Foundation, Inc.
3.\" 3.\"
4.\" GDBM is free software; you can redistribute it and/or modify 4.\" GDBM is free software; you can redistribute it and/or modify
@@ -13,12 +13,15 @@
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with GDBM. If not, see <http://www.gnu.org/licenses/>. */ 15.\" along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
16.TH GDBM_LOAD 1 "May 8, 2013" "GDBM" "GDBM User Reference" 16.TH GDBM_LOAD 1 "December 25, 2013" "GDBM" "GDBM User Reference"
17.SH NAME 17.SH NAME
18gdbm_load \- re-create a GDBM database from a dump file. 18gdbm_load \- re-create a GDBM database from a dump file.
19.SH SYNOPSIS 19.SH SYNOPSIS
20\fBgdbm_load\fR [\fB\-nr\fR] [\fB\-m\fR \fIMODE\fR]\ 20\fBgdbm_load\fR [\fB\-Mnr\fR] [\fB\-b\fR \fINUM\fR] [\fB\-c\fR \fINUM]\
21 [\fB\-m\fR \fIMODE\fR]\
21 [\fB\-u\fR \fINAME\fR|\fIUID\fR[:\fINAME\fR|\fIGID\fR]] 22 [\fB\-u\fR \fINAME\fR|\fIUID\fR[:\fINAME\fR|\fIGID\fR]]
23 [\fB\-\-block\-size\fR=\fINUM\fR] [\fB\-\-cache\-size\fR=\fINUM\fR]\
24 [\fB\-\-mmap\fR=\fINUM\fR]
22 [\fB\-\-mode\fR=\fIMODE\fR]\ 25 [\fB\-\-mode\fR=\fIMODE\fR]\
23 [\fB\-\-no\-meta\fR] [\fB\-\-replace\fR] 26 [\fB\-\-no\-meta\fR] [\fB\-\-replace\fR]
24 [\fB\-\-user\fR=\fINAME\fR|\fIUID\fR[:\fINAME\fR|\fIGID\fR]]\ 27 [\fB\-\-user\fR=\fINAME\fR|\fIUID\fR[:\fINAME\fR|\fIGID\fR]]\
@@ -42,6 +45,15 @@ the created database are restored from the information in the dump.
42This can be overridden using the command line options (see below). 45This can be overridden using the command line options (see below).
43.SH OPTIONS 46.SH OPTIONS
44.TP 47.TP
48\fB\-b\fR, \fB\-\-block\-size\fR=\fINUM\fR
49Sets block size.
50.TP
51\fB\-c\fR, \fB\-\-cache\-size\fR=\fINUM\fR
52Sets cache size.
53.TP
54\fB\-M\fR, \fB\-\-mmap\fR
55Use memory mapping.
56.TP
45\fB\-m\fR, \fB\-\-mode\fR=\fIMODE\fR 57\fB\-m\fR, \fB\-\-mode\fR=\fIMODE\fR
46Set database file mode (octal number). 58Set database file mode (octal number).
47.TP 59.TP

Return to:

Send suggestions and report system problems to the System administrator.