Skip to content

zfs-set.8: document the received column and -o all option#18349

Open
chrislongros wants to merge 1 commit intoopenzfs:masterfrom
chrislongros:zfs-get-man
Open

zfs-set.8: document the received column and -o all option#18349
chrislongros wants to merge 1 commit intoopenzfs:masterfrom
chrislongros:zfs-get-man

Conversation

@chrislongros
Copy link
Contributor

@chrislongros chrislongros commented Mar 19, 2026

Summary

  • Document the received column in zfs get output, which was missing from the man page
  • Note that it is not displayed by default
  • Document the all keyword for the -o option, which selects all five columns
  • List all supported field names: name, property, value, received, source

Closes #10420

Testing

  • man -l man/man8/zfs-set.8 renders correctly
  • CI checkstyle passes

Signed-off-by: Christos Longros chris.longros@gmail.com

The received column was missing from the list of columns displayed
by zfs get. Document it and note that it is not shown by default.

Also document the "all" keyword for the -o option, which selects
all five columns, and list the supported field names.

Signed-off-by: Christos Longros <chris.longros@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

man8/zfs get: column "received" is not descibed and shows a discrepance

1 participant