From 5e4db37124ce214ededf320f9609c99f696d216c Mon Sep 17 00:00:00 2001 From: Christos Longros Date: Sun, 15 Mar 2026 17:09:23 +0100 Subject: [PATCH] zfs-set.8: document the received column and -o all option 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 --- man/man8/zfs-set.8 | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/man/man8/zfs-set.8 b/man/man8/zfs-set.8 index 08daf09d05f8..9c75af22b186 100644 --- a/man/man8/zfs-set.8 +++ b/man/man8/zfs-set.8 @@ -30,7 +30,7 @@ .\" Copyright 2018 Nexenta Systems, Inc. .\" Copyright 2019 Joyent, Inc. .\" -.Dd October 12, 2024 +.Dd March 15, 2026 .Dt ZFS-SET 8 .Os . @@ -114,9 +114,17 @@ Property value .It Sy source Property source .Sy local , default , inherited , temporary , received , No or Sy - Pq none . +.It Sy received +The received value of the property, if any. +This column is not displayed by default. .El .Pp -All columns are displayed by default, though this can be controlled by using the +The +.Sy name , property , value , +and +.Sy source +columns are displayed by default, though this can be +controlled by using the .Fl o option. This command takes a comma-separated list of properties as described in the @@ -147,7 +155,13 @@ A depth of .Sy 1 will display only the dataset and its direct children. .It Fl o Ar field -A comma-separated list of columns to display, defaults to +A comma-separated list of columns to display. +Supported fields are +.Sy name , property , value , received , source , +or +.Sy all +to select all five columns. +The default value is .Sy name , Ns Sy property , Ns Sy value , Ns Sy source . .It Fl p Display numbers in parsable