diff --git a/man/zip_source_layered.mdoc b/man/zip_source_layered.mdoc index b0e0d9431..4281dc55a 100644 --- a/man/zip_source_layered.mdoc +++ b/man/zip_source_layered.mdoc @@ -93,7 +93,6 @@ On success, the layered source takes ownership of The caller should not free it. .Pp The interaction with the lower layer depends on the command: -.El .Ss Dv ZIP_SOURCE_ACCEPT_EMPTY If the layered source supports this command, the lower layer is not called automatically. Otherwise, the return value of the lower source is used. diff --git a/man/zip_source_window_create.mdoc b/man/zip_source_window_create.mdoc index 865538dc8..47744910d 100644 --- a/man/zip_source_window_create.mdoc +++ b/man/zip_source_window_create.mdoc @@ -88,7 +88,6 @@ Required memory could not be allocated. .Sh SEE ALSO .Xr libzip 3 , .Xr zip_source 3 -.Xr zip_source 3 .Sh HISTORY .Fn zip_source_window_create was added in libzip 1.8.0. diff --git a/man/zip_source_zip.mdoc b/man/zip_source_zip.mdoc index 4d80ff7ef..acc96bf9e 100644 --- a/man/zip_source_zip.mdoc +++ b/man/zip_source_zip.mdoc @@ -83,6 +83,7 @@ is zero and is \-1, the whole file will be copied without decompressing it. .Pp Supported flags are: +.Bl -tag -width Dv .It Dv ZIP_FL_UNCHANGED Try to get the original data without any changes that may have been made to @@ -134,7 +135,7 @@ Both were deprecated in libzip 1.10.0. Use .Fn zip_source_zip_file or -.F zip_source_zip_file_create +.Fn zip_source_zip_file_create instead. .Sh AUTHORS .An -nosplit diff --git a/man/ziptool.mdoc b/man/ziptool.mdoc index 333338f3d..05f57bdcc 100644 --- a/man/ziptool.mdoc +++ b/man/ziptool.mdoc @@ -265,7 +265,9 @@ Print information about archive entry .Ar index . .El .Ss Flags -Some commands take flag arguments. Each character in the argument sets the corresponding flag. Use 0 or the empty string for no flags. +Some commands take flag arguments. +Each character in the argument sets the corresponding flag. +Use 0 or the empty string for no flags. .Pp Supported flags are: .Bl -tag -width MMM -compact -offset indent