diff options
author | Manoj Joseph <[email protected]> | 2015-07-11 01:54:52 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-07-14 10:28:32 -0700 |
commit | 93f6d7e2e5050ee8894c0ae5e7c91aa74187cd86 (patch) | |
tree | c24d4b68711908286aaed91bc0fe6448c368ce7f /man | |
parent | 1cddb8c9ff072643a9d9f8726f0480b5a57d9bcd (diff) |
Illumos 5764 - "zfs send -nv" directs output to stderr
5764 "zfs send -nv" directs output to stderr
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Paul Dagnelie <[email protected]>
Reviewed by: Basil Crow <[email protected]>
Reviewed by: Steven Hartland <[email protected]>
Reviewed by: Bayard Bell <[email protected]>
Approved by: Dan McDonald <[email protected]>
References:
https://github.com/illumos/illumos-gate/commit/dc5f28a
https://www.illumos.org/issues/5764
Ported-by: kernelOfTruth [email protected]
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3585
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 014ed8103..9f42da38b 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -2830,7 +2830,9 @@ Include the dataset's properties in the stream. This flag is implicit when -R i .RS 4n Do a dry-run ("No-op") send. Do not generate any actual send data. This is useful in conjunction with the \fB-v\fR or \fB-P\fR flags to determine what -data will be sent. +data will be sent. In this case, the verbose output will be written to +standard output (contrast with a non-dry-run, where the stream is written +to standard output and the verbose output goes to standard error). .RE .sp |