chiark / gitweb /
Merge various clang-inspired fixes
[disorder] / doc / disorder-dump.8.in
index c8767386c5ee05a5882f11aec6085aa84590764d..3f0b6f0c941fa655a627f322177211eb22d56021 100644 (file)
@@ -1,72 +1,72 @@
 .\"
 .\"
-.\" Copyright (C) 2004, 2005 Richard Kettlewell
+.\" Copyright (C) 2004, 2005, 2007, 2008 Richard Kettlewell
 .\"
 .\"
-.\" This program is free software; you can redistribute it and/or modify
+.\" This program is free software: you can redistribute it and/or modify
 .\" it under the terms of the GNU General Public License as published by
 .\" it under the terms of the GNU General Public License as published by
-.\" the Free Software Foundation; either version 2 of the License, or
+.\" the Free Software Foundation, either version 3 of the License, or
 .\" (at your option) any later version.
 .\" (at your option) any later version.
-.\"
-.\" This program is distributed in the hope that it will be useful, but
-.\" WITHOUT ANY WARRANTY; without even the implied warranty of
-.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-.\" General Public License for more details.
-.\"
+.\" 
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\" 
 .\" You should have received a copy of the GNU General Public License
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
-.\" USA
+.\" along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .\"
 .TH disorder-dump 8
 .SH NAME
 .\"
 .TH disorder-dump 8
 .SH NAME
-disorder-dump \- DisOrder dump/undump tool
+disorder\-dump \- DisOrder dump/undump tool
 .SH SYNOPSIS
 .SH SYNOPSIS
-.B disorder-dump
+.B disorder\-dump
 .RI [ OPTIONS ]
 .RI [ OPTIONS ]
-.BR --dump | --undump
+.BR \-\-dump | \-\-undump
 .I PATH
 .br
 .I PATH
 .br
-.B disorder-dump
+.B disorder\-dump
 .RI [ OPTIONS ]
 .RI [ OPTIONS ]
-.BR --recompute-aliases
+.BR \-\-recompute\-aliases
 .SH DESCRIPTION
 .SH DESCRIPTION
-.B disorder-dump
+.B disorder\-dump
 is used to dump and restore preferences data.
 .SH OPTIONS
 .TP
 is used to dump and restore preferences data.
 .SH OPTIONS
 .TP
-.B --dump
-Write preferences data to \fIPATH\fR.  This can safely be used whether
-or not the server is running.
+.B \-\-dump
+Write preferences data to \fIPATH\fR.
+This can safely be used whether or not the server is running.
 .TP
 .TP
-.B --undump
+.B \-\-undump
 Read preferences data from \fIPATH\fR, replacing (unrecoverably) the
 Read preferences data from \fIPATH\fR, replacing (unrecoverably) the
-current settings.  This should normally only be done while the server
-is not running.
+current settings.
+This should normally only be done while the server is not running.
 .IP
 If the server is running then it may hang while the undump completes.
 .TP
 .IP
 If the server is running then it may hang while the undump completes.
 .TP
-.B --recover
-Perform database recovery at startup.  The server should not be
-running if this option is used.
+.B \-\-recover
+Perform database recovery at startup.
+The server should not be running if this option is used.
 .TP
 .TP
-.B --recompute-aliases
-Recompute aliases without dumping or undumping the databases.  Under
-normal circumstances this is never necessary.
+.B \-\-recompute\-aliases
+Recompute aliases without dumping or undumping the databases.
+Under normal circumstances this is never necessary.
 .TP
 .TP
-.B --remove-pathless
+.B \-\-remove\-pathless
 Remove tracks with no associated path when undumping or when
 Remove tracks with no associated path when undumping or when
-recomputing aliases.  In normal use such tracks are all aliases.
+recomputing aliases.
+In normal use such tracks are all aliases.
 .TP
 .TP
-.B --config \fIPATH\fR, \fB-c \fIPATH
-Set the configuration file.  The default is
+.B \-\-config \fIPATH\fR, \fB\-c \fIPATH
+Set the configuration file.
+The default is
 .IR /etc/disorder/config .
 .TP
 .IR /etc/disorder/config .
 .TP
-.B --debug\fR
+.B \-\-debug\fR
 Enable debugging.
 .TP
 Enable debugging.
 .TP
-.B --help\fR, \fB-h
+.B \-\-help\fR, \fB\-h
 Display a usage message.
 .TP
 Display a usage message.
 .TP
-.B --version\fR, \fB-V
+.B \-\-version\fR, \fB\-V
 Display version number.
 .SH NOTES
 This program might be used for a number of purposes:
 Display version number.
 .SH NOTES
 This program might be used for a number of purposes:
@@ -76,15 +76,11 @@ Taking a backup of the non-regeneratable parts of DisOrder's databases.
 .TP
 .B .
 Indoctrinating one DisOrder server with the preference values of
 .TP
 .B .
 Indoctrinating one DisOrder server with the preference values of
-another.  
-.TP
-.B .
-Upgrading DisOrder across data format changes in the underlying
-database library.
+another.
 .PP
 The output file is versioned, so versions produced from a future
 .PP
 The output file is versioned, so versions produced from a future
-version of DisOrder may be rejected by \fB--undump\fR.  It has an end
-marker so truncated inputs will also be rejected.
+version of DisOrder may be rejected by \fB\-\-undump\fR.
+It has an end marker so truncated inputs will also be rejected.
 .PP
 The input or output file must be a regular file, as it may be rewound
 and re-read or re-written multiple times.
 .PP
 The input or output file must be a regular file, as it may be rewound
 and re-read or re-written multiple times.
@@ -93,21 +89,22 @@ The dump or undump operation is carried out inside a single
 transaction, so it should seem atomic from the point of view of
 anything else accessing the databases.
 .PP
 transaction, so it should seem atomic from the point of view of
 anything else accessing the databases.
 .PP
-The server performs normal database recovery on startup.  However if
-the database needs normal recovery before an undump can succeed and
+The server performs normal database recovery on startup.
+However if the database needs normal recovery before an undump can succeed and
 you don't want to start the server for some reason then the
 you don't want to start the server for some reason then the
-.B --recover
-operation is available for this purpose.  No other process should be
-accessing the database at the time.
+.B \-\-recover
+operation is available for this purpose.
+No other process should be accessing the database at the time.
 .PP
 DisOrder does not currently support catastrophic recovery.
 .PP
 .PP
 DisOrder does not currently support catastrophic recovery.
 .PP
-This program requires write access to DisOrder's databases.  Ideally
-therefore it should be run as the same user as the server or as root.
+This program requires write access to DisOrder's databases.
+Ideally therefore it should be run as the same user as the server or as root.
 .SH FILES
 .TP
 .I pkgconfdir/config
 .SH FILES
 .TP
 .I pkgconfdir/config
-Global configuration file.  See \fBdisorder_config\fR(5).
+Global configuration file.
+See \fBdisorder_config\fR(5).
 .SH "SEE ALSO"
 \fBdisorder\fR(1), \fBdisorder_config\fR(5), \fBdisorderd\fR(8)
 .\" Local Variables:
 .SH "SEE ALSO"
 \fBdisorder\fR(1), \fBdisorder_config\fR(5), \fBdisorderd\fR(8)
 .\" Local Variables: