diff options
author | наб <[email protected]> | 2021-04-02 20:47:00 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-14 13:19:49 -0700 |
commit | 018560b1537a8b6ac54e875bc4d46d48760283fa (patch) | |
tree | d7c8a6e5968496d09d5fdf64253485929a4c9ffc /man | |
parent | 48b60cffda5196f0b84bb2279fe03d26b67a736f (diff) |
zed: merge all _NOT_IMPLEMENTED_ events
These events should currently never be generated.
Also untag _zed_event_add_nvpair() from merge with
zpool_do_events_nvprint() ‒ they serve different purposes (machine,
usually script vs human consumption) and format the output differently
as it stands
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #11834
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zed.8.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/man/man8/zed.8.in b/man/man8/zed.8.in index eb3b9e015..ce12d8746 100644 --- a/man/man8/zed.8.in +++ b/man/man8/zed.8.in @@ -234,9 +234,6 @@ Terminate the daemon. .PP ZEDLETs are unable to return state/status information to the kernel. .PP -Some zevent nvpair types are not handled. These are denoted by zevent -environment variables having a "_NOT_IMPLEMENTED_" value. -.PP Internationalization support via gettext has not been added. .PP The diagnosis engine is not yet implemented. |