regen with current version of mdoc2man. --HG-- branch : HEAD
diff --git a/man/zip_close.man b/man/zip_close.man index 6f3f3ac..3fd3b48 100644 --- a/man/zip_close.man +++ b/man/zip_close.man
@@ -2,7 +2,7 @@ .\" from NiH: zip_close.mdoc,v 1.4 2003/10/03 12:04:08 dillo Exp .\" $NiH: zip_close.mdoc,v 1.4 2003/10/03 12:04:08 dillo Exp $ .\" -.\" zip_close.mdoc \-\- close zip archive +.\" zip_close.mdoc \-- close zip archive .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. @@ -37,7 +37,7 @@ .SH "NAME" zip_close \- close zip archive .SH "LIBRARY" -libzip (\-lzip) +libzip (-lzip) .SH "SYNOPSIS" .In zip.h .Ft int @@ -57,7 +57,7 @@ is left unchanged. .SH "RETURN VALUES" Upon successful completion 0 is returned. -Otherwise, \\-1 is returned and the global variable +Otherwise, \-1 is returned and the global variable .Va zip_err is set to indicate the error. .SH "ERRORS"
diff --git a/man/zip_delete.man b/man/zip_delete.man index d34e909..6a1e181 100644 --- a/man/zip_delete.man +++ b/man/zip_delete.man
@@ -2,7 +2,7 @@ .\" from NiH: zip_delete.mdoc,v 1.4 2003/10/03 23:26:00 dillo Exp .\" $NiH: zip_delete.mdoc,v 1.4 2003/10/03 23:26:00 dillo Exp $ .\" -.\" zip_delete.mdoc \-\- delete files from zip archive +.\" zip_delete.mdoc \-- delete files from zip archive .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. @@ -37,7 +37,7 @@ .SH "NAME" zip_delete \- delete file from zip archive .SH "LIBRARY" -libzip (\-lzip) +libzip (-lzip) .SH "SYNOPSIS" .In zip.h .Ft int @@ -50,7 +50,7 @@ is marked as deleted. .SH "RETURN VALUES" Upon successful completion 0 is returned. -Otherwise, \\-1 is returned and the global variable +Otherwise, \-1 is returned and the global variable .Va zip_err is set to indicate the error. .SH "ERRORS"
diff --git a/man/zip_error_str.man b/man/zip_error_str.man index 3390292..630a864 100644 --- a/man/zip_error_str.man +++ b/man/zip_error_str.man
@@ -1,4 +1,6 @@ -.\" $NiH$ +.\" Converted with mdoc2man 0.2 +.\" from NiH: zip_error_str.mdoc,v 1.1 2003/12/27 22:25:58 wiz Exp +.\" $NiH: zip_error_str.mdoc,v 1.1 2003/12/27 22:25:58 wiz Exp $ .\" .\" zip_error_str.mdoc \-- get string representation of zip error code .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
diff --git a/man/zip_file_strerror.man b/man/zip_file_strerror.man index 5cdd56e..f024363 100644 --- a/man/zip_file_strerror.man +++ b/man/zip_file_strerror.man
@@ -1,6 +1,6 @@ .\" Converted with mdoc2man 0.2 -.\" from NiH: zip_file_strerror.mdoc,v 1.1 2003/10/05 16:05:25 dillo Exp -.\" $NiH: zip_file_strerror.mdoc,v 1.1 2003/10/05 16:05:25 dillo Exp $ +.\" from NiH: zip_file_strerror.mdoc,v 1.2 2003/12/27 22:27:27 wiz Exp +.\" $NiH: zip_file_strerror.mdoc,v 1.2 2003/12/27 22:27:27 wiz Exp $ .\" .\" zip_file_strerror.mdoc \-- get string representation of zip file error .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
diff --git a/man/zip_fopen.man b/man/zip_fopen.man index ac2d45f..f450132 100644 --- a/man/zip_fopen.man +++ b/man/zip_fopen.man
@@ -2,7 +2,7 @@ .\" from NiH: zip_fopen.mdoc,v 1.5 2003/10/06 16:37:07 dillo Exp .\" $NiH: zip_fopen.mdoc,v 1.5 2003/10/06 16:37:07 dillo Exp $ .\" -.\" zip_fopen.mdoc \-\- open file in zip archvie for reading +.\" zip_fopen.mdoc \-- open file in zip archvie for reading .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. @@ -38,7 +38,7 @@ zip_fopen , \- .Nm zip_fopen_index open file in zip archive for reading .SH "LIBRARY" -libzip (\-lzip) +libzip (-lzip) .SH "SYNOPSIS" .In zip.h .Ft struct zip_file *
diff --git a/man/zip_get_name.man b/man/zip_get_name.man index 26e649a..7da7d26 100644 --- a/man/zip_get_name.man +++ b/man/zip_get_name.man
@@ -1,6 +1,6 @@ .\" Converted with mdoc2man 0.2 -.\" from NiH: zip_get_name.mdoc,v 1.2 2003/10/03 23:34:23 wiz Exp -.\" $NiH: zip_get_name.mdoc,v 1.2 2003/10/03 23:34:23 wiz Exp $ +.\" from NiH: zip_get_name.mdoc,v 1.3 2003/12/27 22:50:28 wiz Exp +.\" $NiH: zip_get_name.mdoc,v 1.3 2003/12/27 22:50:28 wiz Exp $ .\" .\" zip_get_name.mdoc \-- get name of file by index .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
diff --git a/man/zip_name_locate.man b/man/zip_name_locate.man index e6784c2..91ac9fb 100644 --- a/man/zip_name_locate.man +++ b/man/zip_name_locate.man
@@ -1,6 +1,6 @@ .\" Converted with mdoc2man 0.2 -.\" from NiH: zip_name_locate.mdoc,v 1.2 2003/10/06 16:37:07 dillo Exp -.\" $NiH: zip_name_locate.mdoc,v 1.2 2003/10/06 16:37:07 dillo Exp $ +.\" from NiH: zip_name_locate.mdoc,v 1.3 2003/12/27 22:48:58 wiz Exp +.\" $NiH: zip_name_locate.mdoc,v 1.3 2003/12/27 22:48:58 wiz Exp $ .\" .\" zip_name_locate.mdoc \-- get index of file by name .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
diff --git a/man/zip_rename.man b/man/zip_rename.man index dd2c72e..06cef81 100644 --- a/man/zip_rename.man +++ b/man/zip_rename.man
@@ -2,7 +2,7 @@ .\" from NiH: zip_rename.mdoc,v 1.1 2003/10/03 23:26:01 dillo Exp .\" $NiH: zip_rename.mdoc,v 1.1 2003/10/03 23:26:01 dillo Exp $ .\" -.\" zip_rename.mdoc \-\- rename file in zip archive +.\" zip_rename.mdoc \-- rename file in zip archive .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. @@ -37,7 +37,7 @@ .SH "NAME" zip_rename \- rename file in zip archive .SH "LIBRARY" -libzip (\-lzip) +libzip (-lzip) .SH "SYNOPSIS" .In zip.h .Ft int @@ -51,7 +51,7 @@ \fBname.\fR .SH "RETURN VALUES" Upon successful completion 0 is returned. -Otherwise, \\-1 is returned and the global variable +Otherwise, \-1 is returned and the global variable .Va zip_err is set to indicate the error. .SH "ERRORS"
diff --git a/man/zip_stat.man b/man/zip_stat.man index 563f571..8ffe280 100644 --- a/man/zip_stat.man +++ b/man/zip_stat.man
@@ -2,7 +2,7 @@ .\" from NiH: zip_stat.mdoc,v 1.1 2003/10/06 02:50:11 dillo Exp .\" $NiH: zip_stat.mdoc,v 1.1 2003/10/06 02:50:11 dillo Exp $ .\" -.\" zip_stat.mdoc \-\- get information about file +.\" zip_stat.mdoc \-- get information about file .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. @@ -38,7 +38,7 @@ zip_stat , \- .Nm zip_stat_index get information about file .SH "LIBRARY" -libzip (\-lzip) +libzip (-lzip) .SH "SYNOPSIS" .In zip.h .Ft int @@ -80,7 +80,7 @@ }; .SH "RETURN VALUES" Upon successful completion 0 is returned. -Otherwise, \\-1 is returned and the error information in +Otherwise, \-1 is returned and the error information in \fBarchive\fR is set to indicate the error. .SH "ERRORS"
diff --git a/man/zip_strerror.man b/man/zip_strerror.man index f0c9a86..3b82061 100644 --- a/man/zip_strerror.man +++ b/man/zip_strerror.man
@@ -1,6 +1,6 @@ .\" Converted with mdoc2man 0.2 -.\" from NiH: zip_strerror.mdoc,v 1.1 2003/10/05 16:05:25 dillo Exp -.\" $NiH: zip_strerror.mdoc,v 1.1 2003/10/05 16:05:25 dillo Exp $ +.\" from NiH: zip_strerror.mdoc,v 1.2 2003/12/27 22:29:12 wiz Exp +.\" $NiH: zip_strerror.mdoc,v 1.2 2003/12/27 22:29:12 wiz Exp $ .\" .\" zip_strerror.mdoc \-- get string representation of zip error .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner
diff --git a/man/zip_unchange.man b/man/zip_unchange.man index 54325f5..2411cd7 100644 --- a/man/zip_unchange.man +++ b/man/zip_unchange.man
@@ -2,7 +2,7 @@ .\" from NiH: zip_unchange.mdoc,v 1.3 2003/10/03 12:04:09 dillo Exp .\" $NiH: zip_unchange.mdoc,v 1.3 2003/10/03 12:04:09 dillo Exp $ .\" -.\" zip_unchange.mdoc \-\- undo changes to file in zip archive +.\" zip_unchange.mdoc \-- undo changes to file in zip archive .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. @@ -37,7 +37,7 @@ .SH "NAME" zip_unchange \- undo changes to file in zip archive .SH "LIBRARY" -libzip (\-lzip) +libzip (-lzip) .SH "SYNOPSIS" .In zip.h .Ft int @@ -48,7 +48,7 @@ are reverted. .SH "RETURN VALUES" Upon successful completion 0 is returned. -Otherwise, \\-1 is returned and the global variable +Otherwise, \-1 is returned and the global variable .Va zip_err is set to indicate the error. .SH "ERRORS"
diff --git a/man/zip_unchange_all.man b/man/zip_unchange_all.man index 1cb1ed7..0a94008 100644 --- a/man/zip_unchange_all.man +++ b/man/zip_unchange_all.man
@@ -2,7 +2,7 @@ .\" from NiH: zip_unchange_all.mdoc,v 1.3 2003/10/03 12:04:09 dillo Exp .\" $NiH: zip_unchange_all.mdoc,v 1.3 2003/10/03 12:04:09 dillo Exp $ .\" -.\" zip_unchange_all.mdoc \-\- undo changes to all files in zip archive +.\" zip_unchange_all.mdoc \-- undo changes to all files in zip archive .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. @@ -37,7 +37,7 @@ .SH "NAME" zip_unchange_all \- undo changes to all files in zip archive .SH "LIBRARY" -libzip (\-lzip) +libzip (-lzip) .SH "SYNOPSIS" .In zip.h .Ft int @@ -48,7 +48,7 @@ are reverted. .SH "RETURN VALUES" Upon successful completion 0 is returned. -Otherwise, \\-1 is returned and the global variable +Otherwise, \-1 is returned and the global variable .Va zip_err is set to indicate the error. .\".SH "ERRORS"
diff --git a/man/zipcmp.man b/man/zipcmp.man index 578aef6..c71e64f 100644 --- a/man/zipcmp.man +++ b/man/zipcmp.man
@@ -2,7 +2,7 @@ .\" from NiH: zipcmp.mdoc,v 1.7 2003/10/03 23:55:12 dillo Exp .\" $NiH: zipcmp.mdoc,v 1.7 2003/10/03 23:55:12 dillo Exp $ .\" -.\" zipcmp.mdoc \-\- compare zip archives +.\" zipcmp.mdoc \-- compare zip archives .\" Copyright (C) 2003 Dieter Baron and Thomas Klausner .\" .\" This file is part of libzip, a library to manipulate ZIP archives. @@ -38,7 +38,7 @@ zipcmp \- compare contents of zip archives .SH "SYNOPSIS" .B zipcmp -[\fB\-hiqVv\fR] +[\fB-hiqVv\fR] \fBzip1 zip2\fR .SH "DESCRIPTION" .B zipcmp @@ -53,23 +53,23 @@ Supported options: .RS .TP 5 -\fB\-h\fR +\fB-h\fR Display a short help message and exit. .TP 5 -\fB\-i\fR +\fB-i\fR Compare names ignoring case distinctions. .TP 5 -\fB\-q\fR +\fB-q\fR Quiet mode. Compare -\fB\-v\fR. +\fB-v\fR. .TP 5 -\fB\-v\fR +\fB-v\fR Verbose mode. Print details about differences to stdout. (This is the default.) .TP 5 -\fB\-V\fR +\fB-V\fR Display version information and exit. .RE .SH "EXIT STATUS"