Skip to content

Commit

Permalink
Fix mandoc -Tlint warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Oct 17, 2024
1 parent 956320f commit 85cfa05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion man/zip_source_layered.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion man/zip_source_window_create.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion man/zip_source_zip.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion man/ziptool.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85cfa05

Please sign in to comment.