man/sup-dump.1 in sup-1.1 vs man/sup-dump.1 in sup-1.2
- old
+ new
@@ -1,19 +1,15 @@
-.\" Automatically generated by Pandoc 2.9.2.1
+.\" Automatically generated by Pandoc 3.1.9
.\"
.TH "SUP-DUMP" "1" "April 9, 2012" "Sup User Manual" ""
-.hy
.SH NAME
-.PP
sup-dump - dumps message state from Sup index
.SH SYNOPSIS
-.PP
sup-dump [\f[I]options\f[R]]
.SH DESCRIPTION
-.PP
Dumps all message state from the Sup index to standard out.
-You can later use sup-sync --restored --restore to recover the index.
+You can later use sup-sync --restored --restore to recover the index.
.PP
This tool is primarily useful in the event that a Sup upgrade breaks
index format compatibility.
.SH OPTIONS
.TP
@@ -21,64 +17,67 @@
Print version and exit
.TP
-h, --help
Show help message
.SH EXAMPLES
-.PP
Dump message state and store in file
.IP
-.nf
-\f[C]
+.EX
sup-dump > filename
-\f[R]
-.fi
+.EE
.PP
Dump message state and compress output to store in file
.IP
-.nf
-\f[C]
+.EX
sup-dump | bzip2 > filename.bz2
-\f[R]
-.fi
+.EE
.SH SEE ALSO
-.PP
sup(1), sup-sync(1), sup-import-dump(1)
.SH REPORTING BUGS
-.PP
You are welcome to submit bug reports to the Sup issue tracker, located
at
.PP
-<https://github.com/sup-heliotrope/sup/issues>
+\c
+.UR https://github.com/sup-heliotrope/sup/issues
+.UE \c
.SH CONTACT INFORMATION
.TP
The Sup web page:
-<https://sup-heliotrope.github.io/>
+\c
+.UR https://sup-heliotrope.github.io/
+.UE \c
.TP
Code repository:
-<https://github.com/sup-heliotrope/sup/>
+\c
+.UR https://github.com/sup-heliotrope/sup/
+.UE \c
.TP
Sup Wiki:
-<https://github.com/sup-heliotrope/sup/wiki/>
+\c
+.UR https://github.com/sup-heliotrope/sup/wiki/
+.UE \c
.TP
-Sup IRC channel:
-#sup \[at] freenode.net
-.TP
Mailing list:
supmua\[at]googlegroups.com
.RS
.PP
supmua+subscribe\[at]googlegroups.com
.PP
-Archives: <https://groups.google.com/d/forum/supmua/>
+Archives: \c
+.UR https://groups.google.com/d/forum/supmua/
+.UE \c
.RE
.SH COPYRIGHT
+Copyright © 2006-2009 William Morgan \c
+.MT mworgan-sup@masanjin.net
+.ME \c
.PP
-Copyright \[co] 2006-2009 William Morgan <mworgan-sup@masanjin.net>
-.PP
Copyright \[at] 2013-2014 Sup developers
.PP
Permission is granted to copy and distribute this manual under the terms
of the GNU General Public License; either version 2 or (at your option)
any later version.
.SH AUTHORS
-Sup was originally written by William Morgan <wmorgan-sup@masanjin.net>
-and is now developed and maintained by the Sup developers.
+Sup was originally written by William Morgan \c
+.MT wmorgan-sup@masanjin.net
+.ME \c
+\ and is now developed and maintained by the Sup developers.