Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
melak opened this issue Dec 2, 2020 · 1 comment · Fixed by #11272
Closed

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

melak opened this issue Dec 2, 2020 · 1 comment · Fixed by #11272
Labels
Type: Documentation Indicates a requested change to the documentation

Comments

@melak
Copy link
Contributor

melak commented Dec 2, 2020

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.

@melak melak added Status: Triage Needed New issue which needs to be triaged Type: Defect Incorrect behavior (e.g. crash, hang) labels Dec 2, 2020
@ghost ghost added Type: Documentation Indicates a requested change to the documentation and removed Status: Triage Needed New issue which needs to be triaged Type: Defect Incorrect behavior (e.g. crash, hang) labels Dec 2, 2020
@ghost
Copy link

ghost commented Dec 2, 2020

@melak would you like to open a pull request for this change?

behlendorf pushed a commit that referenced this issue Dec 3, 2020
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
Closes #11268 
Closes #11272
ghost pushed a commit to zfsonfreebsd/ZoF that referenced this issue Dec 23, 2020
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
Closes openzfs#11268 
Closes openzfs#11272
behlendorf pushed a commit that referenced this issue Dec 23, 2020
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
Closes #11268 
Closes #11272
jsai20 pushed a commit to jsai20/zfs that referenced this issue Mar 30, 2021
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
Closes openzfs#11268 
Closes openzfs#11272
sempervictus pushed a commit to sempervictus/zfs that referenced this issue May 31, 2021
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
Closes openzfs#11268 
Closes openzfs#11272
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Documentation Indicates a requested change to the documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant