spacepaste

  1.  
  2. diff --git a/man/man8/zfs.8 b/man/man8/zfs.8
  3. index 48a5e6ea7..93eb52568 100644
  4. --- a/man/man8/zfs.8
  5. +++ b/man/man8/zfs.8
  6. @@ -119,6 +119,15 @@
  7. .Op Fl rS
  8. .Ar property Ar filesystem Ns | Ns Ar volume Ns | Ns Ar snapshot Ns ...
  9. .Nm
  10. +.Cm repair
  11. +.Nm
  12. +.Cm repair
  13. +.Fl s
  14. +.Nm
  15. +.Cm repair
  16. +.Op Fl rs
  17. +.Ar filesystem Ns | Ns Ar snapshot
  18. +.Nm
  19. .Cm upgrade
  20. .Nm
  21. .Cm upgrade
  22. @@ -2629,6 +2638,35 @@ option was not specified.
  23. .El
  24. .It Xo
  25. .Nm
  26. +.Cm repair
  27. +.Xc
  28. +Displays status of any in-flight repairs and whether anything must be fixed.
  29. +.It Xo
  30. +.Nm
  31. +.Cm repair
  32. +.Fl s
  33. +.Xc
  34. +Cancels all pending or running repair operations.
  35. +.It Xo
  36. +.Nm
  37. +.Cm repair
  38. +.Op Fl rs
  39. +.Op Fl V Ar version
  40. +.Fl a | Ar filesystem
  41. +.Xc
  42. +Checks for and non-destructively repairs consistency issues in filesystems
  43. +or snapshots caused by bugs in ZFS. Filesystems that cannot be fixed
  44. +automatically will be marked as degraded. This operation is not designed to
  45. +repair things not specified. It is intended to be used only as instructed by
  46. +the OpenZFS developers or your operating system's developers.
  47. +.Bl -tag -width "-V"
  48. +.It Fl r
  49. +Cancels pending or running repair operations on specified filesystems
  50. +.It Fl s
  51. +Repair all descendent filesystems and snapshots
  52. +.El
  53. +.It Xo
  54. +.Nm
  55. .Cm upgrade
  56. .Xc
  57. Displays a list of file systems that are not the most recent version.
  58.