Skip to content

zfs-diff.8 missing argument in -F description #11268

Closed
@melak

Description

@melak

System information

N/A (Git HEAD)

Describe the problem you're observing

man zfs-diff renders as

 -F  Display an indication of the type of file, in a manner similar to
     the - option of ls(1).

There is a missing F flag argument to the Fl macro in man/man8/zfs-diff.8:

--- a/man/man8/zfs-diff.8
+++ b/man/man8/zfs-diff.8
@@ -66,7 +66,7 @@ R       The path has been renamed
 .Bl -tag -width "-F"
 .It Fl F
 Display an indication of the type of file, in a manner similar to the
-.Fl
+.Fl F
 option of
 .Xr ls 1 .
 .Bd -literal

Describe how to reproduce the problem

Run man zfs-diff, read description for -F.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: DocumentationIndicates a requested change to the documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions